From 54abd56f18363f8e1942462c1d38b0eae3f0b30d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:33:19 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- bzip2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bzip2.spec b/bzip2.spec index c9cbc4a..bb7b12f 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -3,7 +3,7 @@ Summary: A file compression utility Name: bzip2 Version: 1.0.8 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD URL: http://www.bzip.org/ #Source0: http://www.bzip.org/%{version}/%{name}-%{version}.tar.gz @@ -136,6 +136,10 @@ ln -s bzgrep.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzfgrep.1 %{_libdir}/pkgconfig/bzip2.pc %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.0.8-8 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Apr 15 2021 Mohan Boddu - 1.0.8-7 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937