Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Rings:1-MinimalX
rpmlint
devel-provide-is-devel-package.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File devel-provide-is-devel-package.diff of Package rpmlint
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(+) Index: rpmlint-rpmlint-1.10/FilesCheck.py =================================================================== --- rpmlint-rpmlint-1.10.orig/FilesCheck.py +++ rpmlint-rpmlint-1.10/FilesCheck.py @@ -422,6 +422,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