Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
rpmlint-tests
devel-provide-is-devel-package.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File devel-provide-is-devel-package.diff of Package rpmlint-tests
From: Some One <nobody@opensuse.org> Date: Thu, 9 Apr 2015 14:55:39 +0200 Subject: [PATCH] devel-provide-is-devel-package.diff =================================================================== --- FilesCheck.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FilesCheck.py b/FilesCheck.py index ad77589..cdffaea 100644 --- a/FilesCheck.py +++ b/FilesCheck.py @@ -830,6 +830,10 @@ class FilesCheck(AbstractCheck.AbstractCheck): # 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