summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-09-27 07:06:22 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-09-27 07:06:28 +0200
commitb2dcd89f64f23aa48e5e0a1d2a16885710a147b0 (patch)
treec4d7aa8c9dd8ca5c83c0dbe1406c3fa9eeb9a917
parent4779cf4a338d693633e07f8645499a324a2783c2 (diff)
downloadkernel-b2dcd89f64f23aa48e5e0a1d2a16885710a147b0.tar.gz
kernel-b2dcd89f64f23aa48e5e0a1d2a16885710a147b0.tar.xz
kernel-b2dcd89f64f23aa48e5e0a1d2a16885710a147b0.zip
sync a line with origin
-rwxr-xr-xkernel.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 4947961c7..45ff4738b 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -167,8 +167,8 @@ Summary: The Linux kernel
%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1}
# kernel-debuginfo
%define with_debuginfo %{?_with_debuginfo: 1} %{?!_with_debuginfo: 0}
-# kernel-abi-whitelists
-%define with_kernel_abi_whitelists %{?_without_kernel_abi_whitelists: 0} %{?!_without_kernel_abi_whitelists: 1}
+# 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 %{?_without_selftests: 0} %{?!_without_selftests: 1}
#