From 695596a39dc49faec843d5f736baa0658ca605d5 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 b4e367f..e70a40e 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. -- Gitee