summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kmcmarti@redhat.com>2013-10-23 11:39:31 -0400
committerKyle McMartin <kmcmarti@redhat.com>2013-10-23 11:39:31 -0400
commit11dfcd7edb39bf3764febc2676ec1a3e7dbd905b (patch)
treeb5141112f1497ad2d90d4420026bc1e74b9622b6
parent6f5740bae3fc0c391a2512b6eeb72e70d814fcfc (diff)
downloadkernel-11dfcd7edb39bf3764febc2676ec1a3e7dbd905b.tar.gz
kernel-11dfcd7edb39bf3764febc2676ec1a3e7dbd905b.tar.xz
kernel-11dfcd7edb39bf3764febc2676ec1a3e7dbd905b.zip
update BuildRequires
-rw-r--r--kernel.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/kernel.spec b/kernel.spec
index 984652241..46d65b73b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -484,13 +484,13 @@ ExclusiveOS: Linux
#
# List the packages used during the kernel build
#
-BuildRequires: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar
-BuildRequires: bzip2, xz, findutils, gzip, m4, perl, perl-Carp, make >= 3.78, diffutils, gawk
-BuildRequires: gcc >= 3.4.2, binutils >= 2.12, redhat-rpm-config, hmaccalc
+BuildRequires: kmod, patch, bash, sh-utils, tar
+BuildRequires: bzip2, xz, findutils, gzip, m4, perl, perl-Carp, make, diffutils, gawk
+BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc
BuildRequires: net-tools, hostname, bc
BuildRequires: xmlto, asciidoc
%if %{with_sparse}
-BuildRequires: sparse >= 0.4.1
+BuildRequires: sparse
%endif
%if %{with_perf}
BuildRequires: elfutils-devel zlib-devel binutils-devel newt-devel python-devel perl(ExtUtils::Embed) bison
@@ -501,11 +501,7 @@ BuildRequires: pciutils-devel gettext
%endif
BuildConflicts: rhbuildsys(DiskFree) < 500Mb
%if %{with_debuginfo}
-# Fancy new debuginfo generation introduced in Fedora 8/RHEL 6.
-# The -r flag to find-debuginfo.sh invokes eu-strip --reloc-debug-sections
-# which reduces the number of relocations in kernel module .ko.debug files and
-# was introduced with rpm 4.9 and elfutils 0.153.
-BuildRequires: rpm-build >= 4.9.0-1, elfutils >= elfutils-0.153-1
+BuildRequires: rpm-build, elfutils
%define debuginfo_args --strict-build-id -r
%endif
@@ -2245,6 +2241,10 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Oct 23 2013 Kyle McMartin <kyle@fedoraproject.org>
+- Clean up some BuildRequires that reference hilariously old packages.
+ Replace module-init-tools BR with kmod.
+
* Wed Oct 23 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc6.git2.1
- Linux v3.12-rc6-275-g320437af