From 4062fe0afa79f3c17a890019cf7dc084a8465026 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Thu, 28 Dec 2023 15:46:31 +0800 Subject: [PATCH] rebuild with protobuf-3.20.2 Signed-off-by: Chunmei Xu --- grpc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/grpc.spec b/grpc.spec index 953139d..31acf13 100644 --- a/grpc.spec +++ b/grpc.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global cpp_std 17 %global gtest_url https://github.com/google/googletest @@ -97,7 +97,7 @@ BuildRequires: python3-pip BuildRequires: protobuf BuildRequires: python3dist(six) >= 1.10 BuildRequires: python3dist(cython) > 0.23 -BuildRequires: python3dist(protobuf) >= 3.12.0, python3dist(protobuf) < 4 +BuildRequires: (python3dist(protobuf) >= 3.12.0 with python3dist(protobuf) < 4) %if %{without bootstrap} BuildRequires: python3dist(xds-protos) >= 0.0.7 %endif @@ -811,5 +811,8 @@ hardlink -v '%{buildroot}%{_pkgdocdir}/examples/' %{python3_sitelib}/grpcio_testing-%{pyversion}-py%{python3_version}.egg-info/ %changelog +* Thu Dec 28 2023 Chunmei Xu - 1.48.4-2 +- rebuild with protobuf-3.20.2 + * Fri Sep 15 2023 Zhongling He - 1.48.4-1 -- Initial package. \ No newline at end of file +- Initial package. -- Gitee