- Add x86_64_v2 to arch list
This commit is contained in:
parent
558edc560c
commit
f5e5bf3256
@ -1,3 +1,6 @@
|
|||||||
|
* Thu Jul 18 2024 Eduard Abdullin <eabdullin@almalinux.org> - 3.0.12-3.alma.1
|
||||||
|
- Add x86_64_v2 to arch list
|
||||||
|
|
||||||
* Sat Jan 22 2022 Robert-André Mauchin <zebob.m@gmail.com> - 3.0.12-3
|
* Sat Jan 22 2022 Robert-André Mauchin <zebob.m@gmail.com> - 3.0.12-3
|
||||||
- Update to 3.0.12
|
- Update to 3.0.12
|
||||||
|
|
||||||
|
@ -7,11 +7,11 @@ Version: 3.3.0
|
|||||||
%global _docdir_fmt %{name}
|
%global _docdir_fmt %{name}
|
||||||
|
|
||||||
# Master definition that will be written to macro files
|
# Master definition that will be written to macro files
|
||||||
%global golang_arches_future x86_64 %{arm} aarch64 ppc64le s390x riscv64
|
%global golang_arches_future x86_64 x86_64_v2 %{arm} aarch64 ppc64le s390x riscv64
|
||||||
%global golang_arches %{ix86} %{golang_arches_future}
|
%global golang_arches %{ix86} %{golang_arches_future}
|
||||||
%global gccgo_arches %{mips}
|
%global gccgo_arches %{mips}
|
||||||
%if 0%{?rhel} >= 9
|
%if 0%{?rhel} >= 9
|
||||||
%global golang_arches x86_64 aarch64 ppc64le s390x
|
%global golang_arches x86_64 x86_64_v2 aarch64 ppc64le s390x
|
||||||
%endif
|
%endif
|
||||||
# Go sources can contain arch-specific files and our macros will package the
|
# Go sources can contain arch-specific files and our macros will package the
|
||||||
# correct files for each architecture. Therefore, move gopath to _libdir and
|
# correct files for each architecture. Therefore, move gopath to _libdir and
|
||||||
@ -40,7 +40,7 @@ Version: 3.3.0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: go-rpm-macros
|
Name: go-rpm-macros
|
||||||
Release: %autorelease
|
Release: %autorelease.alma.1
|
||||||
Summary: Build-stage rpm automation for Go packages
|
Summary: Build-stage rpm automation for Go packages
|
||||||
|
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user