Enable lmdb support on ppc64le again
This runs the tests on ppc64le, to verify it is working. related: #1951285
This commit is contained in:
parent
4e15be0451
commit
3eeb306c64
@ -1,7 +1,7 @@
|
|||||||
%if ((0%{?fedora} || 0%{?rhel} > 7 || 0%{?epel} > 6))
|
%if ((0%{?fedora} || 0%{?rhel} > 7 || 0%{?epel} > 6))
|
||||||
|
|
||||||
# lmdb is not supported on 32 bit architectures
|
# lmdb is not supported on 32 bit architectures
|
||||||
%ifarch aarch64 s390x x86_64
|
%ifarch aarch64 ppc64le s390x x86_64
|
||||||
%bcond_without lmdb
|
%bcond_without lmdb
|
||||||
%else
|
%else
|
||||||
%bcond_with lmdb
|
%bcond_with lmdb
|
||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: libldb
|
Name: libldb
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A schema-less, ldap like, API and database
|
Summary: A schema-less, ldap like, API and database
|
||||||
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
||||||
Requires: libtdb%{?_isa} >= %{tdb_version}
|
Requires: libtdb%{?_isa} >= %{tdb_version}
|
||||||
@ -231,6 +231,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 21 2021 Andreas Schneider <asn@redhat.com> - 2.3.0-3
|
||||||
- resolves: #1951285 - Fix ldb tests on aarch64
|
- resolves: #1951285 - Fix ldb tests on aarch64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user