From a285fde2e016203e4214eec1804cd5296916bd58 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Wed, 1 Dec 2021 12:51:11 -0400 Subject: [PATCH] package 0.5.8-1 --- CHANGELOG.md | 5 ++--- README.md | 10 +++++----- manifest.json | 4 ++-- packaging/el7/main.spec | 2 ++ packaging/el8/main.spec | 2 ++ packaging/focal/changelog | 6 ++++++ 6 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cec29..b0dde9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ -## Cockpit Navigator 0.5.7-1 +## Cockpit Navigator 0.5.8-1 -* Fix bug where loading spinner doesn't go away after upload dialog is cancelled. -* Add modification and creation time columns and allow sorting by them. \ No newline at end of file +* Fix non-root user file downloads. \ No newline at end of file diff --git a/README.md b/README.md index 2b7aead..1111f20 100644 --- a/README.md +++ b/README.md @@ -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.7/cockpit-navigator_0.5.7-1focal_all.deb` -1. `# apt install ./cockpit-navigator_0.5.7-1focal_all.deb` +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` ### EL7 -1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.7/cockpit-navigator-0.5.7-1.el7.noarch.rpm` +1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.8/cockpit-navigator-0.5.8-1.el7.noarch.rpm` ### EL8 -1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.7/cockpit-navigator-0.5.7-1.el8.noarch.rpm` +1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.8/cockpit-navigator-0.5.8-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 ` (v0.5.7 is latest) +1. `$ git checkout ` (v0.5.8 is latest) 1. `# make install` ## From 45Drives Repositories ### Automatic Repo Setup with Script diff --git a/manifest.json b/manifest.json index 5a82a26..1dbd5cc 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "cockpit-navigator", "title": "Cockpit Navigator", "prerelease": false, - "version": "0.5.7", + "version": "0.5.8", "buildVersion": "1", "author": "Josh Boudreau ", "url": "https://github.com/45Drives/cockpit-navigator", @@ -54,7 +54,7 @@ ], "changelog": { "urgency": "medium", - "version": "0.5.7", + "version": "0.5.8", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el7/main.spec b/packaging/el7/main.spec index 98a14e5..7004795 100644 --- a/packaging/el7/main.spec +++ b/packaging/el7/main.spec @@ -32,6 +32,8 @@ rm -rf %{buildroot} /usr/share/cockpit/navigator/* %changelog +* Wed Dec 01 2021 Joshua Boudreau 0.5.8-1 +- Fix non-root user file downloads. * Mon Nov 29 2021 Joshua Boudreau 0.5.7-1 - Fix bug where loading spinner doesn't go away after upload dialog is cancelled. - Add modification and creation time columns and allow sorting by them. diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 98a14e5..7004795 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -32,6 +32,8 @@ rm -rf %{buildroot} /usr/share/cockpit/navigator/* %changelog +* Wed Dec 01 2021 Joshua Boudreau 0.5.8-1 +- Fix non-root user file downloads. * Mon Nov 29 2021 Joshua Boudreau 0.5.7-1 - Fix bug where loading spinner doesn't go away after upload dialog is cancelled. - Add modification and creation time columns and allow sorting by them. diff --git a/packaging/focal/changelog b/packaging/focal/changelog index af8876d..d3a794f 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +cockpit-navigator (0.5.8-1focal) focal; urgency=medium + + * Fix non-root user file downloads. + + -- Joshua Boudreau Wed, 01 Dec 2021 08:50:33 -0400 + cockpit-navigator (0.5.7-1focal) focal; urgency=medium * Fix bug where loading spinner doesn't go away after upload dialog is cancelled.