diff --git a/hivex.spec b/hivex.spec index f90bfac1c69851b46fc4680a4390ae6de5477472..47253f8e5aec77c3828ed2d785ac62aab561c036 100644 --- a/hivex.spec +++ b/hivex.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %undefine _package_note_flags %ifarch %{ocaml_native_compiler} @@ -251,8 +251,10 @@ fi %files -n ocaml-%{name}-devel %{_libdir}/ocaml/hivex/*.a +%ifnarch sw_64 %{_libdir}/ocaml/hivex/*.cmxa %{_libdir}/ocaml/hivex/*.cmx +%endif %{_libdir}/ocaml/hivex/*.mli %endif @@ -279,6 +281,9 @@ fi %doc README.md %changelog +* Tue Apr 08 2025 Chunchao Zhang - 1.3.24-3 +- fix sw_64 build error + * Tue Apr 01 2025 Xiaoping Liu - 1.3.24-2 - Rebuild with new ruby