From a9c3fba39f646fb14dc67ad5158d8f23f99d835a Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Jul 10 2009 14:30:13 +0000 Subject: - New upstream release 1.0.57. --- diff --git a/.cvsignore b/.cvsignore index 64a65d5..b282dd1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libguestfs-1.0.56.tar.gz +libguestfs-1.0.57.tar.gz diff --git a/libguestfs.spec b/libguestfs.spec index 428147c..c6d884e 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -1,14 +1,9 @@ -# XXX FAILS TO BUILD: -# WAITING FOR THE FOLLOWING PACKAGES TO GO INTO EL5 UPDATES: -# febootstrap 2.3 -# -- cannot be build because of "old" new fakeroot package. - # Enable to build w/o network. %global buildnonet 1 Summary: Access and modify virtual machine disk images Name: libguestfs -Version: 1.0.56 +Version: 1.0.57 Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -169,6 +164,23 @@ scripts. #whether the virtual machine is fully virtualized (FV) or #para-virtualized (PV), what applications are installed and more. +#%package -n virt-df +#Summary: Display free space on virtual filesystems +#Group: Development/Tools +#License: GPLv2+ +#Requires: %{name} = %{version}-%{release} +#Requires: perl-Sys-Virt +# +# +#%description -n virt-df +#"virt-df" is a command line tool to display free space on virtual +#machine filesystems. Unlike other tools, it doesn’t just display the +#amount of space allocated to a virtual machine, but can look inside +#the virtual machine to see how much space is really being used. +# +#It is like the df(1) command, but for virtual machines, except that it +#also works for Windows virtual machines. + %package -n ocaml-%{name} Summary: OCaml bindings for %{name} @@ -424,6 +436,12 @@ rm -rf $RPM_BUILD_ROOT #%{_mandir}/man1/virt-inspector.1* +#%files -n virt-df +#%defattr(-,root,root,-) +#%{_bindir}/virt-df +#%{_mandir}/man1/virt-df.1* + + %files -n ocaml-%{name} %defattr(-,root,root,-) %doc README @@ -450,6 +468,7 @@ rm -rf $RPM_BUILD_ROOT %doc perl/examples %{perl_vendorarch}/* %{_mandir}/man3/Sys::Guestfs.3pm* +%{_mandir}/man3/Sys::Guestfs::Lib.3pm* %files -n python-%{name} @@ -488,6 +507,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 10 2009 Richard W.M. Jones - 1.0.57-1 +- New upstream release 1.0.57. + * Tue Jul 7 2009 Richard W.M. Jones - 1.0.56-1 - New upstream release 1.0.56. diff --git a/sources b/sources index 8b1f7d9..35e304b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -307571211e97e50f0754f5812c12ead4 libguestfs-1.0.56.tar.gz +0f24ef638df366a21d04343c752111cd libguestfs-1.0.57.tar.gz