From 89272d8563da77e337fbdd23181e799bd2e90f3f Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 23 May 2013 18:04:25 +0000 Subject: mga_buildsystem: add $mga2_rpmlint results --- deployment/mga_buildsystem/manifests/config.pp | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'deployment/mga_buildsystem/manifests') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 8f6ba726..df7114ff 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -268,6 +268,33 @@ class mga_buildsystem::config { $mga2_rpmlint = { 'config' => '/usr/share/rpmlint/config.mga2', 'path' => '/usr/bin/mga2-rpmlint', + 'results' => [ + 'buildprereq-use', + 'no-description-tag', + 'no-summary-tag', + 'non-standard-group', + 'non-xdg-migrated-menu', + 'percent-in-conflicts', + 'percent-in-dependency', + 'percent-in-obsoletes', + 'percent-in-provides', + 'summary-ended-with-dot', + 'unexpanded-macro', + 'unknown-lsb-keyword', + 'malformed-line-in-lsb-comment-block', + 'empty-%postun', + 'empty-%post', + 'invalid-desktopfile', + 'standard-dir-owned-by-package', + 'use-tmp-in-%postun', + 'bogus-variable-use-in-%posttrans', + 'dir-or-file-in-usr-local', + 'dir-or-file-in-tmp', + 'dir-or-file-in-mnt', + 'dir-or-file-in-opt', + 'dir-or-file-in-home', + 'dir-or-file-in-var-local', + ], } # rpmlint check options for cauldron -- cgit v1.2.1