|
|
@ -36,7 +36,7 @@ Version: 3.2.0
|
|
|
|
ExclusiveArch: %{golang_arches} %{gccgo_arches}
|
|
|
|
ExclusiveArch: %{golang_arches} %{gccgo_arches}
|
|
|
|
|
|
|
|
|
|
|
|
Name: go-rpm-macros
|
|
|
|
Name: go-rpm-macros
|
|
|
|
Release: 2%{?dist}.inferit.1
|
|
|
|
Release: 3%{?dist}.inferit
|
|
|
|
Summary: Build-stage rpm automation for Go packages
|
|
|
|
Summary: Build-stage rpm automation for Go packages
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPLv3+
|
|
|
@ -78,7 +78,9 @@ Patch1: golist-bootstrap-cli-no-vendor.patch
|
|
|
|
# RHEL 8 only provides the macros.go-srpm file which includes gobuild and gotest.
|
|
|
|
# RHEL 8 only provides the macros.go-srpm file which includes gobuild and gotest.
|
|
|
|
# C9S also only provides the macros.go-srpm file but it also follows upstream which includes gobuild and gotest in the macros.go-compilers-gcc.
|
|
|
|
# C9S also only provides the macros.go-srpm file but it also follows upstream which includes gobuild and gotest in the macros.go-compilers-gcc.
|
|
|
|
# For a simple fix, this patch ports both RHEL 8 macros to macros.go-srpm.
|
|
|
|
# For a simple fix, this patch ports both RHEL 8 macros to macros.go-srpm.
|
|
|
|
|
|
|
|
# This also sets the GOAMD64 variable to v2
|
|
|
|
# Resolves: rhbz#1965292
|
|
|
|
# Resolves: rhbz#1965292
|
|
|
|
|
|
|
|
# Resolves: RHEL-5529
|
|
|
|
Patch2: add-gobuild-and-gotest.patch
|
|
|
|
Patch2: add-gobuild-and-gotest.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -251,11 +253,13 @@ sed -i "s,golist,%{golist_execdir}/golist,g" %{buildroot}%{_bindir}/go-rpm-integ
|
|
|
|
%{_spectemplatedir}/*.spec
|
|
|
|
%{_spectemplatedir}/*.spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Jan 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.2.0-2.inferit.1
|
|
|
|
<<<<<<< HEAD
|
|
|
|
- Revert i686 adding
|
|
|
|
* Sun Jan 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.2.0-3.inferit
|
|
|
|
|
|
|
|
- Drop ix86 arch from exclusive
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.2.0-2.inferit
|
|
|
|
* Fri Sep 22 2023 Alejandro Sáez <asm@redhat.com> - 3.2.0-3
|
|
|
|
- Added i686 to exclusive arches
|
|
|
|
- Update add-gobuild-and-gotest.patch to add GOPPC64 and GOAMD64
|
|
|
|
|
|
|
|
- Resolves: RHEL-5529
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 28 2023 Alejandro Sáez <asm@redhat.com> - 3.2.0-2
|
|
|
|
* Fri Jul 28 2023 Alejandro Sáez <asm@redhat.com> - 3.2.0-2
|
|
|
|
- Add golang_arches_future
|
|
|
|
- Add golang_arches_future
|
|
|
|