diff --git a/sssd.spec b/sssd.spec index b4e367f30cfc03e67d87e12ec22ae644efad415a..e70a40e8b59fdc83022a7f73e33d64fe27c2c786 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: 3%{?dist} +Release: 3%{anolis_release}%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -1157,6 +1158,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Mon May 16 2022 Liwei Ge - 2.6.2-3.0.1 +- Rebuild with new samba + * Mon Jan 17 2022 Alexey Tikhonov - 2.6.2-3 - Resolves: rhbz#2039892 - 2.6.2 regression: Daemon crashes when resolving AD user names - Resolves: rhbz#1859315 - sssd does not use kerberos port that is set.