- Add x86_64_v2 to arch list

This commit is contained in:
eabdullin 2024-07-18 10:40:18 +03:00
parent 742df91e39
commit eb225ffe96
2 changed files with 6 additions and 3 deletions

View File

@ -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.

View File

@ -10,7 +10,7 @@
Name: ocaml-srpm-macros
Version: 10
Release: 3%{?dist}
Release: 3%{?dist}.alma.1
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
* Thu Jul 18 2024 Eduard Abdullin <eabdullin@almalinux.org> - 10-3.alma.1
- Add x86_64_v2 to arch list
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 10-3
- Bump release for June 2024 mass rebuild