[libguestfs] Remove 0001-i386-Add-noapic-flag-to-work-around-a-qemu-or-kernel.patch.

Richard W.M. Jones rjones at fedoraproject.org
Thu Dec 20 12:09:29 UTC 2012


commit 78c77a02fff18f5f06da554ef4f93ebdef9b0624
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Dec 20 12:08:48 2012 +0000

    Remove 0001-i386-Add-noapic-flag-to-work-around-a-qemu-or-kernel.patch.
    
    This patch is now upstream, since the bug seems to be persistent in
    qemu 1.2.

 ...apic-flag-to-work-around-a-qemu-or-kernel.patch |   14 --------------
 libguestfs.spec                                    |    5 -----
 2 files changed, 0 insertions(+), 19 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index 873b4ef..8bcbe9d 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -33,10 +33,6 @@ Patch1:        ruby-1.9-vendor-not-site.patch
 BuildRequires: autoconf, automake, libtool, gettext-devel
 %endif
 
-# Non-upstream patch to add the noapic flag on the kernel command line
-# on i386 only.  This works around a bug in 32-bit qemu (RHBZ#857026).
-Patch3:        0001-i386-Add-noapic-flag-to-work-around-a-qemu-or-kernel.patch
-
 # Basic build requirements:
 BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(Pod::Man)
@@ -680,7 +676,6 @@ fi
 %patch1 -p1
 autoreconf -i
 %endif
-%patch3 -p1
 
 mkdir -p daemon/m4
 


More information about the scm-commits mailing list