From 9a9e7be953266a333fd3213ca4080445849d279f Mon Sep 17 00:00:00 2001 From: wangxiaochao Date: Thu, 10 Mar 2022 19:19:42 +0800 Subject: [PATCH] fix mainline compile failed Signed-off-by: wangxiaochao (cherry picked from commit 7d51030925fec5642c9a9d741389320ca268a845) --- protobuf.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index 2559549..4c9ebe6 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -8,7 +8,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 3.14.0 -Release: 1 +Release: 2 License: BSD URL: https://github.com/protocolbuffers/protobuf Source: https://github.com/protocolbuffers/protobuf/releases/download/v%{version}%{?rcver}/%{name}-all-%{version}%{?rcver}.tar.gz @@ -290,8 +290,8 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_emacs_sitestartdir} %files -n python%{python3_pkgversion}-protobuf %dir %{python3_sitelib}/google %{python3_sitelib}/google/protobuf/ -%{python3_sitelib}/protobuf-%{version}%{?rcver}-py3.?.egg-info/ -%{python3_sitelib}/protobuf-%{version}%{?rcver}-py3.?-nspkg.pth +%{python3_sitelib}/protobuf-%{version}%{?rcver}-py3.*.egg-info/ +%{python3_sitelib}/protobuf-%{version}%{?rcver}-py3.*-nspkg.pth %doc python/README.md %doc examples/add_person.py examples/list_people.py examples/addressbook.proto %endif @@ -318,6 +318,12 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_emacs_sitestartdir} %endif %changelog +* Thu Mar 10 2022 wangxiaochao - 3.14.0-2 +- Type:buxfix +- ID:NA +- SUG:NA +- DESC: fix mainline compile failed + * Fri Jul 30 2021 liyanan - 3.14.0-1 - update to 3.14.0 -- Gitee