diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-02-27 16:18:58 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-02-27 16:18:58 -0500 |
commit | 951b84adc88a9555e423b57bbf1bdc777a191817 (patch) | |
tree | 4ed05cd48201d051b83cdf6f3b05cd451dbf4873 | |
parent | 0a85b3e682203c2667892fd0bea769f540d9d98a (diff) | |
download | kernel-951b84adc88a9555e423b57bbf1bdc777a191817.tar.gz kernel-951b84adc88a9555e423b57bbf1bdc777a191817.tar.xz kernel-951b84adc88a9555e423b57bbf1bdc777a191817.zip |
Put a BuildRequires on bc
Randomly changing what we need to build the kernel is awesome. Let's keep
doing that.
-rw-r--r-- | kernel.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |