Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
rpmlint
suse-url-check.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File suse-url-check.diff of Package rpmlint
--- TagsCheck.py +++ TagsCheck.py @@ -762,7 +762,7 @@ 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[getattr(rpm, 'RPMTAG_%s' % tag.upper())] self._unexpanded_macros(pkg, tag, url, is_url = True) @@ -1070,7 +1070,7 @@ '''This rpm requires a specific release of another package.''', 'no-url-tag', -'''The URL tag is missing.''', +'''The URL tag is missing. Please add a http or ftp link to the project location.''', 'name-repeated-in-summary', '''The name of the package is repeated in its summary. This is often redundant
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor