diff --git a/golang-github-google-gofuzz.spec b/golang-github-google-gofuzz.spec index 7875425..f5fecde 100644 --- a/golang-github-google-gofuzz.spec +++ b/golang-github-google-gofuzz.spec @@ -16,7 +16,7 @@ Gofuzz is a library for populating Go objects with random values.} %global gosupfiles glide.lock glide.yaml Name: %{goname} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fuzz testing for Go # Upstream license specification: Apache-2.0 @@ -50,6 +50,9 @@ cp %{S:1} %{S:2} . %gopkgfiles %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Jan 2 20:13:21 CET 2021 Robert-André Mauchin - 1.2.0-1 - Update to 1.2.0 - Close: rhbz#1867203