Enable ppc64le builds
ppc64le support was added upstream, let's enable it for RHEL. Resolves: rhbz#1871149
This commit is contained in:
parent
7cbe7f81f9
commit
b654a95fe2
@ -4,7 +4,7 @@
|
||||
|
||||
Name: libpmemobj-cpp
|
||||
Version: 1.12
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: C++ bindings for libpmemobj
|
||||
# Note: tests/external/libcxx is dual licensed using University of Illinois "BSD-Like" license and the MIT license. It's used only during development/testing and is NOT part of the binary RPM.
|
||||
License: BSD
|
||||
@ -42,7 +42,7 @@ BuildRequires: make
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1340635
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1340636
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1340637
|
||||
ExclusiveArch: x86_64
|
||||
ExclusiveArch: x86_64 ppc64le
|
||||
|
||||
%description
|
||||
This package contains header files for libpmemobj C++ bindings and C++
|
||||
@ -121,6 +121,10 @@ cd build
|
||||
ctest -V -E concurrent_hash_map_rehash_0_helgrind -E concurrent_hash_map_insert_lookup_0_helgrind -E enumerable_thread_specific_access_0_drd
|
||||
|
||||
%changelog
|
||||
* Wed Jun 9 2021 Jeff Moyer <jmoyer@redhat.com> - 1.12-3.el9
|
||||
- Enable ppc64le builds
|
||||
- Resolves: rhbz#1871149
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.12-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user