Remove grubby dependency, no longer needed with newest supermin.
This commit is contained in:
parent
5829977618
commit
48421ed08e
@ -62,7 +62,7 @@ Source7: libguestfs.keyring
|
|||||||
|
|
||||||
# Basic build requirements for the library and virt tools.
|
# Basic build requirements for the library and virt tools.
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: supermin-devel >= 5.1.12-4
|
BuildRequires: supermin-devel >= 5.1.18
|
||||||
BuildRequires: hivex-devel >= 1.2.7-7
|
BuildRequires: hivex-devel >= 1.2.7-7
|
||||||
BuildRequires: ocaml-hivex-devel
|
BuildRequires: ocaml-hivex-devel
|
||||||
BuildRequires: perl(Pod::Simple)
|
BuildRequires: perl(Pod::Simple)
|
||||||
@ -179,17 +179,11 @@ BuildRequires: ntfs-3g ntfsprogs
|
|||||||
BuildRequires: syslinux syslinux-extlinux
|
BuildRequires: syslinux syslinux-extlinux
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# Minimum version containing fix for armv7 pwritev bug (RHBZ#1346070).
|
# Minimum version containing fix for armv7 pwritev bug (RHBZ#1346070).
|
||||||
BuildRequires: glibc >= 2.23.90-24.fc25
|
BuildRequires: glibc >= 2.23.90-24.fc25
|
||||||
|
|
||||||
# For building the appliance.
|
# For building the appliance.
|
||||||
Requires: supermin >= 5.1.12
|
Requires: supermin >= 5.1.18
|
||||||
|
|
||||||
# The daemon dependencies are not included automatically, because it
|
# The daemon dependencies are not included automatically, because it
|
||||||
# is buried inside the appliance, so list them here.
|
# is buried inside the appliance, so list them here.
|
||||||
|
Loading…
Reference in New Issue
Block a user