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:36 +0200
commit24b9a4f7788eddbdc9552cc5620a5d5d7014ad57 (patch)
treec811c051fb4875e8573a30c2724b884d6a3a307b
parent20caafd1400fa3a3f1ac570a8d086dd7e3e46eca (diff)
downloadkernel-24b9a4f7788eddbdc9552cc5620a5d5d7014ad57.tar.gz
kernel-24b9a4f7788eddbdc9552cc5620a5d5d7014ad57.tar.xz
kernel-24b9a4f7788eddbdc9552cc5620a5d5d7014ad57.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 d706d68de..471cb4c3e 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}
#