Add virt-customize.
This commit is contained in:
parent
23004d7089
commit
5fdb394e76
@ -18,7 +18,7 @@
|
|||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.25.46
|
Version: 1.25.47
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
@ -412,6 +412,9 @@ virtual machine.
|
|||||||
Virt-copy-in and virt-copy-out are command line tools for uploading
|
Virt-copy-in and virt-copy-out are command line tools for uploading
|
||||||
and downloading files and directories to and from virtual machines.
|
and downloading files and directories to and from virtual machines.
|
||||||
|
|
||||||
|
Virt-customize is a command line tool for customizing virtual machine
|
||||||
|
disk images.
|
||||||
|
|
||||||
Virt-df is a command line tool to display free space on virtual
|
Virt-df is a command line tool to display free space on virtual
|
||||||
machine filesystems. Unlike other tools, it doesn’t just display the
|
machine filesystems. Unlike other tools, it doesn’t just display the
|
||||||
amount of space allocated to a virtual machine, but can look inside
|
amount of space allocated to a virtual machine, but can look inside
|
||||||
@ -990,6 +993,8 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
|
|||||||
%{_mandir}/man1/virt-copy-in.1*
|
%{_mandir}/man1/virt-copy-in.1*
|
||||||
%{_bindir}/virt-copy-out
|
%{_bindir}/virt-copy-out
|
||||||
%{_mandir}/man1/virt-copy-out.1*
|
%{_mandir}/man1/virt-copy-out.1*
|
||||||
|
%{_bindir}/virt-customize
|
||||||
|
%{_mandir}/man1/virt-customize.1*
|
||||||
%{_bindir}/virt-df
|
%{_bindir}/virt-df
|
||||||
%{_mandir}/man1/virt-df.1*
|
%{_mandir}/man1/virt-df.1*
|
||||||
%{_bindir}/virt-diff
|
%{_bindir}/virt-diff
|
||||||
@ -1171,6 +1176,10 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 25 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.47-1
|
||||||
|
- New upstream version 1.25.47.
|
||||||
|
- Include new tool: virt-customize.
|
||||||
|
|
||||||
* Thu Mar 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.46-1
|
* Thu Mar 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.25.46-1
|
||||||
- New upstream version 1.25.46.
|
- New upstream version 1.25.46.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user