diff --git a/libguestfs.spec b/libguestfs.spec index 238fae8..4f210ed 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -22,8 +22,8 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 -Version: 1.27.16 -Release: 2%{?dist} +Version: 1.27.18 +Release: 1%{?dist} License: LGPLv2+ # Source and patches. @@ -441,6 +441,9 @@ 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. +Virt-log is a command line tool to display the log files from a +virtual machine. + Virt-ls is a command line tool to list out files in a virtual machine. Virt-make-fs is a command line tool to build a filesystem out of @@ -1025,6 +1028,8 @@ install -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d %{_mandir}/man1/virt-index-validate.1* %{_bindir}/virt-inspector %{_mandir}/man1/virt-inspector.1* +%{_bindir}/virt-log +%{_mandir}/man1/virt-log.1* %{_bindir}/virt-ls %{_mandir}/man1/virt-ls.1* %{_bindir}/virt-make-fs @@ -1201,6 +1206,9 @@ install -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d %changelog +* Mon Jun 16 2014 Richard W.M. Jones - 1:1.27.18-1 +- New upstream version 1.27.18. + * Sat Jun 14 2014 Richard W.M. Jones - 1:1.27.16-2 - Install guestfish colour prompts. diff --git a/sources b/sources index 3170e4c..62ea002 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9273eb7cb18e89c48e14c50e5c76f555 libguestfs-1.27.16.tar.gz +4432287776d8c349bf4c3e05aac71688 libguestfs-1.27.18.tar.gz