21325e5a02
most of the earlier patches. - Add dependency on binutils.
13 lines
527 B
Diff
13 lines
527 B
Diff
Index: FilesCheck.py
|
|
===================================================================
|
|
RCS file: /cooker/soft/rpmlint/FilesCheck.py,v
|
|
retrieving revision 1.96
|
|
diff -u -U1 -r1.96 FilesCheck.py
|
|
--- FilesCheck.py 15 Jan 2006 09:59:04 -0000 1.96
|
|
+++ FilesCheck.py 15 Jan 2006 21:08:24 -0000
|
|
@@ -565,3 +565,3 @@
|
|
|
|
- if mode & 0111 == 0:
|
|
+ if mode & 0111 == 0 and not doc_regex.search(f):
|
|
printError(pkg, 'non-executable-script', f, oct(perm))
|