mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-28 08:04:39 +02:00
prepare for packaging
This commit is contained in:
parent
279d9570d3
commit
92be2036a0
@ -3,7 +3,7 @@
|
|||||||
"name": "cockpit-navigator",
|
"name": "cockpit-navigator",
|
||||||
"title": "Cockpit Navigator",
|
"title": "Cockpit Navigator",
|
||||||
"prerelease": false,
|
"prerelease": false,
|
||||||
"version": "0.5.2",
|
"version": "0.5.3",
|
||||||
"buildVersion": "1",
|
"buildVersion": "1",
|
||||||
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
||||||
"url": "https://github.com/45Drives/cockpit-navigator",
|
"url": "https://github.com/45Drives/cockpit-navigator",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
],
|
],
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"urgency": "medium",
|
"urgency": "medium",
|
||||||
"version": "0.5.2",
|
"version": "0.5.3",
|
||||||
"buildVersion": "1",
|
"buildVersion": "1",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"date": null,
|
"date": null,
|
||||||
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 19 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.3-1
|
||||||
|
- Implement inline filename editing.
|
||||||
|
- Add information popup button.
|
||||||
* Fri Jul 16 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.2-1
|
* Fri Jul 16 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.2-1
|
||||||
- Implement uploading of entire directories.
|
- Implement uploading of entire directories.
|
||||||
- Add cancel option to in-progress file uploads.
|
- Add cancel option to in-progress file uploads.
|
||||||
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 19 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.3-1
|
||||||
|
- Implement inline filename editing.
|
||||||
|
- Add information popup button.
|
||||||
* Fri Jul 16 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.2-1
|
* Fri Jul 16 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.2-1
|
||||||
- Implement uploading of entire directories.
|
- Implement uploading of entire directories.
|
||||||
- Add cancel option to in-progress file uploads.
|
- Add cancel option to in-progress file uploads.
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
cockpit-navigator (0.5.3-1focal) focal; urgency=medium
|
||||||
|
|
||||||
|
* Implement inline filename editing.
|
||||||
|
* Add information popup button.
|
||||||
|
|
||||||
|
-- Josh Boudreau <jboudreau@45drives.com> Mon, 19 Jul 2021 10:34:27 -0300
|
||||||
|
|
||||||
cockpit-navigator (0.5.2-1focal) focal; urgency=medium
|
cockpit-navigator (0.5.2-1focal) focal; urgency=medium
|
||||||
|
|
||||||
* Implement uploading of entire directories.
|
* Implement uploading of entire directories.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user