From 640c4ec465b1d015ddadaa8d07cfca851289da81 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:03:55 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- protobuf-c.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index d45ed18..3bfaa0c 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,6 +1,6 @@ Name: protobuf-c Version: 1.3.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: C bindings for Google's Protocol Buffers License: BSD @@ -66,6 +66,10 @@ rm -vf $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la %{_libdir}/pkgconfig/libprotobuf-c.pc %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.3.3-9 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.3.3-8 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937