From 56490144fa72e4fce3b4030a6ef17af077a7362b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 19 Jun 2015 10:02:46 +0100 Subject: [PATCH] +BR grubby. --- qemu-sanity-check.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/qemu-sanity-check.spec b/qemu-sanity-check.spec index 00b7b14..e256fc6 100644 --- a/qemu-sanity-check.spec +++ b/qemu-sanity-check.spec @@ -2,7 +2,7 @@ Name: qemu-sanity-check Version: 1.1.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple qemu and Linux kernel sanity checker License: GPLv2+ @@ -32,6 +32,12 @@ BuildRequires: qemu-system-x86 BuildRequires: kernel +# For complicated reasons, this is required so that +# /bin/kernel-install puts the kernel directly into /boot, instead of +# into a /boot/ subdirectory (in Fedora >= 23). Read the +# kernel-install script to understand why. +BuildRequires: grubby + %ifarch %{ix86} x86_64 Requires: qemu-system-x86 %endif @@ -108,6 +114,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Fri Jun 19 2014 Richard W.M. Jones - 1.1.5-4 +- +BR grubby. + * Thu Jun 18 2015 Fedora Release Engineering - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild