diff --git a/golang-github-rcrowley-metrics.spec b/golang-github-rcrowley-metrics.spec index f1c832b..5d18220 100644 --- a/golang-github-rcrowley-metrics.spec +++ b/golang-github-rcrowley-metrics.spec @@ -10,6 +10,11 @@ %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-rcrowley-go-metrics-devel < 0-0.18 +} + %global common_description %{expand: Go port of coda hale's metrics library.} @@ -20,7 +25,7 @@ Go port of coda hale's metrics library.} Name: %{goname} Version: 0 -Release: 0.18%{?dist} +Release: 0.19%{?dist} Summary: Go port of coda hale's metrics library License: BSD @@ -63,6 +68,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %gopkgfiles %changelog +* Fri Jul 05 2019 Elliott Sales de Andrade - 0-0.19.20181029git3113b84 +- Add Obsoletes for old name + * Thu Apr 18 20:03:36 CEST 2019 Robert-André Mauchin - 0-0.18.20181029git3113b84 - Update to new macros