diff --git a/Pod-Simple-3.23.tar.gz b/Pod-Simple-3.23.tar.gz deleted file mode 100644 index 0e83c99..0000000 --- a/Pod-Simple-3.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:683fb6b312f993f42a9ff7f686d816fe7486e2e34fcfbcc3f01ab76e05c5f61e -size 239245 diff --git a/Pod-Simple-3.23.tar.xz b/Pod-Simple-3.23.tar.xz new file mode 100644 index 0000000..8de92e4 --- /dev/null +++ b/Pod-Simple-3.23.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab3872d3f424cec65995cf5decda99cb04f85aae654b1e199ec659bdbef0ab0 +size 185608 diff --git a/libguestfs-1.20.5.tar.gz b/libguestfs-1.20.5.tar.gz deleted file mode 100644 index b03ff92..0000000 --- a/libguestfs-1.20.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f67c96a63b3359fad48b269077c278aa4189a08f9089ae3f732b6c62d2d7e0ff -size 9527006 diff --git a/libguestfs-1.20.8.tar.xz b/libguestfs-1.20.8.tar.xz new file mode 100644 index 0000000..c07db2e --- /dev/null +++ b/libguestfs-1.20.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d84c17bd714cc928a93ca4fa1179f0e80e0ed96e9bccf6f7ebde788f55218d +size 3985372 diff --git a/libguestfs.changes b/libguestfs.changes index 55c429a..da61a54 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jun 4 13:54:33 CEST 2013 - ohering@suse.de + +- Update to version 1.20.8 + * events: Avoid event handler limit if program allocates and deallocates handlers. + * proto: Fix for rare FileIn hangs. (RHBZ#969845) + * inspection: Don't segfault if /etc/SuSE-release is an empty file. + * fuse: Allow specifying the fstype of a mount + * is_lv: Does not need to depend on lvm2. + * add --with-supermin-extra-options configure option + * Remove use of gnulib progname module. + * inspection: Fix double-free when certain guest files are empty. (CVE-2013-2124) + * daemon: Properly quote arguments for tar-out, base64-out commands (RHBZ#957772). + * inspection: Don't fail if libosinfo database is not found (RHBZ#948324). + * daemon/copy: Ensure errno is preserved along error + * Better error messages for FUSE and other things not supported. + ------------------------------------------------------------------- Mon Apr 8 20:55:11 CEST 2013 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index a7521cc..538f38a 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -16,6 +16,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +Version: 1.20.8 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) %if !%opt @@ -128,11 +129,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Compatibility package for guestfs-tools License: GPL-2.0 Group: System/Filesystems -Version: 1.20.5 Release: 0 Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch -Source0: %{name}-%{version}.tar.gz -Source789653: Pod-Simple-3.23.tar.gz +Source0: %{name}-%{version}.tar.xz +Source789653: Pod-Simple-3.23.tar.xz Source10: libguestfs.mkinitrd.boot.sh Source11: libguestfs.mkinitrd.setup.sh Source1220: libguestfs.mkinitrd.1220.patch