From abcf446942465ab1e24a487e37adbc49577ff592 Mon Sep 17 00:00:00 2001 From: chunchao Date: Tue, 8 Apr 2025 11:56:18 +0800 Subject: [PATCH] fix sw_64 build error Project:TC2024110202 Signed-off-by: chunchao --- hivex.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hivex.spec b/hivex.spec index f90bfac..47253f8 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 -- Gitee