From: Scott Baker Date: Mon, 14 Apr 2014 18:00:25 +0000 (-0700) Subject: add GeoIP, django-ipware X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=09c7af4785340c0b24188c15d5868da7a69b0fac add GeoIP, django-ipware --- diff --git a/opencloud.spec b/opencloud.spec index cee6193..256a190 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,6 +1,6 @@ Summary: OpenCloud core services Name: opencloud -Version: 1.0.6 +Version: 1.0.7 Release: 1 License: GPL+ Group: Development/Tools @@ -17,6 +17,7 @@ requires: python-pip requires: tar requires: gcc requires: python-httplib2 +requires: GeoIP %description %{summary} @@ -44,6 +45,7 @@ pip-python install django-extensions pip-python install django-suit pip-python install django-evolution pip-python install django-bitfield +pip-python install django-ipware easy_install django_evolution easy_install python_gflags @@ -72,6 +74,7 @@ rm -rf %{buildroot} %preun if [ "$1" = 0 ] ; then + echo "doing preuninstall" rm -rf /opt/planetstack fi