summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2010-10-26 13:50:26 -0400
committerKyle McMartin <kyle@mcmartin.ca>2010-11-08 11:01:49 -0500
commit048093aa05fb17bf9d38e71d145305c905507979 (patch)
tree0fb1f605982b8ebf9ed923a25ef3894d6db8ec7d /kernel.spec
parentb89c80f6e2ff7f1423e676b3cd3604cbe3e54f85 (diff)
downloadkernel-048093aa05fb17bf9d38e71d145305c905507979.tar.gz
kernel-048093aa05fb17bf9d38e71d145305c905507979.tar.xz
kernel-048093aa05fb17bf9d38e71d145305c905507979.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.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index fcabf99f5..f9ab05173 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -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.