Accepting request 575410 from home:cbosdonnat:branches:Virtualization
Remove v2v test harness since it brings more troubles than goodness OBS-URL: https://build.opensuse.org/request/show/575410 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=423
This commit is contained in:
parent
0d15c6f52a
commit
8675709585
@ -529,23 +529,6 @@ virt-v2v is a tool for converting and importing virtual machines to
|
|||||||
libvirt-managed KVM. It can import a variety of guest operating systems
|
libvirt-managed KVM. It can import a variety of guest operating systems
|
||||||
from libvirt-managed hosts.
|
from libvirt-managed hosts.
|
||||||
|
|
||||||
%package -n ocaml-v2v_test_harness
|
|
||||||
Summary: V2v test harness
|
|
||||||
#
|
|
||||||
License: GPL-2.0
|
|
||||||
Group: Development/Languages/OCaml
|
|
||||||
|
|
||||||
%description -n ocaml-v2v_test_harness
|
|
||||||
Test harness for virt-v2v
|
|
||||||
|
|
||||||
%package -n ocaml-v2v_test_harness-devel
|
|
||||||
Summary: Development files for virt-v2v test harness
|
|
||||||
License: GPL-2.0
|
|
||||||
Group: Development/Languages/OCaml
|
|
||||||
|
|
||||||
%description -n ocaml-v2v_test_harness-devel
|
|
||||||
Development files for the virt-v2v test harness.
|
|
||||||
|
|
||||||
%if %{with p2v}
|
%if %{with p2v}
|
||||||
%package -n virt-p2v
|
%package -n virt-p2v
|
||||||
Summary: Convert a physical machine to run on KVM
|
Summary: Convert a physical machine to run on KVM
|
||||||
@ -671,6 +654,9 @@ sed 's/\(#define HAVE_PYSTRING_ASSTRING 1\)/\/* \1 *\//' -i config.h
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Don't package the test harness (yet)
|
||||||
|
rm -rf %{buildroot}/%{_libdir}/ocaml/v2v_test_harness
|
||||||
|
|
||||||
#
|
#
|
||||||
find %{buildroot}/ -name "*.la" -print -delete
|
find %{buildroot}/ -name "*.la" -print -delete
|
||||||
rm -fv %{buildroot}/%{_libdir}/*.a
|
rm -fv %{buildroot}/%{_libdir}/*.a
|
||||||
@ -854,24 +840,6 @@ rm %{buildroot}/%{_datadir}/virt-p2v/p2v.ks.in
|
|||||||
%{_datadir}/bash-completion/*/virt-v2v
|
%{_datadir}/bash-completion/*/virt-v2v
|
||||||
%{_mandir}/man1/virt-v2v.*
|
%{_mandir}/man1/virt-v2v.*
|
||||||
|
|
||||||
%files -n ocaml-v2v_test_harness
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_libdir}/ocaml
|
|
||||||
%dir %{_libdir}/ocaml/v2v_test_harness
|
|
||||||
%{_libdir}/ocaml/v2v_test_harness/META
|
|
||||||
%{_libdir}/ocaml/v2v_test_harness/*.cmi
|
|
||||||
|
|
||||||
%files -n ocaml-v2v_test_harness-devel
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_libdir}/ocaml
|
|
||||||
%dir %{_libdir}/ocaml/v2v_test_harness
|
|
||||||
%{_libdir}/ocaml/v2v_test_harness/*.a
|
|
||||||
%if %{ocaml_native_compiler}
|
|
||||||
%{_libdir}/ocaml/v2v_test_harness/*.cmx
|
|
||||||
%{_libdir}/ocaml/v2v_test_harness/*.cmxa
|
|
||||||
%endif
|
|
||||||
%{_libdir}/ocaml/v2v_test_harness/*.mli
|
|
||||||
|
|
||||||
%if %{with p2v}
|
%if %{with p2v}
|
||||||
%files -n virt-p2v
|
%files -n virt-p2v
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user