diff --git a/libldb.spec b/libldb.spec index c89302e..9d8c2eb 100644 --- a/libldb.spec +++ b/libldb.spec @@ -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 - 2.3.0-4 +- related: #1951285 - Enable lmdb support on ppc64le again + * Wed Apr 21 2021 Andreas Schneider - 2.3.0-3 - resolves: #1951285 - Fix ldb tests on aarch64