From c96fd590383561165d6251378f0f7aec420bc431 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 Dec 2021 14:08:16 -0500 Subject: [PATCH] import samba-4.14.5-103.el9 --- SPECS/samba.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 08a2a87..d09116a 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -108,7 +108,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 baserelease 102 +%global baserelease 103 %global samba_version 4.14.5 %global talloc_version 2.3.2 @@ -799,10 +799,14 @@ Summary: Samba winbind Requires(pre): %{name}-common = %{samba_depver} Requires: %{name}-common = %{samba_depver} Requires: %{name}-common-libs = %{samba_depver} +Requires(post): %{name}-common-libs = %{samba_depver} Requires: %{name}-common-tools = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} +Requires(post): %{name}-client-libs = %{samba_depver} Requires: %{name}-libs = %{samba_depver} +Requires(post): %{name}-libs = %{samba_depver} Requires: %{name}-winbind-modules = %{samba_depver} +Requires(post): %{name}-winbind-modules = %{samba_depver} %if %{with libwbclient} Requires(post): libwbclient = %{samba_depver} @@ -3908,6 +3912,9 @@ fi %endif %changelog +* Tue Aug 31 2021 Andreas Schneider - 4.14.5-103 +- resolves: rhbz#1980356 - Fix winbind restart on package upgrade + * Tue Aug 10 2021 Mohan Boddu - 0:4.14.5-102 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688