Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
rpmlint
devel-provide-is-devel-package.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File devel-provide-is-devel-package.diff of Package rpmlint
Index: FilesCheck.py =================================================================== --- FilesCheck.py.orig +++ FilesCheck.py @@ -826,6 +826,10 @@ class FilesCheck(AbstractCheck.AbstractC # Check if the package is a development package devel_pkg = devel_regex.search(pkg.name) + for p in pkg.provides(): + if not devel_pkg and devel_regex.search(p[0]): + devel_pkg = True + config_files = pkg.configFiles() ghost_files = pkg.ghostFiles() doc_files = pkg.docFiles()
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