2010-04-28 22:41:49 +02:00
|
|
|
Index: FilesCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- FilesCheck.py.orig
|
2009-10-08 02:54:02 +02:00
|
|
|
+++ FilesCheck.py
|
2013-06-28 15:29:34 +02:00
|
|
|
@@ -607,7 +607,7 @@ buildconfig_rpath_regex = re.compile('(?
|
2009-10-08 02:54:02 +02:00
|
|
|
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)
|