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
This commit is contained in:
DistroBaker 2021-02-04 10:01:56 +01:00
parent 9800a930e5
commit 84da93f36b
1 changed files with 5 additions and 6 deletions

View File

@ -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 <releng@fedoraproject.org> - 2.2.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Oct 29 2020 Andreas Schneider <asn@redhat.com> - 2.2.0-7
- Fix FTBFS / Increase the over-estimation for sparse files in tests