X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=opencloud.spec;h=4d72a55b8e3e77697364b5fc0c791e20a148d9a9;hb=bc0e5feff49e27e7e18dde837a9a6987dc143820;hp=066f92635dcc656d716f2851f99ca8a0f4f736de;hpb=231df4c980f390f884a56873b762c4a7fe8c0236;p=plstackapi.git diff --git a/opencloud.spec b/opencloud.spec index 066f926..4d72a55 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,7 +1,7 @@ Summary: OpenCloud core services Name: opencloud Version: 1.0.25 -Release: 6 +Release: 8 License: GPL+ Group: Development/Tools Source0: %{_tmppath}/%{name}-%{version}.tar.gz @@ -18,7 +18,6 @@ requires: tar requires: gcc requires: python-httplib2 requires: GeoIP -requires: python-keyczar %description %{summary} @@ -48,12 +47,15 @@ pip-python install django-evolution pip-python install django-bitfield pip-python install django-ipware pip-python install django-encrypted-fields +pip-python install python-keyczar easy_install django_evolution easy_install python_gflags easy_install google_api_python_client -wget -P /usr/lib/python2.7/site-packages/suit/static/suit/js http://code.jquery.com/jquery-1.9.1.min.js +if [ ! -f /usr/lib/python2.7/site-packages/suit/static/suit/js/jquery-1.9.1.min.js ]; then + wget -P /usr/lib/python2.7/site-packages/suit/static/suit/js http://code.jquery.com/jquery-1.9.1.min.js +fi if [ ! -f /usr/share/GeoIP/GeoLiteCity.dat ]; then rm -f /usr/share/GeoIP/GeoLiteCity.* @@ -108,13 +110,21 @@ rm -rf %{buildroot} ln -s ec2_observer /opt/planetstack/observer ln -s config-opencloud.py /opt/planetstack/syndicate_observer/syndicatelib_config/config.py +if [ ! -e /opt/planetstack/public_keys ]; then + cd /opt/planetstack + scripts/opencloud genkeys +fi + if [ "$1" == 1 ] ; then echo "NEW INSTALL - initializing database" /opt/planetstack/scripts/opencloud initdb else echo "UPGRADE - doing evolution" /opt/planetstack/scripts/opencloud evolvedb + #echo "UPGRADE - doing migration" + #/opt/planetstack/scripts/opencloud migratedb fi + # start the server /opt/planetstack/scripts/opencloud runserver