From 1133b013c470d52fb832f31dec32abc18ff5f2da Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 20 May 2021 15:46:08 +0200 Subject: [PATCH] Build with lmdb support on ppc64le too resolves: rhbz#1794307 --- libldb.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libldb.spec b/libldb.spec index 04aef69..9a3f4c5 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 @@ -233,6 +233,7 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* * Thu May 20 2021 Andreas Schneider - 2.3.0-2 - Fix tests on aarch64 - Verify signature in prep state +- resolves: rhbz#1794307 - Fix tests on ppc64le * Wed Mar 24 2021 Lukas Slebodnik - 2.3.0-1 - libldb-2.3.0 is required for new samba