diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-30 09:06:08 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-30 09:06:08 -0600 |
commit | d580f65c41bc139d700a1f45d62d717adb5ccab6 (patch) | |
tree | 3b9d14e1720cb226b79cefe83eae08f792918729 | |
parent | cb8ac0e9b4361300320fa0ef335ea47942a874a5 (diff) | |
download | kernel-d580f65c41bc139d700a1f45d62d717adb5ccab6.tar.gz kernel-d580f65c41bc139d700a1f45d62d717adb5ccab6.tar.xz kernel-d580f65c41bc139d700a1f45d62d717adb5ccab6.zip |
ELN needs dwarves now too
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rw-r--r-- | kernel.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index e58236a3a..72c4c1de2 100644 --- a/kernel.spec +++ b/kernel.spec @@ -503,9 +503,7 @@ BuildRequires: kmod, patch, bash, tar, git-core BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex BuildRequires: net-tools, hostname, bc, elfutils-devel -%if 0%{?fedora} BuildRequires: dwarves -%endif BuildRequires: python3-devel %if %{with_headers} BuildRequires: rsync |