From 6f25740df402bb12b96fa94c482f8fda13df2301 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 5 Feb 2022 11:47:29 -0500 Subject: [PATCH] Drop Conflicts with libgpr (fix RHBZ#2017576) In gprbuild/libgpr, libgpr.so was renamed to libgnatprj.so. See: https://bugzilla.redhat.com/show_bug.cgi?id=2017582 --- grpc.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/grpc.spec b/grpc.spec index 38c685e..0ccdc3f 100644 --- a/grpc.spec +++ b/grpc.spec @@ -453,12 +453,6 @@ Requires: cmake(c-ares) # grpc.pc has -lz Requires: pkgconfig(zlib) -# Library name conflict for %%{_libdir}/libgpr.so MUST be removed per -# guidelines, but until a plan can be devised, we make the conflict explicit. -# -# https://bugzilla.redhat.com/show_bug.cgi?id=2017576 -Conflicts: libgpr - %description devel Development headers and files for gRPC libraries (both C and C++).