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.)
This commit is contained in:
Dave Jones 2010-10-26 13:50:26 -04:00 committed by Kyle McMartin
parent b89c80f6e2
commit 048093aa05
1 changed files with 3 additions and 3 deletions

View File

@ -2149,7 +2149,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.
@ -2193,7 +2193,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>
@ -2372,7 +2372,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.