From 30dfa28317f98718c46de81c628921955df6dd52 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Sat, 15 Mar 2025 15:56:51 +0800 Subject: [PATCH] fix sw_64 build error --- hivex.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hivex.spec b/hivex.spec index 0efcca4..82bbf7c 100644 --- a/hivex.spec +++ b/hivex.spec @@ -6,7 +6,7 @@ Name: hivex Version: 1.3.23 -Release: 1 +Release: 2 Summary: Read and write Windows Registry binary hive files License: LGPLv2 URL: http://libguestfs.org/ @@ -221,8 +221,10 @@ make check %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 @@ -243,6 +245,9 @@ make check %changelog +* Sat Mar 15 2025 mahailiang - 1.3.23-2 +- fix sw_64 build error + * Mon Oct 09 2023 yaoxin - 1.3.23-1 - Upgrade to 1.3.23 -- Gitee