From 799d8d6c6336d67c2fc57031189718bef1a9a299 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:57:57 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- expat.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/expat.spec b/expat.spec index 9eb7d0e..441be15 100644 --- a/expat.spec +++ b/expat.spec @@ -3,7 +3,7 @@ Summary: An XML parser library Name: expat Version: %(echo %{unversion} | sed 's/_/./g') -Release: 3%{?dist} +Release: 4%{?dist} Source: https://github.com/libexpat/libexpat/archive/R_%{unversion}.tar.gz#/expat-%{version}.tar.gz URL: https://libexpat.github.io/ License: MIT @@ -72,6 +72,10 @@ make check %{_libdir}/lib*.a %changelog +* Mon Aug 09 2021 Mohan Boddu - 2.2.10-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Apr 15 2021 Mohan Boddu - 2.2.10-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937