From 51175b9a6c4a42c830ee63111e71f40e1d154efe Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 23 Feb 2022 16:58:08 +0100 Subject: [PATCH] Rebuilt for errata Related: rhbz#2057347 Signed-off-by: Adrian Reber --- protobuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protobuf.spec b/protobuf.spec index bef2116..06a4477 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -10,7 +10,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 3.14.0 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD URL: https://github.com/protocolbuffers/protobuf Source: https://github.com/protocolbuffers/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}-all.tar.gz @@ -384,6 +384,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} %changelog +* Wed Feb 23 2022 Adrian Reber - 3.14.0-9 +- Rebuilt for errata + * Tue Aug 10 2021 Mohan Boddu - 3.14.0-8 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688