Fix deadlock between two smbd processes

- resolves: RHEL-132396
This commit is contained in:
Pavel Filipenský 2026-01-27 10:21:24 +01:00
parent 3afec2d54b
commit 9e97c658da
2 changed files with 7487 additions and 71 deletions

File diff suppressed because it is too large Load Diff

View File

@ -147,7 +147,7 @@
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
%global samba_version 4.19.4
%global baserelease 14
%global baserelease 15
# This should be rc1 or %%nil
%global pre_release %nil
@ -4479,6 +4479,9 @@ fi
%endif
%changelog
* Tue Jan 27 2026 Pavel Filipenský <pfilipen@redhat.com> - 4.19.4-15
- resolves: RHEL-132396 - Fix deadlock between two smbd processes
* Tue Jan 27 2026 Pavel Filipenský <pfilipen@redhat.com> - 4.19.4-14
- resolves: RHEL-144390 - Fix winbind group resolution