forked from pool/rpmlint
Dirk Mueller
15bad7fc73
* New Homepage * Plenty of new checks - add compressed-backup-regex.diff - remove python3_magic_number_fix.diff OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=189
21 lines
588 B
Diff
21 lines
588 B
Diff
Index: Config.py
|
|
===================================================================
|
|
--- Config.py.orig
|
|
+++ Config.py
|
|
@@ -16,14 +16,13 @@ try:
|
|
except ImportError:
|
|
__version__ = 'devel'
|
|
|
|
-DEFAULT_CHECKS = ("DistributionCheck",
|
|
+DEFAULT_CHECKS = (
|
|
"TagsCheck",
|
|
"BinariesCheck",
|
|
"ConfigCheck",
|
|
"FilesCheck",
|
|
"DocFilesCheck",
|
|
"FHSCheck",
|
|
- "SignatureCheck",
|
|
"I18NCheck",
|
|
"MenuCheck",
|
|
"PostCheck",
|