From 0cf8cd6990c8aac21862a6f31716808423b66239 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 01:06:01 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- tmpwatch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tmpwatch.spec b/tmpwatch.spec index 654e12d..f40aa58 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -1,7 +1,7 @@ Summary: A utility for removing files based on when they were last accessed Name: tmpwatch Version: 2.11 -Release: 19%{?dist} +Release: 20%{?dist} URL: https://fedorahosted.org/tmpwatch/ Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2 License: GPLv2 @@ -42,6 +42,10 @@ ln -s $(echo %{_bindir} |sed 's,/[^/]\+,/..,g; s,^/,,')%{_sbindir}/tmpwatch \ %{_mandir}/man8/tmpwatch.8* %changelog +* Tue Aug 10 2021 Mohan Boddu - 2.11-20 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 2.11-19 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937