diff --git a/0001-resize-Depend-explicitly-on-Unix-module.patch b/0001-resize-Depend-explicitly-on-Unix-module.patch deleted file mode 100644 index 71bfceb..0000000 --- a/0001-resize-Depend-explicitly-on-Unix-module.patch +++ /dev/null @@ -1,31 +0,0 @@ -From a66fd2fac25d5520b4eb2935dea6a501daed946a Mon Sep 17 00:00:00 2001 -From: "Richard W.M. Jones" -Date: Mon, 22 Oct 2012 12:18:40 +0100 -Subject: [PATCH] resize: Depend explicitly on Unix module. - -Commit a0722c7ad846960be54978a31ebe73b76e119203 introduced a -dependency on the Unix module. This was not listed in the list of -'-package's, but as long as you had ocaml-gettext installed it would -still work because that pulled in Unix implicitly. - -Thanks Olaf Hering. ---- - resize/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/resize/Makefile.am b/resize/Makefile.am -index 31fd71b..7d4cade 100644 ---- a/resize/Makefile.am -+++ b/resize/Makefile.am -@@ -56,7 +56,7 @@ bin_SCRIPTS = virt-resize - # -I $(top_builddir)/src/.libs is a hack which forces corresponding -L - # option to be passed to gcc, so we don't try linking against an - # installed copy of libguestfs. --OCAMLPACKAGES = -package str -I $(top_builddir)/src/.libs -I ../ocaml -+OCAMLPACKAGES = -package str,unix -I $(top_builddir)/src/.libs -I ../ocaml - if HAVE_OCAML_PKG_GETTEXT - OCAMLPACKAGES += -package gettext-stub - endif --- -1.7.11.4 - diff --git a/libguestfs-1.19.53.tar.gz b/libguestfs-1.19.53.tar.gz deleted file mode 100644 index 2c696b2..0000000 --- a/libguestfs-1.19.53.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65c3c599dabf052f5562c2d49b34c93a32f360a27dcbce2aab421a08dc8ba6ba -size 8449018 diff --git a/libguestfs-1.19.55.tar.gz b/libguestfs-1.19.55.tar.gz new file mode 100644 index 0000000..f5c0b00 --- /dev/null +++ b/libguestfs-1.19.55.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde2fa56335f8a7564d11c19b0490d0d9e4a7941f7259fbdc5c0cf3793e1a872 +size 8456836 diff --git a/libguestfs.changes b/libguestfs.changes index bbae28a..63ee06e 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 30 21:56:36 CET 2012 - ohering@suse.de + +- Update to version 1.19.55 + ------------------------------------------------------------------- Mon Oct 29 10:19:23 CET 2012 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index b1e60af..bb897a7 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -78,9 +78,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Compatibility package for guestfs-tools License: LGPL-2.1 Group: System/Filesystems -Version: 1.19.53 +Version: 1.19.55 Release: 0 -Patch0: 0001-resize-Depend-explicitly-on-Unix-module.patch Patch5: libguestfs-1.13.14-ruby.patch Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch Source0: %{name}-%{version}.tar.gz @@ -358,7 +357,6 @@ virtual machines. %prep %setup -q -%patch0 -p1 %patch5 -p1 %patch1000 -p1