aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 18:04:25 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 18:04:25 +0000
commit89272d8563da77e337fbdd23181e799bd2e90f3f (patch)
tree6a87985932192c1c21f9e4a3245d0983fb05e9a3 /deployment/mga_buildsystem/manifests
parent08bd2e299fe93827122a470fc8903e71f593ad03 (diff)
downloadpuppet-89272d8563da77e337fbdd23181e799bd2e90f3f.tar
puppet-89272d8563da77e337fbdd23181e799bd2e90f3f.tar.gz
puppet-89272d8563da77e337fbdd23181e799bd2e90f3f.tar.bz2
puppet-89272d8563da77e337fbdd23181e799bd2e90f3f.tar.xz
puppet-89272d8563da77e337fbdd23181e799bd2e90f3f.zip
mga_buildsystem: add $mga2_rpmlint results
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp27
1 files changed, 27 insertions, 0 deletions
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