SHA256
1
0
forked from pool/libguestfs

- Require current ocaml-rpm-macros

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=466
This commit is contained in:
Olaf Hering 2021-04-13 15:13:14 +00:00 committed by Git OBS Bridge
parent fbdd88117e
commit c5a9c60484
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de
- Require current ocaml-rpm-macros
-------------------------------------------------------------------
Tue Jan 12 05:38:44 MST 2021 - carnold@suse.com

View File

@ -118,7 +118,7 @@ BuildRequires: ocaml-hivex-devel
BuildRequires: ocaml-libvirt-devel
#
BuildRequires: ocaml-rpm-macros >= 4.03
BuildRequires: ocaml-rpm-macros >= 20210409
%if %{with ocaml_bindings}
%define _configure_ocaml --enable-ocaml
%endif
@ -738,7 +738,7 @@ rm %{buildroot}/%{_datadir}/virt-p2v/p2v.ks.in
%dir %{_libdir}/ocaml
%dir %{_libdir}/ocaml/guestfs
%{_libdir}/ocaml/guestfs/*.a
%if %{ocaml_native_compiler}
%if %{suse_ocaml_native_compiler}
%{_libdir}/ocaml/guestfs/*.cmx
%{_libdir}/ocaml/guestfs/*.cmxa
%endif