diff --git a/golang-github-hashicorp-uuid.spec b/golang-github-hashicorp-uuid.spec index 04ed314..b86eeeb 100644 --- a/golang-github-hashicorp-uuid.spec +++ b/golang-github-hashicorp-uuid.spec @@ -7,6 +7,11 @@ Version: 1.0.1 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-hashicorp-go-uuid-devel < 1.0.1-2 +} + %global common_description %{expand: Generates UUID-format strings using high quality, purely random bytes. It is not intended to be RFC compliant, merely to use a well-understood string @@ -17,7 +22,7 @@ their component bytes.} %global godocs README.md Name: %{goname} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Generates uuid-format strings using purely high quality random bytes # Upstream license specification: MPL-2.0 @@ -44,6 +49,9 @@ Source0: %{gosource} %gopkgfiles %changelog +* Fri Jul 05 2019 Elliott Sales de Andrade - 1.0.1-3 +- Add Obsoletes for old name + * Thu Apr 18 16:57:41 CEST 2019 Robert-André Mauchin - 1.0.1-2 - Update to new macros