diff --git a/changelog b/changelog deleted file mode 100644 index e3b5517..0000000 --- a/changelog +++ /dev/null @@ -1,65 +0,0 @@ -* Fri Sep 22 2023 Alejandro Sáez - 3.2.0-3 -- Update add-gobuild-and-gotest.patch to add GOPPC64 and GOAMD64 -- Resolves: RHEL-5529 - -* Fri Jul 28 2023 Alejandro Sáez - 3.2.0-2 -- Add golang_arches_future -- Resolves: rhbz#2227224 - -* Wed Nov 23 2022 Alejandro Sáez - 3.2.0-1 -- Update to 3.2.0 -- Add add-gobuild-and-gotest.patch -- Resolves: rhbz#1965292 - -* Wed Jan 26 2022 Alejandro Sáez - 3.0.9-10 -- Fix typos in update-default-gobuild-args.patch -- Related: rhbz#2043107 - -* Tue Jan 18 2022 David Benoit 3.0.9-9 -- Delete remove-fedora-dependency-automation.patch -- Bundle golist in /usr/libexec -- Related: rhbz#2043107 - -* Mon Aug 09 2021 Mohan Boddu -- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Related: rhbz#1991688 - -* Tue Aug 03 2021 David Benoit 3.0.9-7 -- Escape quotation marks in gobuildflags -- Resolves: rhbz#1988717 - -* Tue Jul 27 2021 David Benoit 3.0.9-6 -- Remove arch conditional on gocompilerflags -- Related: rhbz#1982298 - -* Fri Jul 23 2021 David Benoit 3.0.9-5 -- Remove fedora-specific Go dependency automation macros -- Remove dependency on golist -- Temporarily remove incompatible template spec files -- Update gobuild flags -- Resolves: rhbz#1982298 - -* Thu Apr 15 2021 Mohan Boddu -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - -* Thu Feb 11 2021 Jeff Law - 3.0.9-3 -- Drop 32 bit arches in EL 9 (originally from Petr Sabata) - -* Tue Jan 26 2021 Fedora Release Engineering - 3.0.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Aug 13 2020 Neal Gompa - 3.0.9-1 -- Update to 3.0.9 - -* Mon Jul 27 2020 Fedora Release Engineering - 3.0.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jan 28 2020 Fedora Release Engineering - 3.0.8-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jul 25 2019 Fedora Release Engineering - 3.0.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Jun 05 2019 Nicolas Mailhot -- 3.0.8-3 -- initial Fedora import, for golist 0.10.0 and redhat-rpm-config 130 diff --git a/go-rpm-macros.spec b/go-rpm-macros.spec index aaaf135..61a2ac9 100644 --- a/go-rpm-macros.spec +++ b/go-rpm-macros.spec @@ -36,7 +36,7 @@ Version: 3.6.0 ExclusiveArch: %{golang_arches} %{gccgo_arches} Name: go-rpm-macros -Release: %autorelease +Release: 3%{?dist} Summary: Build-stage rpm automation for Go packages License: GPLv3+ @@ -253,4 +253,68 @@ install -m 0755 -vp %{golist_builddir}/bin/* %{buildroot}%{golist_execdir}/ %{_spectemplatedir}/*.spec %changelog -%autochangelog +* Fri Sep 22 2023 Alejandro Sáez - 3.2.0-3 +- Update add-gobuild-and-gotest.patch to add GOPPC64 and GOAMD64 +- Resolves: RHEL-5529 + +* Fri Jul 28 2023 Alejandro Sáez - 3.2.0-2 +- Add golang_arches_future +- Resolves: rhbz#2227224 + +* Wed Nov 23 2022 Alejandro Sáez - 3.2.0-1 +- Update to 3.2.0 +- Add add-gobuild-and-gotest.patch +- Resolves: rhbz#1965292 + +* Wed Jan 26 2022 Alejandro Sáez - 3.0.9-10 +- Fix typos in update-default-gobuild-args.patch +- Related: rhbz#2043107 + +* Tue Jan 18 2022 David Benoit 3.0.9-9 +- Delete remove-fedora-dependency-automation.patch +- Bundle golist in /usr/libexec +- Related: rhbz#2043107 + +* Mon Aug 09 2021 Mohan Boddu +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Tue Aug 03 2021 David Benoit 3.0.9-7 +- Escape quotation marks in gobuildflags +- Resolves: rhbz#1988717 + +* Tue Jul 27 2021 David Benoit 3.0.9-6 +- Remove arch conditional on gocompilerflags +- Related: rhbz#1982298 + +* Fri Jul 23 2021 David Benoit 3.0.9-5 +- Remove fedora-specific Go dependency automation macros +- Remove dependency on golist +- Temporarily remove incompatible template spec files +- Update gobuild flags +- Resolves: rhbz#1982298 + +* Thu Apr 15 2021 Mohan Boddu +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Thu Feb 11 2021 Jeff Law - 3.0.9-3 +- Drop 32 bit arches in EL 9 (originally from Petr Sabata) + +* Tue Jan 26 2021 Fedora Release Engineering - 3.0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Aug 13 2020 Neal Gompa - 3.0.9-1 +- Update to 3.0.9 + +* Mon Jul 27 2020 Fedora Release Engineering - 3.0.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 3.0.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 3.0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 05 2019 Nicolas Mailhot +- 3.0.8-3 +- initial Fedora import, for golist 0.10.0 and redhat-rpm-config 130