diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index e02fe2c6591313ba2370e0c68d3b80ebeed5d82b..2709dc191664eb2222a49d32e106bce6b0909ec7 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