X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=libguestfs.spec.in;h=fa550145438b4612f226858ce53c810511666fde;hp=7d369edb7041a6eebeab9b493550e829fb98e022;hb=f7e6ffa8a82f8a7a214a47ff32f46d9e893902d8;hpb=713283f4a67b3a1960ca96ce6608d046fc202d2d diff --git a/libguestfs.spec.in b/libguestfs.spec.in index 7d369ed..fa55014 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 @@ -219,10 +238,8 @@ Requires: jpackage-utils %build %if %{buildnonet} mkdir repo -pushd repo -cp $(find /var/cache/yum/build -name '*.rpm') . -createrepo . -popd +find /var/cache/yum/build -type f -name '*.rpm' -print0 | xargs -0 cp -t repo +createrepo repo %define extra --with-mirror=file://$(pwd)/repo --with-repo=fedora-12 %else %define extra %nil @@ -327,11 +344,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 @@ -396,9 +419,15 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Apr 22 2009 Richard Jones - @VERSION@-1 +* Tue Apr 28 2009 Richard Jones - @VERSION@-1 - New upstream version @VERSION@. +* Tue Apr 28 2009 Richard Jones - 1.0.15-1 +- New upstream version 1.0.15. + +* Fri Apr 24 2009 Richard Jones - 1.0.12-1 +- New upstream version 1.0.12. + * Wed Apr 22 2009 Richard Jones - 1.0.6-1 - New upstream version 1.0.6.