Add explicit Conflicts with libgpr for now (RHBZ#2017576)

This commit is contained in:
Benjamin A. Beasley 2021-10-26 17:48:23 -04:00
parent c605768397
commit 93a09cc661
1 changed files with 6 additions and 0 deletions

View File

@ -451,6 +451,12 @@ 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++).