Fix weak dependencies in BaseOS
resolves: rhbz#2187313
This commit is contained in:
parent
654c6ed764
commit
527f69abbd
@ -138,7 +138,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.18.2
|
||||
%global baserelease 100
|
||||
%global baserelease 101
|
||||
# This should be rc1 or %%nil
|
||||
%global pre_release %nil
|
||||
|
||||
@ -4376,6 +4376,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 05 2023 Pavel Filipenský <pfilipen@redhat.com> - 4.18.2-101
|
||||
- resolves: rhbz#2187313 - Fix weak dependencies in BaseOS
|
||||
|
||||
* Mon May 22 2023 Pavel Filipenský <pfilipen@redhat.com> - 4.18.2-100
|
||||
- resolves: rhbz#2190415 - Update to version 4.18.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user