diff --git a/libldb.spec b/libldb.spec index 109bb04..285c5ce 100644 --- a/libldb.spec +++ b/libldb.spec @@ -25,7 +25,7 @@ Name: libldb Version: 2.2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A schema-less, ldap like, API and database Requires: libtalloc%{?_isa} >= %{talloc_version} Requires: libtdb%{?_isa} >= %{tdb_version} @@ -63,6 +63,7 @@ BuildRequires: doxygen BuildRequires: openldap-devel BuildRequires: libcmocka-devel BuildRequires: gnupg2 +BuildRequires: make Provides: bundled(libreplace) Obsoletes: python2-ldb < 2.0.5-1 @@ -148,12 +149,7 @@ doxygen Doxyfile %if %{with lmdb} %check -# Some of the LMDB tests fail on RHEL 9 aarch64 -# We need an installable LDB, so disabling tests for now. -%ifnarch aarch64 make %{?_smp_mflags} check -#endifnarch aarch64 -%endif #endif with lmdb %endif @@ -229,6 +225,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* %endif %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Oct 29 2020 Andreas Schneider - 2.2.0-7 - Fix FTBFS / Increase the over-estimation for sparse files in tests