We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfafb96 commit 0e89595Copy full SHA for 0e89595
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