Add back again ExclusiveArch, removed by mistake

Resolves: RHEL-52226
This commit is contained in:
Alejandro Sáez 2024-11-06 18:14:01 +01:00
parent dd6b241640
commit b61d4bc2c9

View File

@ -34,8 +34,10 @@ Version: 3.6.0
%global debug_package %{nil}
%endif
ExclusiveArch: %{golang_arches} %{gccgo_arches}
Name: go-rpm-macros
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Build-stage rpm automation for Go packages
License: GPLv3+
@ -261,6 +263,10 @@ sed -i "s,golist ,%{golist_execdir}/golist ,g" \
%{_rpmluadir}/fedora/srpm/*.lua
%changelog
* Wed Nov 06 2024 Alejandro Sáez <asm@redhat.com> - 3.6.0-6
- Add back again ExclusiveArch, it was removed by mistake.
- Resolves: RHEL-52226
* Mon Nov 04 2024 Alejandro Sáez <asm@redhat.com> - 3.6.0-5
- Make golist non optional
- Resolves: RHEL-52226