summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-09-27 08:51:47 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-09-27 08:51:47 +0200
commitf29e734b2b8f7e51bc7e6509ff9c7554e845917d (patch)
treee5bf1daab97bc7c22ab1475e56ad0eea958ba867 /kernel.spec
parent03e4dbd1091e6f4c2137b241f35d5dec6d19f3ef (diff)
downloadkernel-f29e734b2b8f7e51bc7e6509ff9c7554e845917d.tar.gz
kernel-f29e734b2b8f7e51bc7e6509ff9c7554e845917d.tar.xz
kernel-f29e734b2b8f7e51bc7e6509ff9c7554e845917d.zip
sync a few things with origin
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 0a0df7afe..b96964e9f 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@ Summary: The Linux kernel
# kernel release. (This includes prepatch or "rc" releases.)
# Set released_kernel to 0 when the upstream source tarball contains an
# unreleased kernel development snapshot.
-%global released_kernel 0
+%global released_kernel 1
# Set debugbuildsenabled to 1 to build separate base and debug kernels
# (on supported architectures). The kernel-debug-* subpackages will
@@ -112,7 +112,7 @@ Summary: The Linux kernel
%endif
# define buildid .local
-%define packager Thorsten 'knurd' Leemhuis https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories
+%define packager Thorsten Leemhuis https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories
%define buildid .vanilla.1
@@ -163,13 +163,13 @@ Summary: The Linux kernel
# tools
%define with_tools %{?_without_tools: 0} %{?!_without_tools: 1}
# bpf tool
-%define with_bpftool %{?_with_bpftool: 1} %{?!_with_bpftool: 0}
+%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1}
# kernel-debuginfo
%define with_debuginfo %{?_with_debuginfo: 1} %{?!_with_debuginfo: 0}
# kernel-abi-stablelists
%define with_kernel_abi_stablelists %{?_without_kernel_abi_stablelists: 0} %{?!_without_kernel_abi_stablelists: 1}
# internal samples and selftests
-%define with_selftests %{?_with_selftests: 1} %{?!_with_selftests: 0}
+%define with_selftests %{?_without_selftests: 0} %{?!_without_selftests: 1}
#
# Additional options for user-friendly one-off kernel building:
#