0bd46f0df3
- Filter out Mandriva-specific errors about missing locales-* deps (#165457). - Patch to not warn about non-empty *.bs (in Perl packages). - Patch to clarify PreReq explanation, make it a warning instead of an error. - Patch to warn about use of BuildPreReq.
12 lines
596 B
Diff
12 lines
596 B
Diff
--- FilesCheck.py 10 Aug 2005 01:46:30 -0000 1.88
|
|
+++ FilesCheck.py 10 Aug 2005 13:29:12 -0000
|
|
@@ -160,7 +160,7 @@
|
|
depmod_regex=re.compile('^[^#]*depmod', re.MULTILINE)
|
|
info_regex=re.compile('^/usr/share/info')
|
|
install_info_regex=re.compile('^[^#]*install-info', re.MULTILINE)
|
|
-perl_temp_file=re.compile('.*perl.*(\.bs|/\.packlist|/perllocal\.pod)$')
|
|
+perl_temp_file=re.compile('.*perl.*(/\.packlist|/perllocal\.pod)$')
|
|
scm_regex=re.compile('/CVS/[^/]+$|/.cvsignore$|/\.svn/|/(\.arch-ids|{arch})/')
|
|
htaccess_regex=re.compile('\.htaccess$')
|
|
games_path_regex=re.compile('/usr/(lib/)?/games')
|