package 0.5.5-2

This commit is contained in:
joshuaboud 2021-10-04 14:28:16 -03:00
parent 0fed2bbee6
commit 72a127b8ec
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
5 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,3 @@
## Cockpit Navigator 0.5.5-1
## Cockpit Navigator 0.5.5-2
* Fix maintaining file permissions and ownership after editing file.
* Add file upload button to top bar.
* Fix sed command for packaging EL7.

View File

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

View File

@ -32,6 +32,8 @@ rm -rf %{buildroot}
/usr/share/cockpit/navigator/*
%changelog
* Mon Oct 04 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.5-2
- Fix sed command for packaging EL7.
* Mon Oct 04 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.5-1
- Fix maintaining file permissions and ownership after editing file.
- Add file upload button to top bar.

View File

@ -32,6 +32,8 @@ rm -rf %{buildroot}
/usr/share/cockpit/navigator/*
%changelog
* Mon Oct 04 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.5-2
- Fix sed command for packaging EL7.
* Mon Oct 04 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.5-1
- Fix maintaining file permissions and ownership after editing file.
- Add file upload button to top bar.

View File

@ -1,3 +1,9 @@
cockpit-navigator (0.5.5-2focal) focal; urgency=medium
* Fix sed command for packaging EL7.
-- Joshua Boudreau <jboudreau@45drives.com> Mon, 04 Oct 2021 11:27:55 -0300
cockpit-navigator (0.5.5-1focal) focal; urgency=medium
* Fix maintaining file permissions and ownership after editing file.