From eb5cc466c602a95702fe365a2efa2f29fb17d849 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Oct 25 2018 15:24:30 +0000 Subject: Patch was upstreamed, remove it --- diff --git a/0001-Fix-Fatalf-error.patch b/0001-Fix-Fatalf-error.patch deleted file mode 100644 index 0e26ff9..0000000 --- a/0001-Fix-Fatalf-error.patch +++ /dev/null @@ -1,24 +0,0 @@ -From b1cd1d66afd9556d5a353a45023f4cbb1b081fb4 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= -Date: Fri, 5 Oct 2018 18:44:58 +0200 -Subject: [PATCH] Fix Fatalf error - ---- - misc_test.go | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/misc_test.go b/misc_test.go -index 31a920f..7123717 100644 ---- a/misc_test.go -+++ b/misc_test.go -@@ -32,6 +32,6 @@ func TestParsePairs(t *testing.T) { - got := ParsePairs(header) - - if !reflect.DeepEqual(got, want) { -- t.Fatalf("failed to correctly parse pairs, got %v, want %v\ndiff: %s", got, want) -+ t.Fatalf("failed to correctly parse pairs, got %v, want %v", got, want) - } - } --- -2.19.0 - diff --git a/golang-github-abbot-go-http-auth.spec b/golang-github-abbot-go-http-auth.spec index 790fa4d..9fae32f 100644 --- a/golang-github-abbot-go-http-auth.spec +++ b/golang-github-abbot-go-http-auth.spec @@ -14,8 +14,6 @@ Source0: %{gosource} Source1: glide.lock Source2: glide.yaml -Patch0: 0001-Fix-Fatalf-error.patch - %description This is an implementation of HTTP Basic and HTTP Digest authentication in Go language. @@ -36,7 +34,7 @@ building other packages which use import path with %{goipath} prefix. %prep -%forgeautosetup -p1 +%forgesetup cp %{SOURCE1} %{SOURCE2} . %install