diff --git a/golang-gopkg-asn1-ber-1.spec b/golang-gopkg-asn1-ber-1.spec index d944184..e785c6c 100644 --- a/golang-gopkg-asn1-ber-1.spec +++ b/golang-gopkg-asn1-ber-1.spec @@ -7,7 +7,7 @@ Version: 1.2 %gometa Name: %{goname} -Release: 1%{?dist} +Release: 2%{?dist} Summary: ASN1 BER Encoding / Decoding Library for Go License: MIT @@ -34,7 +34,7 @@ building other packages which use import path with %prep -%gosetup -q -n asn1-ber-%{version} +%autosetup -n asn1-ber-%{version} %patch0 -p1 @@ -53,6 +53,11 @@ building other packages which use import path with %changelog +* Tue Oct 23 2018 Nicolas Mailhot +- 1.2-2 +- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias +- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ + * Tue Oct 02 2018 Fabio Valentini - 1.2-1 - Initial package for fedora.