From ae7225a8d37c7685be44c50fb1ff323682808f72 Mon Sep 17 00:00:00 2001 From: Akemi Yagi Date: May 23 2019 21:48:47 +0000 Subject: c8 plus kernel: correctly comment out macros Signed-off-by: Akemi Yagi --- diff --git a/SPECS/kernel-plus.spec b/SPECS/kernel-plus.spec index b286b8f..088c241 100644 --- a/SPECS/kernel-plus.spec +++ b/SPECS/kernel-plus.spec @@ -31,7 +31,7 @@ Summary: The Linux kernel %endif %define dist .el8.centos.plus -# % define buildid .local +# %%define buildid .local %define rpmversion 4.18.0 %define pkgrelease 80.el8 @@ -53,7 +53,7 @@ Summary: The Linux kernel # kernel-plus %define with_up %{?_without_up: 0} %{?!_without_up: 1} # kernel-plus-debug -### % define with_debug %{?_without_debug: 0} %{?!_without_debug: 1} +# %%define with_debug %%{?_without_debug: 0} %%{?!_without_debug: 1} %define with_debug 0 # kernel-plus-doc %define with_doc %{?_without_doc: 0} %{?!_without_doc: 1}