From 950660e76a3db99679c57701fcbaccf0150017e7 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Tue, 7 Dec 2021 19:56:53 +0800 Subject: [PATCH] spec: rebuild with correct samba Signed-off-by: Liwei Ge --- sssd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index a614ae0..5025e1d 100644 --- a/sssd.spec +++ b/sssd.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 # we don't want to provide private python extension libs %define __provides_exclude_from %{python3_sitearch}/.*\.so$|%{_libdir}/%{name}/modules/libwbclient.so.*$ @@ -26,7 +27,7 @@ Name: sssd Version: 2.4.0 -Release: 9%{?dist}.1 +Release: 9%{anolis_release}%{?dist}.1 Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -1273,6 +1274,9 @@ fi %{_libdir}/%{name}/modules/libwbclient.so %changelog +* Tue Dec 7 2021 Liwei Ge - 2.4.0-9.1.0.1 +- Rebuild with correct samba + * Mon May 24 2021 Alexey Tikhonov - 2.4.0-9.1 - Resolves: rhbz#1949170 - pam_sss_gss.so doesn't work with large kerberos tickets [rhel-8.4.0.z] - Resolves: rhbz#1945656 - No gpo found and ad_gpo_implicit_deny set to True still permits user login [rhel-8.4.0.z] -- Gitee