Add Obsoletes for old names.

This commit is contained in:
Elliott Sales de Andrade 2019-07-04 23:55:21 -04:00
parent 85df1c270e
commit 9c060f8247

View File

@ -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 <quantum.analyst@gmail.com> - 0-0.19.20181029git3113b84
- Add Obsoletes for old name
* Thu Apr 18 20:03:36 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.18.20181029git3113b84
- Update to new macros