-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Samba-ansible 1.1.4-2 | ||
## Samba-ansible 1.1.5-1 | ||
|
||
* updated smb.conf.j2 tmeplate to add 'disable spoolss = yes' | ||
* Flush winbind cache after initial domain join, fixes issue with incorrect idmapping in non clustered deployments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"name": "samba-ansible", | ||
"title": "Samba-ansible", | ||
"prerelease": false, | ||
"version": "1.1.4", | ||
"buildVersion": "2", | ||
"version": "1.1.5", | ||
"buildVersion": "1", | ||
"author": "Brett Kelly <[email protected]>", | ||
"url": "https://github.com/45Drives/samba-ansible", | ||
"category": "utils", | ||
|
@@ -43,8 +43,8 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "1.1.4", | ||
"buildVersion": "2", | ||
"version": "1.1.5", | ||
"buildVersion": "1", | ||
"ignore": [], | ||
"date": null, | ||
"packager": "Brett Kelly <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,9 @@ make DESTDIR=%{buildroot} install | |
/usr/share/samba-ansible/* | ||
|
||
%changelog | ||
* Fri Oct 27 2023 Brett Kelly <[email protected]> 1.1.5-1 | ||
- Flush winbind cache after initial domain join, fixes issue with incorrect idmapping | ||
in non clustered deployments | ||
* Tue Apr 04 2023 Brett Kelly <[email protected]> 1.1.4-2 | ||
- updated smb.conf.j2 tmeplate to add 'disable spoolss = yes' | ||
* Tue Apr 04 2023 Brett Kelly <[email protected]> 1.1.4-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
samba-ansible (1.1.5-1focal) focal; urgency=medium | ||
|
||
* Flush winbind cache after initial domain join, fixes issue with incorrect idmapping | ||
in non clustered deployments | ||
|
||
-- Brett Kelly <[email protected]> Fri, 27 Oct 2023 18:31:56 -0300 | ||
|
||
samba-ansible (1.1.4-2focal) focal; urgency=medium | ||
|
||
* updated smb.conf.j2 tmeplate to add 'disable spoolss = yes' | ||
|