From 1f25173b6ac1a7e66e7884cfb7c24945cf6df9de Mon Sep 17 00:00:00 2001 From: Nicolas Mailhot Date: Oct 23 2018 20:40:12 +0000 Subject: redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias --- diff --git a/golang-github-cenkalti-backoff.spec b/golang-github-cenkalti-backoff.spec index 184423a..c55f95d 100644 --- a/golang-github-cenkalti-backoff.spec +++ b/golang-github-cenkalti-backoff.spec @@ -1,12 +1,12 @@ # http://github.com/cenkalti/backoff %global goipath github.com/cenkalti/backoff -%global gcommit 2ea60e5f094469f9e65adb9cd103795b73ae743e +%global commit 2ea60e5f094469f9e65adb9cd103795b73ae743e Version: 2.0.0 %gometa -i Name: %{goname} -Release: 3%{?dist} +Release: 4%{?dist} Summary: The exponential backoff algorithm in Go License: ASL 2.0 URL: %{gourl} @@ -31,7 +31,7 @@ building other packages which use import path with %{goipath} prefix. %prep -%gosetup -q +%forgesetup cp %{SOURCE1} %{SOURCE2} . %install @@ -48,6 +48,11 @@ cp %{SOURCE1} %{SOURCE2} . %doc README.md %changelog +* Tue Oct 23 2018 Nicolas Mailhot +- 2.0.0-4 +- 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/ + * Fri Jul 13 2018 Fedora Release Engineering - Forge-specific packaging variables - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild