From fa2f00f925f6bf328298c0fcd8e92712f7662320 Mon Sep 17 00:00:00 2001 From: songnannan Date: Fri, 20 Mar 2020 11:44:40 +0800 Subject: [PATCH] add gdb in buildrequires --- grpc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grpc.spec b/grpc.spec index 1c274ec..973e854 100644 --- a/grpc.spec +++ b/grpc.spec @@ -1,6 +1,6 @@ Name: grpc Version: 1.22.0 -Release: 2 +Release: 3 Summary: A modern, open source high performance RPC framework that can run in any environment License: ASL 2.0 URL: https://www.grpc.io @@ -11,7 +11,7 @@ Patch9001: 0002-add-secure-compile-option-in-Makefile.patch Patch0002: 0002-patch-from-15532.patch -BuildRequires: gcc-c++ pkgconfig protobuf-devel protobuf-compiler +BuildRequires: gcc-c++ pkgconfig protobuf-devel protobuf-compiler gdb BuildRequires: openssl-devel c-ares-devel gflags-devel gtest-devel zlib-devel gperftools-devel BuildRequires: python3-devel python3-setuptools python3-Cython Requires: protobuf-compiler @@ -93,6 +93,9 @@ make install-grpc-cli prefix="%{buildroot}%{_prefix}" %{python3_sitearch}/grpcio-%{version}-py?.?.egg-info %changelog +* Fri Mar 20 2020 songnannan - 1.22.0-3 +- add gdb in buildrequires + * Sat Jan 11 2020 openEuler Buildteam - 1.22.0-2 - Delete unused patch -- Gitee