From 9255a1abe081f2f18c3b640c443fb38e076e69fe Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Mar 15 2021 12:51:24 +0000 Subject: Drop explicit pkgconfig BR --- diff --git a/grpc.spec b/grpc.spec index 00b8cde..6ac64b9 100644 --- a/grpc.spec +++ b/grpc.spec @@ -68,7 +68,6 @@ Source0: %{forgeurl}/archive/v%{version}/%{name}-%{version}.tar.gz # ~~~~ C (core) and C++ (cpp) ~~~~ BuildRequires: gcc-c++ -BuildRequires: pkgconfig %if %{with cmake} BuildRequires: cmake BuildRequires: ninja-build @@ -772,6 +771,7 @@ popd * Replace * with • in descriptions * Use cmake() dependencies first, and pkgconfig() dependencies second, where available + * Drop explicit pkgconfig BR * Tue Feb 16 2021 Benjamin A. Beasley - 1.26.0-12 - C (core) and C++ (cpp):