Enable lmdb support on ppc64le again

This runs the tests on ppc64le, to verify it is working.

related: #1951285
This commit is contained in:
Andreas Schneider 2021-05-20 15:50:04 +02:00
parent 4e15be0451
commit 3eeb306c64
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%if ((0%{?fedora} || 0%{?rhel} > 7 || 0%{?epel} > 6))
# lmdb is not supported on 32 bit architectures
%ifarch aarch64 s390x x86_64
%ifarch aarch64 ppc64le s390x x86_64
%bcond_without lmdb
%else
%bcond_with lmdb
@ -25,7 +25,7 @@
Name: libldb
Version: 2.3.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A schema-less, ldap like, API and database
Requires: libtalloc%{?_isa} >= %{talloc_version}
Requires: libtdb%{?_isa} >= %{tdb_version}
@ -231,6 +231,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
%endif
%changelog
* Thu May 20 2021 Andreas Schneider <asn@redhat.com> - 2.3.0-4
- related: #1951285 - Enable lmdb support on ppc64le again
* Wed Apr 21 2021 Andreas Schneider <asn@redhat.com> - 2.3.0-3
- resolves: #1951285 - Fix ldb tests on aarch64