Revert go-rpm-templates to noarch
Resolves: RHEL-67300 Related: RHEL-52226
This commit is contained in:
parent
b61d4bc2c9
commit
9464cd280d
@ -37,7 +37,7 @@ Version: 3.6.0
|
||||
ExclusiveArch: %{golang_arches} %{gccgo_arches}
|
||||
|
||||
Name: go-rpm-macros
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Build-stage rpm automation for Go packages
|
||||
|
||||
License: GPLv3+
|
||||
@ -121,7 +121,7 @@ This package contains the basic directory layout used by Go packages.
|
||||
%package -n go-rpm-templates
|
||||
Summary: RPM spec templates for Go packages
|
||||
License: MIT
|
||||
# go-rpm-macros only exists on some architectures, so this package cannot be noarch
|
||||
BuildArch: noarch
|
||||
Requires: go-rpm-macros = %{version}-%{release}
|
||||
#https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/51
|
||||
#Requires: redhat-rpm-templates
|
||||
@ -263,6 +263,11 @@ sed -i "s,golist ,%{golist_execdir}/golist ,g" \
|
||||
%{_rpmluadir}/fedora/srpm/*.lua
|
||||
|
||||
%changelog
|
||||
* Wed Nov 13 2024 Alejandro Sáez <asm@redhat.com>
|
||||
- Revert go-rpm-templates to noarch
|
||||
- Resolves: RHEL-67300
|
||||
- Related: RHEL-52226
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user