Fix deadlock between two smbd processes
- resolves: RHEL-132396
This commit is contained in:
parent
3afec2d54b
commit
9e97c658da
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user