From b4ef104efe7823141c1b06838dc92380ef7264a0 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:54:58 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- socket_wrapper.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/socket_wrapper.spec b/socket_wrapper.spec index 2d82a58..ff2d69c 100644 --- a/socket_wrapper.spec +++ b/socket_wrapper.spec @@ -1,6 +1,6 @@ Name: socket_wrapper Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Summary: A library passing all socket communications through Unix sockets @@ -64,6 +64,10 @@ LD_PRELOAD=%{__cmake_builddir}/src/libsocket_wrapper.so bash -c '>/dev/null' %{_mandir}/man1/socket_wrapper.1* %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.2.5-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.2.5-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937