Skip to content

Commit 17e4a3c

Browse files
committed
package 0.5.6
1 parent ee8c110 commit 17e4a3c

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Cockpit Navigator 0.5.5-2
1+
## Cockpit Navigator 0.5.6-1
22

3-
* Fix sed command for packaging EL7.
3+
* Fix mangling of large files during upload.

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "cockpit-navigator",
44
"title": "Cockpit Navigator",
55
"prerelease": false,
6-
"version": "0.5.5",
7-
"buildVersion": "2",
6+
"version": "0.5.6",
7+
"buildVersion": "1",
88
"author": "Josh Boudreau <jboudreau@45drives.com>",
99
"url": "https://github.com/45Drives/cockpit-navigator",
1010
"category": "utils",
@@ -54,8 +54,8 @@
5454
],
5555
"changelog": {
5656
"urgency": "medium",
57-
"version": "0.5.5",
58-
"buildVersion": "2",
57+
"version": "0.5.6",
58+
"buildVersion": "1",
5959
"ignore": [],
6060
"date": null,
6161
"packager": "Josh Boudreau <jboudreau@45drives.com>",

packaging/el7/main.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ rm -rf %{buildroot}
3232
/usr/share/cockpit/navigator/*
3333

3434
%changelog
35+
* Fri Nov 12 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.6-1
36+
- Fix mangling of large files during upload.
3537
* Mon Oct 04 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.5-2
3638
- Fix sed command for packaging EL7.
3739
* Mon Oct 04 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.5-1

packaging/el8/main.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ rm -rf %{buildroot}
3232
/usr/share/cockpit/navigator/*
3333

3434
%changelog
35+
* Fri Nov 12 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.6-1
36+
- Fix mangling of large files during upload.
3537
* Mon Oct 04 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.5-2
3638
- Fix sed command for packaging EL7.
3739
* Mon Oct 04 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.5-1

packaging/focal/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-navigator (0.5.6-1focal) focal; urgency=medium
2+
3+
* Fix mangling of large files during upload.
4+
5+
-- Joshua Boudreau <jboudreau@45drives.com> Fri, 12 Nov 2021 08:06:44 -0400
6+
17
cockpit-navigator (0.5.5-2focal) focal; urgency=medium
28

39
* Fix sed command for packaging EL7.

0 commit comments

Comments
 (0)