diff --git a/sssd.spec b/sssd.spec index 185c9d796f87c712f53826fba9f23d5708014e7d..3904d4d55ae16c1216558da4752b68349cb94d16 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$ @@ -19,7 +20,7 @@ Name: sssd Version: 2.6.2 -Release: 4%{?dist}.1 +Release: 4%{anolis_release}%{?dist}.1 Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -1162,6 +1163,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Thu Sep 15 2022 Liwei Ge - 2.6.2-4.0.1.1 +- Rebuild with new samba + * Thu Jun 2 2022 Alexey Tikhonov - 2.6.2-4.1 - Resolves: rhbz#2072958 - Use right sdap_domain in ad_domain_info_send [rhel-8.6.0.z] - Resolves: rhbz#2089244 - pam_sss_gss ceased to work after upgrade to 8.6 [rhel-8.6.0.z]