diff --git a/libpmemobj-cpp.spec b/libpmemobj-cpp.spec index 83d4689..28e5c1b 100644 --- a/libpmemobj-cpp.spec +++ b/libpmemobj-cpp.spec @@ -4,7 +4,7 @@ Name: libpmemobj-cpp Version: 1.12 -Release: 3%{?dist} +Release: 4%{?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 @@ -114,13 +114,11 @@ cd build cd build %make_install -%check -cd build -# https://github.com/pmem/libpmemobj-cpp/issues/469 -#ctest -V %{?_smp_mflags} -E concurrent_hash_map_rehash_0_helgrind -E concurrent_hash_map_insert_lookup_0_helgrind -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-4.el9 +- Disable make check +- Resolves: rhbz#1970104 + * Wed Jun 9 2021 Jeff Moyer - 1.12-3.el9 - Enable ppc64le builds - Resolves: rhbz#1871149