Add back again ExclusiveArch, removed by mistake
Resolves: RHEL-52226
This commit is contained in:
parent
dd6b241640
commit
b61d4bc2c9
@ -34,8 +34,10 @@ Version: 3.6.0
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
ExclusiveArch: %{golang_arches} %{gccgo_arches}
|
||||||
|
|
||||||
Name: go-rpm-macros
|
Name: go-rpm-macros
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Build-stage rpm automation for Go packages
|
Summary: Build-stage rpm automation for Go packages
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -261,6 +263,10 @@ sed -i "s,golist ,%{golist_execdir}/golist ,g" \
|
|||||||
%{_rpmluadir}/fedora/srpm/*.lua
|
%{_rpmluadir}/fedora/srpm/*.lua
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 04 2024 Alejandro Sáez <asm@redhat.com> - 3.6.0-5
|
||||||
- Make golist non optional
|
- Make golist non optional
|
||||||
- Resolves: RHEL-52226
|
- Resolves: RHEL-52226
|
||||||
|
Loading…
Reference in New Issue
Block a user