On 1/5/21 1:44 PM, GitLab Bridge on behalf of jmflinuxtx wrote:
From: "Justin M. Forbes" jforbes@fedoraproject.org
This is required for some of the gcc plugins.
Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org
redhat/kernel.spec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index 5941924711d4..c8ee1f82c494 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -501,7 +501,7 @@ 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: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex, gcc-c++
Acked-by: Prarit Bhargava prarit@redhat.com
P.