Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-12-SP2:Checks
rpmlint
suse-manpages-for-rc-scripts.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File suse-manpages-for-rc-scripts.patch of Package rpmlint
Index: rpmlint-1.5/FilesCheck.py =================================================================== --- rpmlint-1.5.orig/FilesCheck.py +++ rpmlint-1.5/FilesCheck.py @@ -1404,7 +1404,7 @@ class FilesCheck(AbstractCheck.AbstractC for exe, paths in bindir_exes.items(): if len(paths) > 1: printWarning(pkg, "duplicate-executable", exe, paths) - if exe not in man_basenames: + if exe not in man_basenames and not exe.startswith("rc") and len(paths) is not 0: printWarning(pkg, "no-manual-page-for-binary", exe) # Create an object to enable the auto registration of the test
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