import UBI samba-4.21.3-113.el10_0

This commit is contained in:
eabdullin 2025-09-23 12:27:20 +00:00
parent f960ea568c
commit d1a9ec6ddf
3 changed files with 1235 additions and 65 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 7;
release_number = 14;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
@ -4009,6 +4009,30 @@ fi
%changelog
## START: Generated by rpmautospec
* Wed Sep 10 2025 Pavel Filipenský <pfilipensky@samba.org> - 0:4.21.3-113
- resolves: RHEL-113390 - Rebuild for zstream
* Sun Sep 07 2025 Pavel Filipenský <pfilipensky@samba.org> - 0:4.21.3-112
- resolves: RHEL-113390 - Fix 'net ads join' in setups with multiple DCs
* Wed Aug 27 2025 Pavel Filipenský <pfilipensky@samba.org> - 0:4.21.3-111
- resolves: RHEL-101762 - Fix DC discovery after Windows netlogon hardening
(follow-up, main fix is in samba-4.21.3-106)
* Wed Aug 27 2025 Pavel Filipenský <pfilipensky@samba.org> - 0:4.21.3-110
- resolves: RHEL-111313 - Fix winbind fork bomb in 'IPA with AD trust'
environment
* Wed Aug 27 2025 Pavel Filipenský <pfilipensky@samba.org> - 0:4.21.3-109
- resolves: RHEL-102933 - Fix samba-gpupdate to process empty GPO Link
* Wed Aug 27 2025 Pavel Filipenský <pfilipensky@samba.org> - 0:4.21.3-108
- resolves: RHEL-105622 - Fix 'net ads kerberos kinit'
* Wed Aug 27 2025 Pavel Filipenský <pfilipensky@samba.org> - 0:4.21.3-107
- resolves: RHEL-103409 - smb.conf: Remove the '@' for NIX groups, we
removed NIS support
* Mon Jul 07 2025 Andreas Schneider <asn@redhat.com> - 0:4.21.3-106
- Fix DC discovery after Windows netlogon hardening

View File

@ -38,7 +38,8 @@
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @printadmin root
force group = @printadmin
# printadmin is a local group
write list = printadmin root
force group = printadmin
create mask = 0664
directory mask = 0775