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

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Aug 7 00:42:22 CEST 2010


Author: lucas
Date: Sat Aug  7 00:42:22 2010
New Revision: 37615

URL: http://svn.erp5.org?rev=37615&view=rev
Log:
AutoReqProv must be disabled by default. Otherwise it will create a package with dependencies which does not exist in Fedora and yum can not handle it.

Modified:
    erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-fedora12.spec.in

Modified: erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-fedora12.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-fedora12.spec.in?rev=37615&r1=37614&r2=37615&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-fedora12.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-fedora12.spec.in [utf8] Sat Aug  7 00:42:22 2010
@@ -15,7 +15,7 @@ Vendor: Nexedi
 Packager: Lucas Carvalho <lucas at nexedi.com>
 Group: Databases
 
-AutoReqProv:1
+AutoReqProv:0
 
 Provides: erp5
 ${:requires}




More information about the Erp5-report mailing list