From 048093aa05fb17bf9d38e71d145305c905507979 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Nov 08 2010 16:01:49 +0000 Subject: more rpmlint.. kernel.src:2188: W: macro-in-%changelog %released_kernel kernel.src:2232: W: macro-in-%changelog %verify kernel.src:2411: W: macro-in-%changelog %{expand (Packagers should avoid using macros in changelog items, but this is a minor error. The easy fix here is to %% comment out any macros in changelog entries, to prevent unexpected and random behavior.) --- diff --git a/kernel.spec b/kernel.spec index fcabf99..f9ab051 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2149,7 +2149,7 @@ fi numbers. * Wed Aug 04 2010 Kyle McMartin -- Disable %released_kernel. +- Disable %%released_kernel. - This is properly 2.6.36-0.git1, unlike the last commit. Had to make a mistake sometime, I'm glad it was early. @@ -2193,7 +2193,7 @@ fi - Linux 2.6.35-rc5-git7 * Wed Jul 21 2010 Dave Jones -- Remove the %verify (no mtime) on kernel-devel's files. +- Remove the %%verify (no mtime) on kernel-devel's files. If they got modified, they should fail rpm verify. * Wed Jul 21 2010 Dave Jones @@ -2372,7 +2372,7 @@ fi having trouble finding anyone who actually uses it. * Tue Jun 15 2010 Kyle McMartin 2.6.34-38 -- Fix build by nuking superfluous "%{expand" which was missing a +- Fix build by nuking superfluous "%%{expand" which was missing a trailing '}'. You may now reward me with an array of alcoholic beverages, I so richly deserve for spending roughly a full day staring at the diff of the spec.