diff --git a/sssd.spec b/sssd.spec index a614ae0159bca613f98721f176c13ca97b0d2fa7..5025e1dfc7746938c650b9ecc63794482fb7d31c 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]