2017-09-28 22:18:14 +02:00
|
|
|
Index: rpmlint-rpmlint-1.10/FilesCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- rpmlint-rpmlint-1.10.orig/FilesCheck.py
|
|
|
|
+++ rpmlint-rpmlint-1.10/FilesCheck.py
|
|
|
|
@@ -1278,7 +1278,10 @@ executed.''',
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
'wrong-script-interpreter',
|
2017-09-28 13:35:09 +02:00
|
|
|
'''This script uses an interpreter which is either an inappropriate one
|
|
|
|
-or located in an inappropriate directory for packaged system software.''',
|
|
|
|
+or located in an inappropriate directory for packaged system software.
|
|
|
|
+Alternatively, if the file isn't supposed to be executed, then ensure that
|
|
|
|
+it is not marked as being executable.
|
|
|
|
+''',
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
'non-executable-script',
|
|
|
|
'''This text file contains a shebang or is located in a path dedicated for
|