Skip to content

Commit

Permalink
prepare for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jul 16, 2021
1 parent abc082a commit 16f310e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Cockpit Navigator 0.5.1-1
## Cockpit Navigator 0.5.2-1

* Allow modal popups to scroll if overflowing past page.
* Moves focus to next input in modal popup when enter is pressed.
* Implement uploading of entire directories.
* Add cancel option to in-progress file uploads.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockpit-navigator",
"title": "Cockpit Navigator",
"prerelease": false,
"version": "0.5.1",
"version": "0.5.2",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-navigator",
Expand Down Expand Up @@ -54,7 +54,7 @@
],
"changelog": {
"urgency": "medium",
"version": "0.5.1",
"version": "0.5.2",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
3 changes: 3 additions & 0 deletions packaging/el7/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ rm -rf %{buildroot}
/usr/share/cockpit/navigator/*

%changelog
* 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.
* Thu Jul 15 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.1-1
- Allow modal popups to scroll if overflowing past page.
- Moves focus to next input in modal popup when enter is pressed.
Expand Down
3 changes: 3 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ rm -rf %{buildroot}
/usr/share/cockpit/navigator/*

%changelog
* 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.
* Thu Jul 15 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.1-1
- Allow modal popups to scroll if overflowing past page.
- Moves focus to next input in modal popup when enter is pressed.
Expand Down
7 changes: 7 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
cockpit-navigator (0.5.2-1focal) focal; urgency=medium

* Implement uploading of entire directories.
* Add cancel option to in-progress file uploads.

-- Josh Boudreau <jboudreau@45drives.com> Fri, 16 Jul 2021 13:56:55 -0300

cockpit-navigator (0.5.1-1focal) focal; urgency=medium

* Allow modal popups to scroll if overflowing past page.
Expand Down

0 comments on commit 16f310e

Please sign in to comment.