prepare for packaging
This commit is contained in:
parent
279d9570d3
commit
92be2036a0
|
@ -3,7 +3,7 @@
|
|||
"name": "cockpit-navigator",
|
||||
"title": "Cockpit Navigator",
|
||||
"prerelease": false,
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"buildVersion": "1",
|
||||
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
||||
"url": "https://github.com/45Drives/cockpit-navigator",
|
||||
|
@ -54,7 +54,7 @@
|
|||
],
|
||||
"changelog": {
|
||||
"urgency": "medium",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"buildVersion": "1",
|
||||
"ignore": [],
|
||||
"date": null,
|
||||
|
|
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
|||
/usr/share/cockpit/navigator/*
|
||||
|
||||
%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
|
||||
- Implement uploading of entire directories.
|
||||
- Add cancel option to in-progress file uploads.
|
||||
|
|
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
|||
/usr/share/cockpit/navigator/*
|
||||
|
||||
%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
|
||||
- Implement uploading of entire directories.
|
||||
- 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
|
||||
|
||||
* Implement uploading of entire directories.
|
||||
|
|
Loading…
Reference in New Issue