import UBI samba-4.22.4-18.el9_7

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-17 00:40:40 -04:00
parent b1ffc47829
commit 1f32f9d063
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 = 12;
release_number = 18;
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-18
- Fix regression with --use-kerberos=desired for smbclient
- resolves: RHEL-150825
* Mon Feb 09 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-17
- Fix samba-bgqd to load [printers] share
- resolves: RHEL-147861
* Mon Feb 09 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-16
- Fix 'net ads kerberos kinit' to use default ccache name from krb5.conf
- resolves: RHEL-147421
* Sun Feb 01 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-15
- Fix 'net ads kerberos kinit -P' with option '--use-krb5-ccache' (v2)
- resolves: RHEL-144591
* Tue Jan 27 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-14
- Fix 'net ads kerberos kinit -P' with option '--use-krb5-ccache'
- resolves: RHEL-144591
* Tue Jan 27 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-13
- Fix winbind memory leak seen with long living rpcd_* workers
- resolves: RHEL-144500
* Fri Jan 23 2026 Pavel Filipenský <pfilipensky@samba.org> - 0:4.22.4-12
- Fix ERROR: talloc_free with references
- related: RHEL-143403