From 3e2a106addb3a1e7d7ddc4046adee12b2dd3ff54 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Jul 05 2019 09:09:07 +0000 Subject: Add Obsoletes for old names. --- diff --git a/golang-github-grpc-ecosystem-gateway.spec b/golang-github-grpc-ecosystem-gateway.spec index 6848629..5916f6f 100644 --- a/golang-github-grpc-ecosystem-gateway.spec +++ b/golang-github-grpc-ecosystem-gateway.spec @@ -7,6 +7,11 @@ Version: 1.8.5 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-grpc-ecosystem-grpc-gateway-devel < 1.8.5-2 +} + %global common_description %{expand: The grpc-gateway is a plugin of the Google protocol buffers compiler protoc. It reads protobuf service definitions and generates a reverse-proxy server @@ -19,7 +24,7 @@ according to the google.api.http annotations in your service definitions.} %global gosupfiles glide.lock glide.yaml Name: %{goname} -Release: 2%{?dist} +Release: 3%{?dist} Summary: GRPC to JSON proxy generator # Upstream license specification: BSD-3-Clause @@ -88,6 +93,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %gopkgfiles %changelog +* Fri Jul 05 2019 Elliott Sales de Andrade - 1.8.5-3 +- Add Obsoletes for old name + * Sat Apr 27 14:05:57 CEST 2019 Robert-André Mauchin - 1.8.5-2 - Update to new macros