Skip to content

Commit

Permalink
package 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jun 20, 2022
1 parent 6761947 commit 7a85ad5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
* 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
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": true,
"version": "3.1.7",
"version": "3.1.8",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -60,7 +60,7 @@
],
"changelog": {
"urgency": "medium",
"version": "3.1.7",
"version": "3.1.8",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
5 changes: 5 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ make DESTDIR=%{buildroot} install
/usr/share/cockpit/file-sharing/*

%changelog
* Mon Jun 20 2022 Joshua Boudreau <jboudreau@45drives.com> 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 <jboudreau@45drives.com> 3.1.7-1
- Use systemdUnitEscape() from cockpit-helpers to escape mount unit name instead
of unreliable regex replace
Expand Down
9 changes: 9 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -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 <jboudreau@45drives.com> 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
Expand Down

0 comments on commit 7a85ad5

Please sign in to comment.