diff --git a/SOURCES/macros.ocaml-srpm b/SOURCES/macros.ocaml-srpm index e7a0498..fe03896 100644 --- a/SOURCES/macros.ocaml-srpm +++ b/SOURCES/macros.ocaml-srpm @@ -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. diff --git a/SPECS/ocaml-srpm-macros.spec b/SPECS/ocaml-srpm-macros.spec index 3d768e6..6bad430 100644 --- a/SPECS/ocaml-srpm-macros.spec +++ b/SPECS/ocaml-srpm-macros.spec @@ -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 - 10-3.inferit +- Add x86_64_v2 to arch list + * Tue Nov 26 2024 MSVSphere Packaging Team - 10-3 - Rebuilt for MSVSphere 10