forked from pool/rpmlint
23044a1498
Copy from Base:System/rpmlint based on submit request 38983 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/38983 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=59
14 lines
405 B
Diff
14 lines
405 B
Diff
Index: FilesCheck.py
|
|
===================================================================
|
|
--- FilesCheck.py.orig
|
|
+++ FilesCheck.py
|
|
@@ -830,7 +830,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:
|