forked from pool/rpmlint
14 lines
637 B
Diff
14 lines
637 B
Diff
|
--- rpmlint-1.0/TagsCheck.py.orig 2010-12-19 15:51:54.000000000 +0100
|
||
|
+++ rpmlint-1.0/TagsCheck.py 2010-12-19 15:56:43.000000000 +0100
|
||
|
@@ -1008,8 +1008,8 @@ Development/''',
|
||
|
"%s".''' % '", "'.join(VALID_GROUPS),
|
||
|
|
||
|
'no-changelogname-tag',
|
||
|
-'''There is no %changelog tag in your spec file. To insert it, just insert a
|
||
|
-'%changelog' in your spec file and rebuild it.''',
|
||
|
+'''There is no changelog. Please insert a '%changelog' section heading in your
|
||
|
+spec file and prepare your changes file using e.g. the 'osc vc' command.''',
|
||
|
|
||
|
'no-version-in-last-changelog',
|
||
|
'''The last changelog entry doesn't contain a version. Please insert the
|