[REF] base_setup: Specify the right domain for the ir.module.category, needed by...
[odoo/odoo.git] / setup.cfg
index caf187e..2f64223 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,5 @@
+[general]
+
 [sdist]
 formats=gztar
 
@@ -5,13 +7,14 @@ formats=gztar
 formats=rpm
 
 [bdist_rpm]
-release=1
+# release must exactly match 'release' as set in bin/release.py
+release=6.0.0-rc1
 
-requires=python >= 2.3
+requires=python >= 2.5
 #build-requires=python-devel >= 2.3
 
 #doc_files = doc/*
 
 # Need to overwrite the install-part of the RPM to patch
 # the filenames of the man pages.
-install_script=rpminstall_sh.txt
+install_script=setup_rpm.sh