diff --git a/macros.ocaml-srpm b/macros.ocaml-srpm index e7a0498..fe03896 100644 --- a/macros.ocaml-srpm +++ b/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/ocaml-srpm-macros.spec b/ocaml-srpm-macros.spec index f81ac36..d55a5ef 100644 --- a/ocaml-srpm-macros.spec +++ b/ocaml-srpm-macros.spec @@ -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 - 10-3.alma.1 +- Add x86_64_v2 to arch list + * Mon Jun 24 2024 Troy Dawson - 10-3 - Bump release for June 2024 mass rebuild