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
This commit is contained in:
parent
ef71879e7a
commit
43d94d3476
@ -404,11 +404,14 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant}
|
|||||||
BuildRequires: kmod, patch, bash, tar, git-core
|
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: 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: 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}
|
%if 0%{?fedora}
|
||||||
# Used to mangle unversioned shebangs to be Python 3
|
# Used to mangle unversioned shebangs to be Python 3
|
||||||
BuildRequires: /usr/bin/pathfix.py
|
BuildRequires: /usr/bin/pathfix.py
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with_headers}
|
||||||
|
BuildRequires: rsync
|
||||||
|
%endif
|
||||||
%if %{with_doc}
|
%if %{with_doc}
|
||||||
BuildRequires: xmlto, asciidoc, python3-sphinx
|
BuildRequires: xmlto, asciidoc, python3-sphinx
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user