Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
rpmlint
avoid-mismatched-libregex.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File avoid-mismatched-libregex.diff of Package rpmlint
Index: FilesCheck.py =================================================================== --- FilesCheck.py.orig +++ FilesCheck.py @@ -659,7 +659,7 @@ buildconfig_rpath_regex = re.compile('(? 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