Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
rpmlint
only-reg-files-are-scripts.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File only-reg-files-are-scripts.diff of Package rpmlint
From: Some One <nobody@opensuse.org> Date: Thu, 9 Apr 2015 14:55:39 +0200 Subject: [PATCH] only-reg-files-are-scripts.diff =================================================================== --- InitScriptCheck.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Index: rpmlint-rpmlint-1.10/InitScriptCheck.py =================================================================== --- rpmlint-rpmlint-1.10.orig/InitScriptCheck.py +++ rpmlint-rpmlint-1.10/InitScriptCheck.py @@ -17,7 +17,7 @@ import AbstractCheck import Config from Filter import addDetails, printError, printWarning import Pkg - +import stat chkconfig_content_regex = re.compile(r'^\s*#\s*chkconfig:\s*([-0-9]+)\s+[-0-9]+\s+[-0-9]+') subsys_regex = re.compile(r'/var/lock/subsys/([^/"\'\s;&|]+)', re.MULTILINE) @@ -49,6 +49,9 @@ class InitScriptCheck(AbstractCheck.Abst not fname.startswith('/etc/rc.d/init.d/'): continue + if not stat.S_ISREG(pkgfile.mode): + continue + basename = os.path.basename(fname) initscript_list.append(basename) if pkgfile.mode & 0o500 != 0o500:
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