From 083627e179c1a6b0df958b71ec08543893a8b87d Mon Sep 17 00:00:00 2001 From: xuraoqing Date: Wed, 30 Oct 2024 08:16:25 +0000 Subject: [PATCH] option --enable-files-domain in configure has been removed Signed-off-by: xuraoqing --- sssd.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sssd.spec b/sssd.spec index 1afd648..66869bc 100644 --- a/sssd.spec +++ b/sssd.spec @@ -8,7 +8,7 @@ Name: sssd Version: 2.9.4 -Release: 8 +Release: 9 Summary: System Security Services Daemon License: GPL-3.0-or-later URL: https://github.com/SSSD/sssd/ @@ -401,7 +401,6 @@ autoreconf -ivf --with-crypto=libcrypto \ --without-python2-bindings \ --enable-sss-default-nss-plugin \ - --enable-files-domain \ %{?with_cifs_utils_plugin_option} \ --enable-systemtap @@ -921,10 +920,13 @@ fi %systemd_postun_with_restart sssd.service %changelog -* Fri Oct 25 2024 xuraoqing - 2.9.4-8 +* Wed Oct 30 2024 xuraoqing - 2.9.4-9 +- option --enable-files-domain in configure has been removed + +* Fri Oct 25 2024 fangxiuning - 2.9.4-8 - backport patches to fix bugs -* Wed Sep 25 2024 xuraoqing - 2.9.4-7 +* Sun Sep 29 2024 fangxiuning - 2.9.4-7 - backport patches to fix bugs * Tue Jun 18 2024 wangjiang - 2.9.4-6 -- Gitee