SHA256
1
0
forked from pool/rpmlint
rpmlint/suse-checks.diff

19 lines
493 B
Diff
Raw Normal View History

--- 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",