From 73f73deb5f366a48b6c77d1e0d01a9329ffec58a Mon Sep 17 00:00:00 2001 From: xuraoqing Date: Mon, 2 Dec 2024 06:56:43 +0000 Subject: [PATCH] option --enable-files-domain in configure has been removed Signed-off-by: xuraoqing --- sssd.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index dae502f..6998125 100644 --- a/sssd.spec +++ b/sssd.spec @@ -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