Version 1.0.72.
This commit is contained in:
parent
43978d1fc7
commit
21de956bef
@ -1 +1 @@
|
||||
libguestfs-1.0.71.tar.gz
|
||||
libguestfs-1.0.72.tar.gz
|
||||
|
107
libguestfs.spec
107
libguestfs.spec
@ -4,8 +4,8 @@
|
||||
Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.0.71
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.72
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
URL: http://libguestfs.org/
|
||||
@ -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 from the command line and shell
|
||||
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}
|
||||
|
||||
# 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 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.
|
||||
|
||||
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.
|
||||
|
||||
%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}
|
||||
|
||||
|
||||
%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 virt-cat
|
||||
Summary: Display a file in a virtual machine
|
||||
Group: Development/Tools
|
||||
License: GPLv2+
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: perl-Sys-Virt
|
||||
|
||||
|
||||
%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}
|
||||
@ -456,22 +457,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}
|
||||
@ -539,6 +536,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 23 2009 Richard W.M. Jones <rjones@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@redhat.com> - 1.0.71-2
|
||||
- New upstream release 1.0.71.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user