From 58310e65cbdba37b5c80923e52d16ef90724a5d2 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Jul 22 2020 15:59:09 +0000 Subject: Add alternate goipath Signed-off-by: Robert-André Mauchin --- diff --git a/golang-github-google-martian.spec b/golang-github-google-martian.spec index dc1d8b0..bdee9de 100644 --- a/golang-github-google-martian.spec +++ b/golang-github-google-martian.spec @@ -5,6 +5,8 @@ %global goipath github.com/google/martian Version: 3.0.0 +%global goaltipaths github.com/google/martian/v3 + %gometa %global common_description %{expand: @@ -26,7 +28,7 @@ that Go can target.} %global godocs README.md Name: %{goname} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for building custom HTTP/S proxies # Upstream license specification: Apache-2.0 @@ -71,6 +73,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %gopkgfiles %changelog +* Wed Jul 22 17:58:38 CEST 2020 Robert-André Mauchin - 3.0.0-4 +- Add alternate goipath + * Fri Jan 31 16:35:28 CET 2020 Robert-André Mauchin - 3.0.0-3 - Fix FTBFS with Go 1.13+