Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-10 01:06:01 +00:00
parent 18ada8aeac
commit 0cf8cd6990

View File

@ -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 <mboddu@redhat.com> - 2.11-20
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.11-19
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937