update manifest for packaing

This commit is contained in:
joshuaboud 2021-06-30 11:25:12 -03:00
parent 68b2d93d38
commit 08b840d702
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# Cockpit Navigator 0.4.6-2
# Cockpit Navigator 0.4.6-3
* First build with auto packaging
* Test second build with same tag

View File

@ -4,7 +4,7 @@
"title": "Cockpit Navigator",
"prerelease": true,
"version": "0.4.6",
"buildVersion": "2",
"buildVersion": "3",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-navigator",
"category": "utils",
@ -50,7 +50,7 @@
"changelog": {
"urgency": "medium",
"version": "0.4.6",
"buildVersion": "2",
"buildVersion": "3",
"ignore": [],
"date": null,
"packager": "Josh Boudreau <jboudreau@45drives.com>",

View File

@ -30,6 +30,8 @@ rm -rf %{buildroot}
/usr/share/cockpit/navigator/*
%changelog
* Wed Jun 30 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-3
- Test second build with same tag
* Wed Jun 30 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-2
- First build with auto packaging
* Fri Jun 18 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-1

View File

@ -1,3 +1,9 @@
cockpit-navigator (0.4.6-3focal) focal; urgency=medium
* Test second build with same tag
-- Josh Boudreau <jboudreau@45drives.com> Wed, 30 Jun 2021 08:24:51 -0300
cockpit-navigator (0.4.6-2focal) focal; urgency=medium
* First build with auto packaging