Update to 3.6.0

Revert the usage of rpmautospec, check git's history

Resolves: RHEL-14963
This commit is contained in:
Alejandro Sáez 2024-07-29 12:29:52 +02:00
parent 6ca4f12c57
commit 4b104bc0a3

View File

@ -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 <asm@redhat.com> - 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 <asm@redhat.com> - 3.2.0-3
- Update add-gobuild-and-gotest.patch to add GOPPC64 and GOAMD64
- Resolves: RHEL-5529