From 6c07b52dcaae92f2034abe943fff1d79ea832cf7 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 26 Aug 2021 17:59:51 +0800 Subject: [PATCH] remove with-bdb=db from configure because libdb deprecated --- cyrus-sasl.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index e02fe2c..2709dc1 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -6,7 +6,7 @@ Name: cyrus-sasl Version: 2.1.27 -Release: 11 +Release: 12 Summary: The Cyrus SASL API Implementation License: BSD with advertising @@ -139,7 +139,6 @@ echo "$LDFLAGS" --with-gss_impl=mit \ --with-rc4 \ --with-bdb=gdbm \ - --with-bdb=db \ --with-saslauthd=/run/saslauthd --without-pwcheck \ %if ! %{bootstrap_cyrus_sasl} --with-ldap \ @@ -261,6 +260,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %changelog +* Thu Aug 26 2021 panxiaohe - 2.1.27-12 +- remove with-bdb=db from configure + * Sat Jun 19 2021 panxiaohe - 2.1.27-11 - fix gdbm_errno overlay from gdbm_close - BuildRequires: replace libdb with gdbm -- Gitee