Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Staging:A
rpmlint
avoid-mismatched-libregex.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File avoid-mismatched-libregex.diff of Package rpmlint
From: Some One <nobody@opensuse.org> Date: Thu, 9 Apr 2015 14:55:39 +0200 Subject: [PATCH] avoid-mismatched-libregex.diff =================================================================== --- FilesCheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FilesCheck.py b/FilesCheck.py index efda328..14cfca3 100644 --- a/FilesCheck.py +++ b/FilesCheck.py @@ -615,7 +615,7 @@ buildconfig_rpath_regex = re.compile('(?:-rpath|Wl,-R)\\b') sofile_regex = re.compile('/lib(64)?/(.+/)?lib[^/]+\.so$') devel_regex = re.compile('(.*)-(debug(info)?|devel|headers|source|static)$') debuginfo_package_regex = re.compile('-debug(info)?$') -lib_regex = re.compile('lib(64)?/lib[^/]*\.so\..*') +lib_regex = re.compile('/lib(64)?/lib[^/]*\.so\.[\d\.-]*$') ldconfig_regex = re.compile('^[^#]*ldconfig', re.MULTILINE) depmod_regex = re.compile('^[^#]*depmod', re.MULTILINE) install_info_regex = re.compile('^[^#]*install-info', re.MULTILINE)
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