From 294f97acebbe7773bce86d57badc56611c33484d Mon Sep 17 00:00:00 2001 From: wjiang Date: Wed, 18 Dec 2024 10:19:05 +0800 Subject: [PATCH] option --enable-files-domain in configure has been removed --- sssd.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index 1d178bf..c33aa01 100644 --- a/sssd.spec +++ b/sssd.spec @@ -8,7 +8,7 @@ Name: sssd Version: 2.9.4 -Release: 6 +Release: 7 Summary: System Security Services Daemon License: GPL-3.0-or-later URL: https://github.com/SSSD/sssd/ @@ -397,7 +397,6 @@ autoreconf -ivf --with-crypto=libcrypto \ --without-python2-bindings \ --enable-sss-default-nss-plugin \ - --enable-files-domain \ %{?with_cifs_utils_plugin_option} \ --enable-systemtap @@ -917,6 +916,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Wed Dec 18 2024 wangjiang - 2.9.4-7 +- option --enable-files-domain in configure has been removed + * Tue Jun 18 2024 wangjiang - 2.9.4-6 - backport upstream patches -- Gitee