From 0d50ae13987c25aaf02f7885ba8d8b5c85d472d1 Mon Sep 17 00:00:00 2001 From: xuraoqing Date: Wed, 30 Oct 2024 08:07:32 +0000 Subject: [PATCH] enable-files-domain has been removed Signed-off-by: xuraoqing --- sssd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index 9167713..e4d3033 100644 --- a/sssd.spec +++ b/sssd.spec @@ -8,7 +8,7 @@ Name: sssd Version: 2.9.5 -Release: 1 +Release: 2 Summary: System Security Services Daemon License: GPL-3.0-or-later URL: https://github.com/SSSD/sssd/ @@ -393,7 +393,6 @@ autoreconf -ivf --with-crypto=libcrypto \ --without-python2-bindings \ --enable-sss-default-nss-plugin \ - --enable-files-domain \ %{?with_cifs_utils_plugin_option} \ --enable-systemtap -- Gitee