2011-04-21 12:12:02 +02:00
|
|
|
Index: FilesCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- FilesCheck.py.orig
|
2010-11-26 17:47:21 +01:00
|
|
|
+++ FilesCheck.py
|
2013-06-28 15:29:34 +02:00
|
|
|
@@ -1176,7 +1176,7 @@ class FilesCheck(AbstractCheck.AbstractC
|
2010-11-26 17:47:21 +01:00
|
|
|
if nonexec_file and not docdir_examples_regex.search(f):
|
|
|
|
printWarning(pkg, 'spurious-executable-perm', f)
|
|
|
|
elif f.startswith('/etc/') and f not in config_files and \
|
|
|
|
- f not in ghost_files:
|
|
|
|
+ f not in ghost_files and not f.endswith(".desktop"):
|
|
|
|
printWarning(pkg, 'non-conffile-in-etc', f)
|
|
|
|
|
|
|
|
if pkg.arch == 'noarch' and f.startswith('/usr/lib64/python'):
|