From 7a85ad59ba98e6c6a8a042d54e706c8ea8e98739 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Mon, 20 Jun 2022 17:45:29 -0300 Subject: [PATCH] package 3.1.8 --- CHANGELOG.md | 7 ++++--- manifest.json | 4 ++-- packaging/el8/main.spec | 5 +++++ packaging/focal/changelog | 9 +++++++++ 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 481965b..e6f1752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -## Cockpit File Sharing 3.1.7-1 +## Cockpit File Sharing 3.1.8-1 -* Use systemdUnitEscape() from cockpit-helpers to escape mount unit name instead of unreliable regex replace -* Fix regular expressions used to check for and insert 'include = registry' in smb.conf \ No newline at end of file +* Remove realm and wbinfo dependencies by getting users and groups with `getent -s winbind -s sss -s ldap` +* Handle directory permissions by numeric ID rather than user/group name +* Fixed yet another regex bug in validating smb.conf \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3a6780a..d8bc835 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "cockpit-file-sharing", "title": "Cockpit File Sharing", "prerelease": true, - "version": "3.1.7", + "version": "3.1.8", "buildVersion": "1", "author": "Josh Boudreau ", "url": "https://github.com/45Drives/cockpit-file-sharing", @@ -60,7 +60,7 @@ ], "changelog": { "urgency": "medium", - "version": "3.1.7", + "version": "3.1.8", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 60c5d1f..2c1a776 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -27,6 +27,11 @@ make DESTDIR=%{buildroot} install /usr/share/cockpit/file-sharing/* %changelog +* Mon Jun 20 2022 Joshua Boudreau 3.1.8-1 +- Remove realm and wbinfo dependencies by getting users and groups with `getent -s + winbind -s sss -s ldap` +- Handle directory permissions by numeric ID rather than user/group name +- Fixed yet another regex bug in validating smb.conf * Wed Jun 08 2022 Joshua Boudreau 3.1.7-1 - Use systemdUnitEscape() from cockpit-helpers to escape mount unit name instead of unreliable regex replace diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 6eeb702..7c49e00 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,12 @@ +cockpit-file-sharing (3.1.8-1focal) focal; urgency=medium + + * Remove realm and wbinfo dependencies by getting users and groups with `getent + -s winbind -s sss -s ldap` + * Handle directory permissions by numeric ID rather than user/group name + * Fixed yet another regex bug in validating smb.conf + + -- Joshua Boudreau Mon, 20 Jun 2022 14:25:56 -0300 + cockpit-file-sharing (3.1.7-1focal) focal; urgency=medium * Use systemdUnitEscape() from cockpit-helpers to escape mount unit name instead