[Erp5-report] r34094 lucas - /erp5/trunk/utils/rpmgen/templates/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 25 13:24:09 CET 2010


Author: lucas
Date: Thu Mar 25 13:24:07 2010
New Revision: 34094

URL: http://svn.erp5.org?rev=34094&view=rev
Log:
Fixing mistake, setting the correct release in the correct template.

Modified:
    erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
    erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in

Modified: erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in?rev=34094&r1=34093&r2=34094&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] Thu Mar 25 13:24:07 2010
@@ -11,7 +11,7 @@
 
 Name: %{name}
 Version: %{version}
-Release: %mkrel %{release}
+Release: %{release}
 Summary: Open Source ERP Solution
 URL: http://www.erp5.org
 License: GPL

Modified: erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in?rev=34094&r1=34093&r2=34094&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] Thu Mar 25 13:24:07 2010
@@ -10,7 +10,7 @@
 
 Name: %{name}
 Version: %{version}
-Release: %{release}
+Release: %mkrel %{release}
 Summary: Open Source ERP Solution
 URL: http://www.erp5.org
 License: GPL




More information about the Erp5-report mailing list