From 6f184a0afad356897bdb00453203c0fa52346f17 Mon Sep 17 00:00:00 2001 From: wjiang Date: Wed, 18 Dec 2024 09:55:13 +0800 Subject: [PATCH] option --enable-files-domain in configure has been removed --- sssd.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index 5fd131e..a27dfea 100644 --- a/sssd.spec +++ b/sssd.spec @@ -8,7 +8,7 @@ Name: sssd Version: 2.9.5 -Release: 4 +Release: 5 Summary: System Security Services Daemon License: GPL-3.0-or-later URL: https://github.com/SSSD/sssd/ @@ -400,7 +400,6 @@ autoreconf -ivf --with-crypto=libcrypto \ --without-python2-bindings \ --enable-sss-default-nss-plugin \ - --enable-files-domain \ %{?with_cifs_utils_plugin_option} \ --enable-systemtap @@ -920,6 +919,12 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Wed Dec 18 2024 wangjiang - 2.9.5-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:option --enable-files-domain in configure has been removed + * Tue Dec 10 2024 liyunqing - 2.9.5-4 - Type:bugfix - CVE:NA -- Gitee