diff --git a/golang-github-docker-connections.spec b/golang-github-docker-connections.spec index 1575f87..8ee4fc3 100644 --- a/golang-github-docker-connections.spec +++ b/golang-github-docker-connections.spec @@ -7,6 +7,11 @@ Version: 0.4.0 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-docker-go-connections-devel < 0.4.0-5 +} + %global common_description %{expand: Go-connections provides common package to work with network connections.} @@ -14,7 +19,7 @@ Go-connections provides common package to work with network connections.} %global godocs CONTRIBUTING.md README.md Name: %{goname} -Release: 5%{?dist} +Release: 6%{?dist} Summary: Utility package to work with network connections # Upstream license specification: Apache-2.0 @@ -49,6 +54,9 @@ BuildRequires: golang(github.com/stretchr/testify/assert) %gopkgfiles %changelog +* Tue Jul 09 2019 Elliott Sales de Andrade - 0.4.0-6 +- Add Obsoletes for old name + * Sun May 05 00:56:48 CEST 2019 Robert-André Mauchin - 0.4.0-5 - Update to new macros