Skip to content

Commit

Permalink
Merge pull request #49 from 45Drives/fix-import-paternfly
Browse files Browse the repository at this point in the history
include cockpit.css with plugin dist to fix break from Cockpit 273 and higher no longer supplying it.
  • Loading branch information
joshuaboud authored Aug 5, 2022
2 parents ba615bd + 2240762 commit d70d66f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Cockpit Navigator 0.5.8-2
## Cockpit Navigator 0.5.9-1

* Add file and coreutils dependencies.
* Fix CSS for Cockpit 273 and greater
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "cockpit-navigator",
"title": "Cockpit Navigator",
"prerelease": false,
"version": "0.5.8",
"buildVersion": "2",
"version": "0.5.9",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-navigator",
"category": "utils",
Expand Down Expand Up @@ -59,8 +59,8 @@
],
"changelog": {
"urgency": "medium",
"version": "0.5.8",
"buildVersion": "2",
"version": "0.5.9",
"buildVersion": "1",
"ignore": [],
"date": null,
"packager": "Josh Boudreau <jboudreau@45drives.com>",
Expand Down
Binary file added navigator/cockpit.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion navigator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta charset="utf-8">
<base href=".">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="../base1/cockpit.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./cockpit.css">
<link href="style.css" type="text/css" rel="stylesheet">
<link href="fontawesome/css/all.min.css" rel="stylesheet">
<script src="fontawesome/attribution.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions packaging/el7/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ rm -rf %{buildroot}
/usr/share/cockpit/navigator/*

%changelog
* Fri Aug 05 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.9-1
- Fix CSS for Cockpit 273 and greater
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
- Add file and coreutils dependencies.
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ rm -rf %{buildroot}
/usr/share/cockpit/navigator/*

%changelog
* Fri Aug 05 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.9-1
- Fix CSS for Cockpit 273 and greater
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
- Add file and coreutils dependencies.
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cockpit-navigator (0.5.9-1focal) focal; urgency=medium

* Fix CSS for Cockpit 273 and greater

-- Joshua Boudreau <jboudreau@45drives.com> Fri, 05 Aug 2022 12:53:34 -0300

cockpit-navigator (0.5.8-2focal) focal; urgency=medium

* Add file and coreutils dependencies.
Expand Down

0 comments on commit d70d66f

Please sign in to comment.