diff --git a/golang-gopkg-yaml-2.spec b/golang-gopkg-yaml-2.spec index 6708d10..3f1a3fc 100644 --- a/golang-gopkg-yaml-2.spec +++ b/golang-gopkg-yaml-2.spec @@ -8,6 +8,11 @@ Version: 2.2.2 %gometa +# Remove in F33: +%global godevelheader %{expand: +Obsoletes: golang-gopkg-yaml-devel-v2 < 2.2.2-28 +} + %global goaltipaths gopkg.in/v2/yaml %global common_description %{expand: @@ -25,7 +30,7 @@ since they're a poor design and are gone in YAML 1.2.} %global godocs README.md Name: %{goname} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yaml support for the Go language # Upstream license specification: Apache-2.0 and MIT @@ -52,5 +57,8 @@ Source0: %{gosource} %gopkgfiles %changelog +* Fri Jul 05 2019 Elliott Sales de Andrade - 2.2.2-2 +- Add Obsoletes for old name + * Sun Apr 21 07:37:09 CEST 2019 Robert-André Mauchin - 2.2.2-1 - Initial package