From 84da93f36b7cf88051f23de751a509fc2f9aaab1 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 10:01:56 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libldb.git#7ccc33582afa3c37c96ac1700874ee07746bd1f7 --- libldb.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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