From cec2e06c601b2ef85811441cad889f86db3139c7 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:35:06 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libnetfilter_cttimeout.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libnetfilter_cttimeout.spec b/libnetfilter_cttimeout.spec index e001fb3..6fdeb6e 100644 --- a/libnetfilter_cttimeout.spec +++ b/libnetfilter_cttimeout.spec @@ -1,6 +1,6 @@ Name: libnetfilter_cttimeout Version: 1.0.0 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Timeout policy tuning for Netfilter/conntrack License: GPLv2+ URL: http://netfilter.org @@ -58,6 +58,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %{_includedir}/libnetfilter_cttimeout/*.h %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.0.0-19 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.0.0-18 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937