From e1375ff603b1fa3488c0445655f00389d714ac2e Mon Sep 17 00:00:00 2001
From: Nicolas Dumazet <nicolas.dumazet@nexedi.com>
Date: Wed, 17 Feb 2010 10:10:09 +0000
Subject: [PATCH] rename section for a more accurate name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32673 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/profiles/mandriva2010.0.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildout/profiles/mandriva2010.0.cfg b/buildout/profiles/mandriva2010.0.cfg
index 80858b8926..e2fe74939d 100644
--- a/buildout/profiles/mandriva2010.0.cfg
+++ b/buildout/profiles/mandriva2010.0.cfg
@@ -32,7 +32,7 @@ package_list =
 command = echo "${:package_list}" | xargs sudo urpmi --auto
 update_command = ${:command}
 
-[erp5-official-buildout]
+[create-spec]
 recipe = createmandrivaspec
 
 input = ${buildout:directory}/templates/${:base}.in
@@ -47,5 +47,5 @@ base = erp5-official-buildout-mandriva2010.spec
 
 [create-rpm]
 recipe = plone.recipe.command
-command = sudo rpmbuild -bb ${erp5-official-buildout:output}
+command = sudo rpmbuild -bb ${create-spec:output}
 update_command = ${:command}
-- 
2.30.9