Skip to content

Commit

Permalink
package 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Oct 26, 2022
1 parent c6f132b commit 147d9ae
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Cockpit Navigator 0.5.9-1
## Cockpit Navigator 0.5.10-1

* Fix CSS for Cockpit 273 and greater
* Disallow changing selected file/folder while editing permissions
* Allow opening non-text file for editing via prompt
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ With no command line use needed, you can:
# Installation
## From Github Release
### Ubuntu
1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.8/cockpit-navigator_0.5.8-1focal_all.deb`
1. `# apt install ./cockpit-navigator_0.5.8-1focal_all.deb`
1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator_0.5.10-1focal_all.deb`
1. `# apt install ./cockpit-navigator_0.5.10-1focal_all.deb`
### EL7
1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.8/cockpit-navigator-0.5.8-1.el7.noarch.rpm`
1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el7.noarch.rpm`
### EL8
1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.8/cockpit-navigator-0.5.8-1.el8.noarch.rpm`
1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el8.noarch.rpm`
## From Source
1. Ensure dependencies are installed: `cockpit`, `python3`, `rsync`, `zip`.
1. `$ git clone https://github.com/45Drives/cockpit-navigator.git`
1. `$ cd cockpit-navigator`
1. `$ git checkout <version>` (v0.5.8 is latest)
1. `$ git checkout <version>` (v0.5.10 is latest)
1. `# make install`
## From 45Drives Repositories
### Automatic Repo Setup with Script
Expand Down
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.9",
"version": "0.5.10",
"buildVersion": "1",
"author": "Josh Boudreau <[email protected]>",
"url": "https://github.com/45Drives/cockpit-navigator",
Expand Down Expand Up @@ -59,7 +59,7 @@
],
"changelog": {
"urgency": "medium",
"version": "0.5.9",
"version": "0.5.10",
"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
* Wed Oct 26 2022 Joshua Boudreau <[email protected]> 0.5.10-1
- Disallow changing selected file/folder while editing permissions
- Allow opening non-text file for editing via prompt
* Fri Aug 05 2022 Joshua Boudreau <[email protected]> 0.5.9-1
- Fix CSS for Cockpit 273 and greater
* Mon Jun 06 2022 Joshua Boudreau <[email protected]> 0.5.8-2
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
* Wed Oct 26 2022 Joshua Boudreau <[email protected]> 0.5.10-1
- Disallow changing selected file/folder while editing permissions
- Allow opening non-text file for editing via prompt
* Fri Aug 05 2022 Joshua Boudreau <[email protected]> 0.5.9-1
- Fix CSS for Cockpit 273 and greater
* Mon Jun 06 2022 Joshua Boudreau <[email protected]> 0.5.8-2
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.10-1focal) focal; urgency=medium

* Disallow changing selected file/folder while editing permissions
* Allow opening non-text file for editing via prompt

-- Joshua Boudreau <[email protected]> Wed, 26 Oct 2022 14:40:50 -0300

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

* Fix CSS for Cockpit 273 and greater
Expand Down

0 comments on commit 147d9ae

Please sign in to comment.