We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfafb96 + 0e89595 commit 74bb2c0Copy full SHA for 74bb2c0
1 file changed
kernel/kernel.sh
@@ -18,9 +18,6 @@ sed -i 's/%define specrelease 200/%define specrelease 210/g' "kernel.spec"
18
# Disable debug kernels
19
sed -i "/%define with_debug /c %define with_debug 0" "kernel.spec"
20
21
-# Disable debuginfo
22
-sed -i "/%define with_debuginfo /c %define with_debuginfo 0" "kernel.spec"
23
-
24
# Add our patches
25
sed -i "/Patch1:/a Patch2: t2linux-combined.patch" "kernel.spec"
26
sed -i "/ApplyOptionalPatch patch-%{patchversion}-redhat.patch/a ApplyOptionalPatch t2linux-combined.patch" "kernel.spec"
0 commit comments