From 4b104bc0a33c246ddc591666f4213dbd9d12f2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Mon, 29 Jul 2024 12:29:52 +0200 Subject: [PATCH] Update to 3.6.0 Revert the usage of rpmautospec, check git's history Resolves: RHEL-14963 --- go-rpm-macros.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/go-rpm-macros.spec b/go-rpm-macros.spec index 61a2ac9..68376c1 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: 3%{?dist} +Release: 1%{?dist} Summary: Build-stage rpm automation for Go packages License: GPLv3+ @@ -253,6 +253,11 @@ install -m 0755 -vp %{golist_builddir}/bin/* %{buildroot}%{golist_execdir}/ %{_spectemplatedir}/*.spec %changelog +* Mon Jul 29 2024 Alejandro Sáez - 3.6.0-1 +- Update to 3.6.0 +- Revert the usage of rpmautospec, check git's history +- Resolves: RHEL-14963 + * 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