forked from pool/rpmlint
4d4e6f73c7
Copy from Base:System/rpmlint based on submit request 50483 from user prusnak OBS-URL: https://build.opensuse.org/request/show/50483 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=68
14 lines
686 B
Diff
14 lines
686 B
Diff
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)
|