mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 09:05:23 +02:00
package 0.5.5-2
This commit is contained in:
parent
0fed2bbee6
commit
72a127b8ec
@ -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.
|
@ -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>",
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user