From 951b84adc88a9555e423b57bbf1bdc777a191817 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 27 Feb 2013 16:18:58 -0500 Subject: Put a BuildRequires on bc Randomly changing what we need to build the kernel is awesome. Let's keep doing that. --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index ac4a87fb4..7a5a1b043 100644 --- a/kernel.spec +++ b/kernel.spec @@ -518,7 +518,7 @@ ExclusiveOS: Linux BuildRequires: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar BuildRequires: bzip2, xz, findutils, gzip, m4, perl, make >= 3.78, diffutils, gawk BuildRequires: gcc >= 3.4.2, binutils >= 2.12, redhat-rpm-config, hmaccalc -BuildRequires: net-tools, hostname +BuildRequires: net-tools, hostname, bc BuildRequires: xmlto, asciidoc %if %{with_sparse} BuildRequires: sparse >= 0.4.1 -- cgit