diff --git a/golang-github-ryanuber-glob.spec b/golang-github-ryanuber-glob.spec index 2305014..fc13eb2 100644 --- a/golang-github-ryanuber-glob.spec +++ b/golang-github-ryanuber-glob.spec @@ -7,6 +7,11 @@ Version: 1.0.0 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-ryanuber-go-glob-devel < 1.0.0-2 +} + %global common_description %{expand: Go-glob is a single-function library implementing basic string glob support. @@ -23,7 +28,7 @@ engine for Go, which doesn't exist currently.} %global godocs README.md Name: %{goname} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Basic string globs in Go License: MIT @@ -49,6 +54,9 @@ Source0: %{gosource} %gopkgfiles %changelog +* Tue Jul 09 2019 Elliott Sales de Andrade - 1.0.0-3 +- Add Obsoletes for old name + * Fri May 24 17:53:15 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Update to new macros