From b654a95fe2e67dbac20fbb1fa64f84881b824e18 Mon Sep 17 00:00:00 2001 From: Jeff Moyer Date: Fri, 4 Jun 2021 11:00:50 -0400 Subject: [PATCH] Enable ppc64le builds ppc64le support was added upstream, let's enable it for RHEL. Resolves: rhbz#1871149 --- libpmemobj-cpp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libpmemobj-cpp.spec b/libpmemobj-cpp.spec index 8f0d482..83d4689 100644 --- a/libpmemobj-cpp.spec +++ b/libpmemobj-cpp.spec @@ -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 - 1.12-3.el9 +- Enable ppc64le builds +- Resolves: rhbz#1871149 + * Fri Apr 16 2021 Mohan Boddu - 1.12-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937