diff --git a/protobuf.spec b/protobuf.spec index 197203bf2f6496b2d85033d96310c2b7c4ee6e33..30b478d5abd9194c9e4b1eda863eeab4eb72f006 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