From 73ac6de3ebbc0109abba961f5dad3ab06cf0d3ea Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 22 Aug 2013 17:05:12 +0100 Subject: [PATCH] +BR autoconf, automake. --- qemu-sanity-check.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu-sanity-check.spec b/qemu-sanity-check.spec index 516b1bf..0586d2d 100644 --- a/qemu-sanity-check.spec +++ b/qemu-sanity-check.spec @@ -2,7 +2,7 @@ Name: qemu-sanity-check Version: 1.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple qemu and Linux kernel sanity checker License: GPLv2+ @@ -19,6 +19,9 @@ Patch3: 0003-qemu-Use-oops-panic-panic-1.patch # 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: +BuildRequires: autoconf, automake + # For building manual pages. BuildRequires: /usr/bin/perldoc @@ -111,6 +114,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Thu Aug 22 2013 Richard W.M. Jones - 1.1.3-3 +- +BR autoconf, automake. + * Thu Aug 22 2013 Richard W.M. Jones - 1.1.3-2 - Fedora kernels don't respond properly to panic=1 parameter (appears to be related to having debug enabled). Add some upstream and one