From 2a778f5d34d9096b454abea6b1b8e1a5d4fa91df Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 2 Feb 2018 16:09:28 -0600 Subject: We need bison and flex now --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 43fefb592..f8d29795b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -388,7 +388,7 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant} # BuildRequires: kmod, patch, bash, tar, git BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk -BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc +BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex BuildRequires: net-tools, hostname, bc, elfutils-devel %if %{with_sparse} BuildRequires: sparse -- cgit