diff --git a/golang-github-mitchellh-homedir.spec b/golang-github-mitchellh-homedir.spec index 9a4fd1c..14921d6 100644 --- a/golang-github-mitchellh-homedir.spec +++ b/golang-github-mitchellh-homedir.spec @@ -7,6 +7,11 @@ Version: 1.1.0 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-github-mitchellh-go-homedir-devel < 1.1.0-3 +} + %global common_description %{expand: This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. @@ -21,7 +26,7 @@ directory.} %global gosupfiles glide.lock glide.yaml Name: %{goname} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Go library for detecting and expanding the user's home directory without cgo License: MIT @@ -59,6 +64,9 @@ end %gopkgfiles %changelog +* Fri Jul 05 2019 Elliott Sales de Andrade - 1.1.0-4 +- Add Obsoletes for old name + * Thu Apr 25 21:14:38 CEST 2019 Robert-André Mauchin - 1.1.0-3 - Update to new macros