From 7aa78f5370fb92a57556a5c859d57d09ec385e79 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:17:39 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libbytesize.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libbytesize.spec b/libbytesize.spec index 561258d..a26ac2b 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -17,7 +17,7 @@ Name: libbytesize Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/storaged-project/libbytesize @@ -115,6 +115,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Mon Aug 09 2021 Mohan Boddu - 2.5-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 2.5-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937