rpms/libguestfs/EL-5 .cvsignore, 1.18, 1.19 libguestfs.spec, 1.34, 1.35 sources, 1.18, 1.19

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


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32092

Modified Files:
	.cvsignore libguestfs.spec sources 
Log Message:
- New upstream release 1.0.57.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	7 Jul 2009 19:15:21 -0000	1.18
+++ .cvsignore	10 Jul 2009 14:30:13 -0000	1.19
@@ -1 +1 @@
-libguestfs-1.0.56.tar.gz
+libguestfs-1.0.57.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- libguestfs.spec	7 Jul 2009 19:15:21 -0000	1.34
+++ libguestfs.spec	10 Jul 2009 14:30:13 -0000	1.35
@@ -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 <rjones at redhat.com> - 1.0.57-1
+- New upstream release 1.0.57.
+
 * Tue Jul  7 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.56-1
 - New upstream release 1.0.56.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	7 Jul 2009 19:15:21 -0000	1.18
+++ sources	10 Jul 2009 14:30:13 -0000	1.19
@@ -1 +1 @@
-307571211e97e50f0754f5812c12ead4  libguestfs-1.0.56.tar.gz
+0f24ef638df366a21d04343c752111cd  libguestfs-1.0.57.tar.gz




More information about the scm-commits mailing list