Skip to content

Commit

Permalink
package v3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Sep 12, 2022
1 parent ce3a07f commit 5f2f2bf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Cockpit File Sharing 3.2.7-1
## Cockpit File Sharing 3.2.8-1

* Fix scrolling in Safari
* Handle case where NFS exports.d directory does not exist.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ sudo apt install cockpit-file-sharing
### Direct from .deb
Installing this way may work for other versions of Ubuntu and Debian, but it is unsupported. You won't get automatic updates this way.
```bash
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.2.5/cockpit-file-sharing_3.2.5-1focal_all.deb
sudo apt install ./cockpit-file-sharing_3.2.5-1focal_all.deb
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.2.8/cockpit-file-sharing_3.2.8-1focal_all.deb
sudo apt install ./cockpit-file-sharing_3.2.8-1focal_all.deb
```
## Rocky 8
### From 45Drives Repo (Recommended, Rocky 8 only)
Expand All @@ -50,7 +50,7 @@ sudo dnf install cockpit-file-sharing
Installing this way may work for other versions of Rocky/Centos/RHEL/Fedora/etc, but it is unsupported. You won't get automatic updates this way.
```bash
# dnf or yum
sudo dnf install https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.2.5/cockpit-file-sharing-3.2.5-1.el8.noarch.rpm
sudo dnf install https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.2.8/cockpit-file-sharing-3.2.8-1.el8.noarch.rpm
```
## Generic Installation
1. Install Dependencies
Expand All @@ -77,9 +77,9 @@ system
```
2. Download pre-built archive and install
```bash
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.2.5/cockpit-file-sharing_3.2.5_generic.zip
unzip cockpit-file-sharing_3.2.5_generic.zip
cd cockpit-file-sharing_3.2.5_generic
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.2.8/cockpit-file-sharing_3.2.8_generic.zip
unzip cockpit-file-sharing_3.2.8_generic.zip
cd cockpit-file-sharing_3.2.8_generic
# no need to run `make` first, the plugin is pre-built
sudo make install
```
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-file-sharing",
"title": "Cockpit File Sharing",
"prerelease": false,
"version": "3.2.7",
"version": "3.2.8",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -58,7 +58,7 @@
],
"changelog": {
"urgency": "medium",
"version": "3.2.7",
"version": "3.2.8",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install
/usr/share/cockpit/file-sharing/*

%changelog
* Mon Sep 12 2022 Joshua Boudreau <jboudreau@45drives.com> 3.2.8-1
- Handle case where NFS exports.d directory does not exist.
* Wed Aug 24 2022 Joshua Boudreau <jboudreau@45drives.com> 3.2.7-1
- Fix scrolling in Safari
* Wed Aug 24 2022 Joshua Boudreau <jboudreau@45drives.com> 3.2.6-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-file-sharing (3.2.8-1focal) focal; urgency=medium

* Handle case where NFS exports.d directory does not exist.

-- Joshua Boudreau <jboudreau@45drives.com> Mon, 12 Sep 2022 11:33:10 -0300

cockpit-file-sharing (3.2.7-1focal) focal; urgency=medium

* Fix scrolling in Safari
Expand Down

0 comments on commit 5f2f2bf

Please sign in to comment.