From ca8781bcdc44b82ce0012096a6e17023d0c5cebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 24 Jan 2011 21:24:28 +0000 Subject: [PATCH] Improve changelog related info messages. git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1829 9bc8b190-ac0f-0410-8968-dc7d1f502856 --- TagsCheck.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TagsCheck.py b/TagsCheck.py index 1be97e2c..c949711f 100644 --- a/TagsCheck.py +++ b/TagsCheck.py @@ -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',