diff options
author | Dave Jones <davej@redhat.com> | 2010-10-26 13:50:26 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2010-10-26 13:50:26 -0400 |
commit | 67d708bd25d4465c24a165c9cf4b0cb0242fcdd9 (patch) | |
tree | c2a46c5afa33603a13f61b5777c291d8ed22a647 /kernel.spec | |
parent | b428b84658a878cb7b37a2eb8dfa2efa58ad9585 (diff) | |
download | kernel-67d708bd25d4465c24a165c9cf4b0cb0242fcdd9.tar.gz kernel-67d708bd25d4465c24a165c9cf4b0cb0242fcdd9.tar.xz kernel-67d708bd25d4465c24a165c9cf4b0cb0242fcdd9.zip |
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.)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index 4ebbfaeba..66f343fdb 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2185,7 +2185,7 @@ fi numbers. * Wed Aug 04 2010 Kyle McMartin <kyle@redhat.com> -- 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. @@ -2229,7 +2229,7 @@ fi - Linux 2.6.35-rc5-git7 * Wed Jul 21 2010 Dave Jones <davej@redhat.com> -- 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 <davej@redhat.com> @@ -2408,7 +2408,7 @@ fi having trouble finding anyone who actually uses it. * Tue Jun 15 2010 Kyle McMartin <kyle@redhat.com> 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. |