From d3af70eee8d54ef4aa7827f490d9dcbaddf56391 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Mon, 16 May 2022 10:12:17 +0800 Subject: [PATCH] build: rebuild with samba --- sssd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index 185c9d7..3904d4d 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] -- Gitee