Add x86_64_v2 to arch list

i10-beta-v2 changed/i10-beta-v2/ocaml-srpm-macros-10-3.el10.inferit
Sergey Cherevko 4 weeks ago
parent eb730472f5
commit 03d9afcd91
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -4,10 +4,10 @@
# compilation is available on a particular architecture.
# Architectures that support the OCaml native code compiler.
%ocaml_native_compiler aarch64 %{power64} riscv64 s390x x86_64
%ocaml_native_compiler aarch64 %{power64} riscv64 s390x x86_64 x86_64_v2
# Architectures that support native dynamic linking of OCaml code.
%ocaml_natdynlink aarch64 %{power64} riscv64 s390x x86_64
%ocaml_natdynlink aarch64 %{power64} riscv64 s390x x86_64 x86_64_v2
# Architectures that support profiling of native code (ocamlopt -p).
# This was removed in OCaml 4.09.

@ -10,7 +10,7 @@
Name: ocaml-srpm-macros
Version: 10
Release: 3%{?dist}
Release: 3%{?dist}.inferit
Summary: OCaml architecture macros
License: GPL-2.0-or-later
@ -43,6 +43,9 @@ install -p -m 0644 %{SOURCE0} $RPM_BUILD_ROOT%{rpmmacrodir}/macros.ocaml-srpm
%changelog
* Mon Dec 02 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 10-3.inferit
- Add x86_64_v2 to arch list
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 10-3
- Rebuilt for MSVSphere 10

Loading…
Cancel
Save