From 143901c558580c34d66fcb3541d36cb1b3c79933 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:29:29 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libkeepalive.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libkeepalive.spec b/libkeepalive.spec index 364209e..4d336a0 100644 --- a/libkeepalive.spec +++ b/libkeepalive.spec @@ -1,6 +1,6 @@ Name: libkeepalive Version: 0.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Enable TCP keepalive in dynamic binaries URL: http://libkeepalive.sourceforge.net/ @@ -42,6 +42,10 @@ install -p -m 0755 -D src/libkeepalive.so %{buildroot}%{_libdir}/libkeepalive.so %{_libdir}/libkeepalive.so %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.3-16 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.3-15 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937