[fedora-virt-maint] rpms/libguestfs/F-11 .cvsignore, 1.37, 1.38 libguestfs.spec, 1.64, 1.65 sources, 1.37, 1.38

Richard W.M. Jones rjones at fedoraproject.org
Wed Sep 23 13:39:11 UTC 2009


Author: rjones

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

Modified Files:
	.cvsignore libguestfs.spec sources 
Log Message:
Version 1.0.72.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- .cvsignore	22 Sep 2009 14:29:30 -0000	1.37
+++ .cvsignore	23 Sep 2009 13:39:10 -0000	1.38
@@ -1 +1 @@
-libguestfs-1.0.71.tar.gz
+libguestfs-1.0.72.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/libguestfs.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- libguestfs.spec	22 Sep 2009 14:29:31 -0000	1.64
+++ libguestfs.spec	23 Sep 2009 13:39:11 -0000	1.65
@@ -4,7 +4,7 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Epoch:       1
-Version:     1.0.71
+Version:     1.0.72
 Release:     1%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
@@ -64,7 +64,7 @@ BuildRequires: java >= 1.5.0
 BuildRequires: jpackage-utils
 BuildRequires: java-devel
 
-# For virt-inspector:
+# For libguestfs-tools:
 BuildRequires: perl-Sys-Virt
 
 # Runtime requires:
@@ -139,54 +139,55 @@ modifying virtual machine disk images fr
 scripts.
 
 
-%package -n virt-inspector
-Summary:     Display OS version, kernel, drivers, etc in a virtual machine
+%package tools
+Summary:     System administration tools for virtual machines
 Group:       Development/Tools
 License:     GPLv2+
 Requires:    %{name} = %{epoch}:%{version}-%{release}
 Requires:    guestfish
 Requires:    perl-Sys-Virt
 
+# Obsolete and replace earlier packages.
+Provides:    virt-cat = %{epoch}:%{version}-%{release}
+Obsoletes:   virt-cat <= %{epoch}:%{version}-%{release}
+Provides:    virt-df = %{epoch}:%{version}-%{release}
+Obsoletes:   virt-df <= %{epoch}:%{version}-%{release}
+Provides:    virt-inspector = %{epoch}:%{version}-%{release}
+Obsoletes:   virt-inspector <= %{epoch}:%{version}-%{release}
 
-%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 virt-df
-Summary:     Display free space on virtual filesystems
-Group:       Development/Tools
-License:     GPLv2+
-Requires:    %{name} = %{epoch}:%{version}-%{release}
-Requires:    perl-Sys-Virt
 # RHBZ#514309
 Provides:    virt-df2 = %{epoch}:%{version}-%{release}
 Obsoletes:   virt-df2 <= %{epoch}:%{version}-%{release}
 
+# These were never packages:
+Provides:    virt-edit = %{epoch}:%{version}-%{release}
+Provides:    virt-rescue = %{epoch}:%{version}-%{release}
 
-%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.
+%description tools
+This package contains miscellaneous system administrator command line
+tools for virtual machines.
 
+Virt-cat is a command line tool to display the contents of a file in a
+virtual machine.
 
-%package -n virt-cat
-Summary:     Display a file in a virtual machine
-Group:       Development/Tools
-License:     GPLv2+
-Requires:    %{name} = %{epoch}:%{version}-%{release}
-Requires:    perl-Sys-Virt
+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.
+
+Virt-edit is a command line tool to edit the contents of a file in a
+virtual machine.
 
+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.
 
-%description -n virt-cat
-"virt-cat" is a command line tool to display the contents
-of a file in a virtual machine.
+Virt-rescue provides a rescue shell for making interactive,
+unstructured fixes to virtual machines.
 
 
 %package -n ocaml-%{name}
@@ -452,22 +453,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/guestfish.1*
 
 
-%files -n virt-inspector
-%defattr(-,root,root,-)
-%{_bindir}/virt-inspector
-%{_mandir}/man1/virt-inspector.1*
-
-
-%files -n virt-df
-%defattr(-,root,root,-)
-%{_bindir}/virt-df
-%{_mandir}/man1/virt-df.1*
-
-
-%files -n virt-cat
+%files tools
 %defattr(-,root,root,-)
 %{_bindir}/virt-cat
 %{_mandir}/man1/virt-cat.1*
+%{_bindir}/virt-df
+%{_mandir}/man1/virt-df.1*
+%{_bindir}/virt-edit
+%{_mandir}/man1/virt-edit.1*
+%{_bindir}/virt-inspector
+%{_mandir}/man1/virt-inspector.1*
+%{_bindir}/virt-rescue
+%{_mandir}/man1/virt-rescue.1*
 
 
 %files -n ocaml-%{name}
@@ -535,6 +532,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 23 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.72-1
+- New upstream release 1.0.72.
+- New tools: virt-edit, virt-rescue.
+- Combine virt-cat, virt-df, virt-edit, virt-inspector and virt-rescue
+  into a single package called libguestfs-tools.
+
 * Tue Sep 22 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.71-1
 - New upstream release 1.0.71.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- sources	22 Sep 2009 14:29:31 -0000	1.37
+++ sources	23 Sep 2009 13:39:11 -0000	1.38
@@ -1 +1 @@
-24bf32735f1a259b14b692cf78ae5d74  libguestfs-1.0.71.tar.gz
+d6c66e405e34c256c05860cb25801a0d  libguestfs-1.0.72.tar.gz




More information about the Fedora-virt-maint mailing list