From 115ec5be90e1631e60b85e2a743ae3c335793724 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 13 May 2020 20:37:30 +0000 Subject: [PATCH] scripts/kernel-functions: Only apply RHEL patches on RHEL kernels git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8906 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/kernel-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kernel-functions b/scripts/kernel-functions index b3a70ada3..0a7bc0d63 100644 --- a/scripts/kernel-functions +++ b/scripts/kernel-functions @@ -512,7 +512,7 @@ index 8fa38d3e7538..f5bc4c046461 100644 EOF ;; - *) # CentOS 6.x and 7.x + 2.6.32-*|3.10.0-*) # CentOS 6.x and 7.x patch -p1 <<'EOF' --- linux-3.10.0-1127.el7/include/linux/init.h.orig 2020-05-09 20:55:48.638956513 -0700 +++ linux-3.10.0-1127.el7/include/linux/init.h 2020-05-09 20:56:46.947612445 -0700