From a1d5513e1fe3d699a0681d9561c155b4f3ae1aab 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] Bump up version Resolves: RHEL-51368 --- go-rpm-macros.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go-rpm-macros.spec b/go-rpm-macros.spec index 622a205..c2912ff 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: 1%{?dist} +Release: 2%{?dist} Summary: Build-stage rpm automation for Go packages License: GPLv3+ @@ -257,6 +257,10 @@ install -m 0755 -vp %{golist_builddir}/bin/* %{buildroot}%{golist_execdir}/ %{_spectemplatedir}/*.spec %changelog +* Wed Jul 31 2024 Alejandro Sáez - 3.6.0-2 +- Remove rpm.isdefined function +- Resolves: RHEL-51368 + * 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