!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:
commit
bae098915a
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user