From 19b069016ed217a0ea9ff4574bd2976868d7ec73 Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 09:47:28 -0500 Subject: [PATCH] Rebuild on platform-python --- sssd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index 8aeedd5..2ffbfb1 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.5.2 -Release: 2%{?dist}.4 +Release: 2%{anolis_release}%{?dist}.4 Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -1154,6 +1155,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Thu Feb 24 2022 Weitao Zhou - 2.5.2-2.0.1.4 +- Rebuild on platform-python + * Mon Jan 17 2022 Alexey Tikhonov - 2.5.2-2.4 - Resolves: rhbz#2030651 - sssd-kcm has requirement on krb5 symbol "krb5_unmarshal_credentials" only available in latest RHEL8.5 krb5 libraries [rhel-8.5.0.z] - Resolves: rhbz#2035285 - AD Domain in the AD Forest Missing after sssd latest update [rhel-8.5.0.z] -- Gitee