File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,11 @@ rpmdev-extract -q "kernel-$KERNEL_VERSION.src.rpm"
9
9
mv -n " kernel-$KERNEL_VERSION .src" /* .
10
10
rm -r " kernel-$KERNEL_VERSION .src.rpm" " kernel-$KERNEL_VERSION .src"
11
11
12
- # Fedora devs are against merging kernel-local for all architectures when keys are not properly specified, so we have to patch it in.
13
- sed -i " s@for i in %{all_arch_configs}@for i in *.config@g" " kernel.spec"
14
-
15
12
# Set buildid to .t2
16
13
sed -i ' s/# define buildid .local/%define buildid .t2/g' " kernel.spec"
17
14
18
- # Disable debug kernels
19
- sed -i " /%define with_debug /c %define with_debug 0 " " kernel.spec"
15
+ # Enable debug kernels
16
+ sed -i " /%define with_debug /c %define with_debug 1 " " kernel.spec"
20
17
21
18
# Add our patches
22
19
sed -i " /Patch1:/a Patch2: t2linux-combined.patch" " kernel.spec"
You can’t perform that action at this time.
0 commit comments