From 8b08c683268c604b1fc15d4828ab5efe261e3035 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:39:02 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libpmemobj-cpp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libpmemobj-cpp.spec b/libpmemobj-cpp.spec index 5af36c0..e8ac0a7 100644 --- a/libpmemobj-cpp.spec +++ b/libpmemobj-cpp.spec @@ -4,7 +4,7 @@ Name: libpmemobj-cpp Version: 1.12 -Release: 5%{?dist} +Release: 6%{?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 @@ -110,6 +110,10 @@ cd build %make_install %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.12-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Aug 2 2021 Jeff Moyer - 1.12-5.el9 - Get rid of BuildRequires that are only used for testing (Jeff Moyer) - Resolves: rhbz#1984934