Improve changelog related info messages.

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1829 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Ville Skyttä 2011-01-24 21:24:28 +00:00
parent 8ab38cd18f
commit ca8781bcdc
1 changed files with 2 additions and 2 deletions

View File

@ -1015,11 +1015,11 @@ in your spec file using the Group tag.''',
'%changelog' in your spec file and rebuild it.''',
'no-version-in-last-changelog',
'''The last changelog entry doesn't contain a version. Please insert the
'''The latest changelog entry doesn't contain a version. Please insert the
version that is coherent with the version of the package and rebuild it.''',
'incoherent-version-in-changelog',
'''The last entry in %changelog contains a version identifier that is not
'''The latest entry in %changelog contains a version identifier that is not
coherent with the epoch:version-release tuple of the package.''',
'changelog-time-overflow',