Build with lmdb support on ppc64le too
resolves: rhbz#1794307
This commit is contained in:
parent
2d49574d51
commit
1133b013c4
@ -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 <asn@redhat.com> - 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 <lslebodn@fedoraproject.org> - 2.3.0-1
|
||||
- libldb-2.3.0 is required for new samba
|
||||
|
Loading…
Reference in New Issue
Block a user