diff --git a/go-rpm-macros.spec b/go-rpm-macros.spec index e492920..e8d1e14 100644 --- a/go-rpm-macros.spec +++ b/go-rpm-macros.spec @@ -20,7 +20,7 @@ Version: 3.0.9 ExclusiveArch: %{golang_arches} %{gccgo_arches} Name: go-rpm-macros -Release: 7%{?dist} +Release: 8%{?dist} Summary: Build-stage rpm automation for Go packages License: GPLv3+ @@ -191,6 +191,10 @@ install -m 0644 -vp rpm/macros.d/macros.go-compilers-gcc \ %dir %{_spectemplatedir} %changelog +* Mon Aug 09 2021 Mohan Boddu +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Aug 03 2021 David Benoit 3.0.9-7 - Escape quotation marks in gobuildflags - Resolves: rhbz#1988717