diff --git a/golang-github-git-lfs-wildmatch.spec b/golang-github-git-lfs-wildmatch.spec index 9d219a2..108e7c9 100644 --- a/golang-github-git-lfs-wildmatch.spec +++ b/golang-github-git-lfs-wildmatch.spec @@ -7,7 +7,7 @@ Version: 1.0.0 %global goname golang-github-git-lfs-wildmatch Name: %{goname} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pattern matching language for filepaths compatible with Git License: MIT URL: %{gourl} @@ -29,7 +29,7 @@ which use import path with %{goipath} prefix. %prep -%gosetup -q +%forgesetup %install @@ -46,6 +46,11 @@ which use import path with %{goipath} prefix. %changelog +* Tue Oct 23 2018 Nicolas Mailhot +- 1.0.0-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/ + * Wed Oct 10 2018 Elliott Sales de Andrade - 1.0.0-1 - Update to first tagged version