From d245d6b5ef178ff825c7c8c3d81d718dcd539d4a Mon Sep 17 00:00:00 2001 From: liuxiaoping Date: Mon, 26 Dec 2022 11:16:18 +0800 Subject: [PATCH] Rebuild for Anolis OS 8 --- protobuf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protobuf.spec b/protobuf.spec index 197203b..30b478d 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -2,6 +2,7 @@ %bcond_without python # Build -java subpackage %bcond_with java +%define anolis_release .0.1 #global rcver rc2 # Disable LTO to work around annobin error messages @@ -10,7 +11,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 3.14.0 -Release: 13%{?dist} +Release: 13%{anolis_release}%{?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 @@ -391,6 +392,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} %changelog +* Mon Dec 26 2022 Xiaoping Liu - 3.14.0-13.0.1 +- Rebuild for Anolis OS 8 + * Wed Mar 23 2022 Adrian Reber - 3.14.0-13 - Rebuilt for test fixes -- Gitee