Rebuilt for protobuf 3.13

This commit is contained in:
Adrian Reber 2020-09-24 08:58:20 +02:00
parent 7c4d8c04c4
commit 9310245928
No known key found for this signature in database
GPG Key ID: 82C9378ED3C4906A
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: grpc
Version: 1.26.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Modern, open source, high-performance remote procedure call (RPC) framework
License: ASL 2.0
URL: https://www.grpc.io
@ -153,6 +153,9 @@ find %{buildroot} -type f -name '*.a' -exec rm -f {} \;
%{python3_sitearch}/grpcio-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 1.26.0-7
- Rebuilt for protobuf 3.13
* Mon Aug 03 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.26.0-6
- Patches for https://github.com/grpc/grpc/pull/21669