Bump up version

Resolves: RHEL-51368
This commit is contained in:
Alejandro Sáez 2024-07-29 12:29:52 +02:00
parent d0e1fba51f
commit a1d5513e1f

View File

@ -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 <asm@redhat.com> - 3.6.0-2
- Remove rpm.isdefined function
- Resolves: RHEL-51368
* Mon Jul 29 2024 Alejandro Sáez <asm@redhat.com> - 3.6.0-1
- Update to 3.6.0
- Revert the usage of rpmautospec, check git's history