From 789220e04e3fc99e862940a48349849ab9c806e8 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 14 Jun 2021 18:30:59 -0400 Subject: [PATCH] Add BR on xxhash-static since we use it as a header-only library --- grpc.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/grpc.spec b/grpc.spec index f1e93df..98efbf5 100644 --- a/grpc.spec +++ b/grpc.spec @@ -29,7 +29,7 @@ Name: grpc Version: 1.37.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: RPC library and framework # CMakeLists.txt: gRPC_CORE_SOVERSION @@ -113,13 +113,9 @@ BuildRequires: pkgconfig(re2) BuildRequires: pkgconfig(openssl) BuildRequires: cmake(c-ares) BuildRequires: abseil-cpp-devel -BuildRequires: pkgconfig(libxxhash) # Sets XXH_INCLUDE_ALL, which means xxhash is used as a header-only library -%if 0%{?fedora} > 34 -# Uncomment if https://src.fedoraproject.org/rpms/xxhash/pull-request/1 is -# merged. -# BuildRequires: xxhash-static -%endif +BuildRequires: pkgconfig(libxxhash) +BuildRequires: xxhash-static # Header-only C library, which we unbundle from the bundled copy of upb BuildRequires: wyhash_final1-devel BuildRequires: wyhash_final1-static @@ -1401,6 +1397,9 @@ fi %changelog +* Mon Jun 14 2021 Benjamin A. Beasley - 1.37.1-7 +- Add BR on xxhash-static since we use it as a header-only library + * Thu Jun 10 2021 Rich Mattes - 1.37.1-6 - Rebuild for abseil-cpp-20210324.2