import UBI samba-4.22.4-119.el10_1

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-17 13:05:16 -04:00
parent c974ce5cb5
commit d061ccee68
2 changed files with 1700 additions and 33 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 = 14;
release_number = 20;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
@ -3988,6 +3988,30 @@ fi
%changelog
## START: Generated by rpmautospec
* Thu Feb 19 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-119
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150823
* Mon Feb 09 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-118
- Fix samba-bgqd to load [printers] share
- resolves: RHEL-147859
* Mon Feb 09 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-117
- Fix 'net ads kerberos kinit' to use default ccache name from krb5.conf
- resolves: RHEL-147420
* Mon Feb 02 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-116
- Fix 'net ads kerberos kinit -P' with option '--use-krb5-ccache' (v2)
- resolves: RHEL-144593
* Tue Jan 27 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-115
- Fix 'net ads kerberos kinit -P' with option '--use-krb5-ccache'
- resolves: RHEL-144593
* Tue Jan 27 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-114
- Fix winbind memory leak seen with long living rpcd_* workers
- resolves: RHEL-144499
* Fri Jan 23 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-113
- Fix ERROR: talloc_free with references
- related: RHEL-143402