diff --git a/hivex.spec b/hivex.spec index 0efcca49486f714f8a088de03667cbdabd5f45cd..82bbf7caa6bf51c2e6cfd67327d92a0d0d609957 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