kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version}
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 22 Jul 2023 04:47:53 +0000 (13:47 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 24 Jul 2023 15:59:32 +0000 (00:59 +0900)
${version} will be replaced with the value of the Version field.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/package/mkspec

index 0befb4e..a6a383a 100755 (executable)
@@ -81,12 +81,12 @@ $S  BuildRequires: gcc make openssl openssl-devel perl python3 rsync
        glibc package.
 
 $S$M   %package devel
-$S$M   Summary: Development package for building kernel modules to match the $__KERNELRELEASE kernel
+$S$M   Summary: Development package for building kernel modules to match the %{version} kernel
 $S$M   Group: System Environment/Kernel
 $S$M   AutoReqProv: no
 $S$M   %description -n kernel-devel
 $S$M   This package provides kernel headers and makefiles sufficient to build modules
-$S$M   against the $__KERNELRELEASE kernel package.
+$S$M   against the %{version} kernel package.
 $S$M
 $S     %prep
 $S     %setup -q -n linux