forked from pool/rpmlint
Marcus Rueckert
a560e11e91
Accepted submit request 53881 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/53881 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=86
12 lines
558 B
Diff
12 lines
558 B
Diff
--- FilesCheck.py
|
|
+++ FilesCheck.py
|
|
@@ -1200,7 +1200,7 @@
|
|
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'):
|