From 7349bd0497bd9e25b45e3f42fae5c3a8dd481708 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 20:22:42 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- gstreamer1-plugins-good.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index bad491c..4d26614 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -17,7 +17,7 @@ Name: gstreamer1-plugins-good Version: 1.18.4 -Release: 4%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 5%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer plugins with good code and licensing License: LGPLv2+ @@ -300,6 +300,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.18.4-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Tue Jun 22 2021 Mohan Boddu - 1.18.4-4 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065