[qemu-sanity-check] New upstream version 1.1.4.

Richard W.M. Jones rjones at fedoraproject.org
Wed Aug 28 15:30:46 UTC 2013


commit f928ccd2ca556febb514084076ca2fd518cab6ef
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Aug 28 16:30:17 2013 +0100

    New upstream version 1.1.4.
    
    - Remove 3 x patches which are now upstream.
    - This version can handle debug kernels (RHBZ#1002189).

 ...-call-reboot-2-to-reboot-the-system-from-.patch |   62 --------------------
 ...achine-accel-kvm-tcg-option-on-qemu-comma.patch |   28 ---------
 0003-qemu-Use-oops-panic-panic-1.patch             |   29 ---------
 qemu-sanity-check.spec                             |   17 +++---
 4 files changed, 8 insertions(+), 128 deletions(-)
---
diff --git a/qemu-sanity-check.spec b/qemu-sanity-check.spec
index db56ed8..dfb4fcc 100644
--- a/qemu-sanity-check.spec
+++ b/qemu-sanity-check.spec
@@ -1,25 +1,19 @@
 %global debug_package %{nil}
 
 Name:            qemu-sanity-check
-Version:         1.1.3
-Release:         4%{?dist}
+Version:         1.1.4
+Release:         1%{?dist}
 Summary:         Simple qemu and Linux kernel sanity checker
 License:         GPLv2+
 
 URL:             http://people.redhat.com/~rjones/qemu-sanity-check
 Source0:         http://people.redhat.com/~rjones/qemu-sanity-check/files/%{name}-%{version}.tar.gz
 
-# Upstream patches to fix sanity check on broken kernels which don't
-# respond to panic=1 option properly.
-Patch1:          0001-init-Try-to-call-reboot-2-to-reboot-the-system-from-.patch
-Patch2:          0002-qemu-Pass-machine-accel-kvm-tcg-option-on-qemu-comma.patch
-Patch3:          0003-qemu-Use-oops-panic-panic-1.patch
-
 # Non-upstream patch to disable test which fails on broken kernels
 # which don't respond to panic=1 option properly.
 Patch4:          0004-Disable-bad-userspace-test-Fedora-only.patch
 
-# Because the above patches touch configure.ac and Makefile.am:
+# Because the above patch touches configure.ac/Makefile.am:
 BuildRequires:   autoconf, automake
 
 # For building manual pages.
@@ -117,6 +111,11 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Wed Aug 28 2013 Richard W.M. Jones <rjones at redhat.com> - 1.1.4-1
+- New upstream version 1.1.4.
+- Remove 3 x patches which are now upstream.
+- This version can handle debug kernels (RHBZ#1002189).
+
 * Thu Aug 22 2013 Richard W.M. Jones <rjones at redhat.com> - 1.1.3-4
 - +BR autoconf, automake.
 - Run autoreconf after patching.


More information about the scm-commits mailing list