From 24b9a4f7788eddbdc9552cc5620a5d5d7014ad57 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Mon, 27 Sep 2021 07:06:22 +0200 Subject: sync a line with origin --- kernel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel.spec') 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} # -- cgit