Fix golang-google-grpc-status-devel update path (rhbz#2109630).

Fixes: https://bugzilla.redhat.com/2109630
Fixes: ba73dc9208
This commit is contained in:
Maxwell G 2022-09-19 18:17:34 -05:00
parent 968f8d8fc1
commit 38c11aa922
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
1 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,16 @@ Version: 1.48.0
%global common_description %{expand:
The Go language implementation of GRPC, http/2 based rpc.}
# This should be removed in Fedora 39
%global godevelheader0 %{expand:
# This package used to be split up to solve a bootstrapping issue.
# golang-google-grpc-status-devel has since been merged with
# the main -devel package, so we need this to ensure a smooth update path.
# See https://bugzilla.redhat.com/2109630
Provides: golang-google-grpc-status-devel = %{?epoch:epoch:}%{version}-%{release}
Obsoletes: golang-google-grpc-status-devel < 1.48.0-2
}
%global golicenses LICENSE NOTICE.txt
%global godocs examples AUTHORS CODE-OF-CONDUCT.md CONTRIBUTING.md\\\
GOVERNANCE.md MAINTAINERS.md README.md SECURITY.md\\\