forked from pool/rpmlint
fbe71d53ac
Copy from Base:System/rpmlint based on submit request 36946 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/36946 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=56
19 lines
493 B
Diff
19 lines
493 B
Diff
--- Config.py
|
|
+++ Config.py
|
|
@@ -17,14 +17,13 @@
|
|
except ImportError:
|
|
__version__ = 'devel'
|
|
|
|
-DEFAULT_CHECKS = ("DistributionCheck",
|
|
+DEFAULT_CHECKS = (
|
|
"TagsCheck",
|
|
"BinariesCheck",
|
|
"ConfigCheck",
|
|
"FilesCheck",
|
|
"DocFilesCheck",
|
|
"FHSCheck",
|
|
- "SignatureCheck",
|
|
"I18NCheck",
|
|
"MenuCheck",
|
|
"PostCheck",
|