!34 [sync] PR-32: fix sw_64 build error

From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2025-03-21 02:50:01 +00:00 committed by Gitee
commit bae098915a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -6,7 +6,7 @@
Name: hivex Name: hivex
Version: 1.3.23 Version: 1.3.23
Release: 1 Release: 2
Summary: Read and write Windows Registry binary hive files Summary: Read and write Windows Registry binary hive files
License: LGPLv2 License: LGPLv2
URL: http://libguestfs.org/ URL: http://libguestfs.org/
@ -221,8 +221,10 @@ make check
%files -n ocaml-%{name}-devel %files -n ocaml-%{name}-devel
%{_libdir}/ocaml/hivex/*.a %{_libdir}/ocaml/hivex/*.a
%ifnarch sw_64
%{_libdir}/ocaml/hivex/*.cmxa %{_libdir}/ocaml/hivex/*.cmxa
%{_libdir}/ocaml/hivex/*.cmx %{_libdir}/ocaml/hivex/*.cmx
%endif
%{_libdir}/ocaml/hivex/*.mli %{_libdir}/ocaml/hivex/*.mli
%endif %endif
@ -243,6 +245,9 @@ make check
%changelog %changelog
* Sat Mar 15 2025 mahailiang <mahailiang@uniontech.com> - 1.3.23-2
- fix sw_64 build error
* Mon Oct 09 2023 yaoxin <yao_xin001@hoperun.com> - 1.3.23-1 * Mon Oct 09 2023 yaoxin <yao_xin001@hoperun.com> - 1.3.23-1
- Upgrade to 1.3.23 - Upgrade to 1.3.23