+BR grubby.

This commit is contained in:
Richard W.M. Jones 2015-06-19 10:02:46 +01:00
parent 3ca0674b19
commit 56490144fa
1 changed files with 10 additions and 1 deletions

View File

@ -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/<machine-id> 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 <rjones@redhat.com> - 1.1.5-4
- +BR grubby.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild