From 09c7af4785340c0b24188c15d5868da7a69b0fac Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 14 Apr 2014 11:00:25 -0700 Subject: [PATCH] add GeoIP, django-ipware --- opencloud.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0