From 19aedc1395197c22597596078c650afa3717accb Mon Sep 17 00:00:00 2001 From: Michel Jouvin Date: Mon, 11 Jul 2016 15:44:29 +0200 Subject: [PATCH] config-rpm: do not define groups/names/yumng by default Fixes #806. --- ncm-spma/src/main/pan/components/spma/config-rpm.pan | 1 - 1 file changed, 1 deletion(-) diff --git a/ncm-spma/src/main/pan/components/spma/config-rpm.pan b/ncm-spma/src/main/pan/components/spma/config-rpm.pan index dd148c507f..22742e480b 100644 --- a/ncm-spma/src/main/pan/components/spma/config-rpm.pan +++ b/ncm-spma/src/main/pan/components/spma/config-rpm.pan @@ -7,7 +7,6 @@ unique template components/spma/config-rpm; # Prefix for packages/groups prefix '/software'; 'groups' ?= dict(); -'groups/yumng/names' ?= list(); # Package to install 'packages' = pkg_repl("ncm-${project.artifactId}", "${no-snapshot-version}-${rpm.release}", "noarch");