forked from pool/rpmlint
Dirk Mueller
aae8be1227
* make it more obvious which rpmlintrc causes an exception (bnc#801192) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=175
14 lines
405 B
Diff
14 lines
405 B
Diff
Index: FilesCheck.py
|
|
===================================================================
|
|
--- FilesCheck.py.orig
|
|
+++ FilesCheck.py
|
|
@@ -859,7 +859,7 @@ class FilesCheck(AbstractCheck.AbstractC
|
|
debuginfo_srcs = False
|
|
debuginfo_debugs = False
|
|
|
|
- if not doc_files:
|
|
+ if not lib_package and not doc_files:
|
|
printWarning(pkg, 'no-documentation')
|
|
|
|
if files:
|