summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-10-21 13:36:57 -0400
committerLaura Abbott <labbott@redhat.com>2019-10-22 08:43:38 -0400
commit43d94d347612b85a4cbae4b415a412ae2ca19f14 (patch)
treeb085f0f41c79ede5d5961d9d194716231894bb5a
parentef71879e7a3a6dc55fb87e606786f07a851a95b7 (diff)
downloadkernel-43d94d347612b85a4cbae4b415a412ae2ca19f14.tar.gz
kernel-43d94d347612b85a4cbae4b415a412ae2ca19f14.tar.xz
kernel-43d94d347612b85a4cbae4b415a412ae2ca19f14.zip
Tweak some build requires
The gcc-plugin-devel was a noble experiment that doesn't seem to be something we'll shipp anytime soon. Remove it. Building the headers now requires rsync
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 16faf33f2..6ced12699 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -404,11 +404,14 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant}
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, gcc-plugin-devel
+BuildRequires: net-tools, hostname, bc, elfutils-devel
%if 0%{?fedora}
# Used to mangle unversioned shebangs to be Python 3
BuildRequires: /usr/bin/pathfix.py
%endif
+%if %{with_headers}
+BuildRequires: rsync
+%endif
%if %{with_doc}
BuildRequires: xmlto, asciidoc, python3-sphinx
%endif