From 51aea159355a5cbfab3df1ad553d6a45728c77f0 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 1 Mar 2021 10:48:49 -0600 Subject: kernel-5.12.0-0.rc1.162 * Mon Mar 01 2021 Justin M. Forbes [5.12.0-0.rc1.162] - Fix merge issue (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- patch-5.12.0-redhat.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patch-5.12.0-redhat.patch') diff --git a/patch-5.12.0-redhat.patch b/patch-5.12.0-redhat.patch index 42bf396f8..40de102c9 100644 --- a/patch-5.12.0-redhat.patch +++ b/patch-5.12.0-redhat.patch @@ -201,7 +201,7 @@ index 000000000000..effb81d04bfd + +endmenu diff --git a/Makefile b/Makefile -index f9b54da2fca0..77582ee9b1a3 100644 +index f9b54da2fca0..e2333c46d848 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -228,7 +228,7 @@ index f9b54da2fca0..77582ee9b1a3 100644 echo \#define LINUX_VERSION_MAJOR $(VERSION); \ echo \#define LINUX_VERSION_PATCHLEVEL $(PATCHLEVEL); \ - echo \#define LINUX_VERSION_SUBLEVEL $(SUBLEVEL) -+ echo \#define LINUX_VERSION_SUBLEVEL $(SUBLEVEL) \ ++ echo \#define LINUX_VERSION_SUBLEVEL $(SUBLEVEL); \ + echo '#define RHEL_MAJOR $(RHEL_MAJOR)'; \ + echo '#define RHEL_MINOR $(RHEL_MINOR)'; \ + echo '#define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b))'; \ -- cgit