From 33534a7ad6ffd66073cc83ab3c445a1b6bc3d148 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 01:31:03 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- zchunk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 60030ed..2f4df51 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.1.9-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 16 2021 Mohan Boddu - 1.1.9-4 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065