From 71c97251c911832a50806de0dca945a480f6ea27 Mon Sep 17 00:00:00 2001 From: xuraoqing Date: Mon, 2 Dec 2024 08:13:43 +0000 Subject: [PATCH] option --enable-files-domain in configure has been removed Signed-off-by: xuraoqing --- sssd.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index dae502f..ec3c9ef 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,6 +920,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Mon Dec 2 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 -- Gitee