From 2307121efff2bc86344064308e0507b3cb3700ff Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 26 Oct 2022 11:27:24 -0500 Subject: [PATCH] Turn off the bpftool strip until after release when it can be updated Signed-off-by: Justin M. Forbes --- kernel.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel.spec b/kernel.spec index 213c6650c..2a938b5c1 100755 --- a/kernel.spec +++ b/kernel.spec @@ -2194,13 +2194,13 @@ BuildKernel() { # the F17 UsrMove feature. ln -sf $DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build -%ifnarch armv7hl +# %ifnarch armv7hl # Generate vmlinux.h and put it to kernel-devel path # zfcpdump build does not have btf anymore - if [ "$Variant" != "zfcpdump" ]; then - bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h - fi -%endif +# if [ "$Variant" != "zfcpdump" ]; then +# bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h +# fi +# %endif # prune junk from kernel-devel find $RPM_BUILD_ROOT/usr/src/kernels -name ".*.cmd" -delete