From: Some One Date: Thu, 9 Apr 2015 14:55:37 +0200 Subject: [PATCH] suse-url-check.diff =================================================================== --- TagsCheck.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: rpmlint-rpmlint-1.11/TagsCheck.py =================================================================== --- rpmlint-rpmlint-1.11.orig/TagsCheck.py +++ rpmlint-rpmlint-1.11/TagsCheck.py @@ -803,7 +803,7 @@ class TagsCheck(AbstractCheck.AbstractCh if not valid_license: self._unexpanded_macros(pkg, 'License', rpm_license) - for tag in ('URL', 'DistURL', 'BugURL'): + for tag in ('URL', 'BugURL'): if hasattr(rpm, 'RPMTAG_%s' % tag.upper()): url = Pkg.b2s(pkg[getattr(rpm, 'RPMTAG_%s' % tag.upper())]) self._unexpanded_macros(pkg, tag, url, is_url=True)