Blame SOURCES/redhat-rpm-config-9.1.0-kernel-source.patch

76c1b9
Index: redhat-rpm-config-9.1.0/macros
76c1b9
===================================================================
76c1b9
--- redhat-rpm-config-9.1.0.orig/macros
76c1b9
+++ redhat-rpm-config-9.1.0/macros
76c1b9
@@ -239,7 +239,7 @@ kernel_module_package_release	1
76c1b9
 		done \
76c1b9
 	fi \
76c1b9
 	echo "%%global flavors_to_build ${flavors_to_build:-%%nil}" \
76c1b9
-	echo "%%global kernel_source() /usr/src/kernels/%kverrel-\\\$([ %%%%{1} = default ] || echo "%%%%{1}-")%_target_cpu" \
76c1b9
+	echo "%%global kernel_source() /usr/src/kernels/%kverrel-\\\$([ %%%%{1} = default ] || echo "%%%%{1}.")%_target_cpu" \
76c1b9
 	if [ ! -z "%{-f*}" ] \
76c1b9
 	then \
76c1b9
 		filelist="%{-f*}" \