From e3f7a4f2210a3ddb45644e36473c1a2aefde71d5 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:37:16 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libopenraw.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libopenraw.spec b/libopenraw.spec index 49e9c26..6b20e7d 100644 --- a/libopenraw.spec +++ b/libopenraw.spec @@ -1,7 +1,7 @@ Summary: Decode camera RAW files Name: libopenraw Version: 0.1.3 -Release: 10%{?dist} +Release: 11%{?dist} License: LGPLv3+ URL: http://libopenraw.freedesktop.org/wiki Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2 @@ -105,6 +105,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete %{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.1.3-11 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.1.3-10 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937