rpms/libguestfs/F-11 .cvsignore, 1.24, 1.25 libguestfs.spec, 1.38, 1.39 sources, 1.24, 1.25

Richard W.M. Jones rjones at fedoraproject.org
Fri Jul 10 14:30:31 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32008

Modified Files:
	.cvsignore libguestfs.spec sources 
Log Message:
* Fri Jul 10 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.57-1
- New upstream release 1.0.57.
- New tool virt-df (obsoletes existing package with this name).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	7 Jul 2009 19:15:53 -0000	1.24
+++ .cvsignore	10 Jul 2009 14:30:01 -0000	1.25
@@ -1 +1 @@
-libguestfs-1.0.56.tar.gz
+libguestfs-1.0.57.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/libguestfs.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- libguestfs.spec	7 Jul 2009 19:30:54 -0000	1.38
+++ libguestfs.spec	10 Jul 2009 14:30:01 -0000	1.39
@@ -3,8 +3,8 @@
 
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
-Version:     1.0.56
-Release:     2%{?dist}
+Version:     1.0.57
+Release:     1%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -150,6 +150,26 @@ whether the virtual machine is fully vir
 para-virtualized (PV), what applications are installed and more.
 
 
+%package -n virt-df2
+Summary:     Display free space on virtual filesystems
+Group:       Development/Tools
+License:     GPLv2+
+Requires:    %{name} = %{version}-%{release}
+Requires:    perl-Sys-Virt
+Obsoletes:   virt-df
+Provides:    virt-df
+
+
+%description -n virt-df2
+"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}
 Group:       Development/Libraries
@@ -298,6 +318,7 @@ export LIBGUESTFS_DEBUG=1
 #   BZ 502074 (i386) - sha1sum segfault on F-11 only
 #   BZ 503236 (i386) - cryptomgr_test at doublefault_fn (F-12 only)
 #   BZ 507066 (all) - sequence of chroot calls makes fs unmountable (F-12 only)
+#                     (fixed?)
 
 # Workaround for BZ 502058.  This is only needed for F-11, but
 # won't harm other builds.
@@ -384,6 +405,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/libguestfs_
 # Generator shouldn't be executable when we distribute it.
 chmod -x src/generator.ml
 
+# Remove virt-v2v for now, WIP.
+rm $RPM_BUILD_ROOT%{_bindir}/virt-v2v
+rm $RPM_BUILD_ROOT%{_mandir}/man1/virt-v2v.1*
+
 # Find locale files.
 %find_lang %{name}
 
@@ -431,6 +456,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/virt-inspector.1*
 
 
+%files -n virt-df2
+%defattr(-,root,root,-)
+%{_bindir}/virt-df
+%{_mandir}/man1/virt-df.1*
+
+
 %files -n ocaml-%{name}
 %defattr(-,root,root,-)
 %doc README
@@ -457,6 +488,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}
@@ -495,6 +527,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 10 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.57-1
+- New upstream release 1.0.57.
+- New tool virt-df (obsoletes existing package with this name).
+
 * Tue Jul  7 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.56-2
 - New upstream release 1.0.56.
 - Don't rerun generator.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	7 Jul 2009 19:15:53 -0000	1.24
+++ sources	10 Jul 2009 14:30:01 -0000	1.25
@@ -1 +1 @@
-307571211e97e50f0754f5812c12ead4  libguestfs-1.0.56.tar.gz
+0f24ef638df366a21d04343c752111cd  libguestfs-1.0.57.tar.gz




More information about the scm-commits mailing list