--- FilesCheck.py +++ FilesCheck.py @@ -651,7 +651,7 @@ bin_regex=re.compile('^(/usr)?/s?bin/') includefile_regex=re.compile('\.(c|h|a|cmi)$') buildconfigfile_regex=re.compile('(\.pc|/bin/.+-config)$') -sofile_regex=re.compile('/lib(64)?/[^/]+\.so$') +sofile_regex=re.compile('/lib(64)?(?:/.+)?/lib[^/]+\.so$') devel_regex=re.compile('(.*)-(debug(info)?|devel|source|static)$') debuginfo_package_regex=re.compile('-debug(info)?$') lib_regex=re.compile('lib(64)?/lib[^/]*\.so\..*')