X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs.spec.in;h=dd67b802468e973e516012946e27f229113fc5f4;hb=0aa45a5662bcb96348bd4753fb0404991f713319;hp=ec65ffac3e37f5248307e295bcbbc2b4af9d4f4c;hpb=18d15a9e5b2324699feef0d710197bdd0f1b7b23;p=libguestfs.git diff --git a/libguestfs.spec.in b/libguestfs.spec.in index ec65ffa..dd67b80 100644 --- a/libguestfs.spec.in +++ b/libguestfs.spec.in @@ -48,6 +48,9 @@ BuildRequires: java >= 1.5.0 BuildRequires: jpackage-utils BuildRequires: java-devel +# For virt-inspector: +BuildRequires: perl-Sys-Virt + # Runtime requires: Requires: qemu >= 0.10-7 @@ -113,6 +116,22 @@ modifying virtual machine disk images from the command line and shell scripts. +%package -n virt-inspector +Summary: Display OS version, kernel, drivers, etc in a virtual machine +Group: Development/Tools +License: GPLv2+ +Requires: %{name} = %{version}-%{release} +Requires: guestfish +Requires: perl-Sys-Virt + + +%description -n virt-inspector +Virt-inspector examines a virtual machine and tries to determine the +version of the OS, the kernel version, what drivers are installed, +whether the virtual machine is fully virtualized (FV) or +para-virtualized (PV), what applications are installed and more. + + %package -n ocaml-%{name} Summary: OCaml bindings for %{name} Group: Development/Libraries @@ -327,11 +346,17 @@ rm -rf $RPM_BUILD_ROOT %files -n guestfish %defattr(-,root,root,-) -%doc html/guestfish.1.html html/pod.css +%doc html/guestfish.1.html html/pod.css recipes/ %{_bindir}/guestfish %{_mandir}/man1/guestfish.1* +%files -n virt-inspector +%defattr(-,root,root,-) +%{_bindir}/virt-inspector +%{_mandir}/man1/virt-inspector.1* + + %files -n ocaml-%{name} %defattr(-,root,root,-) %doc README