[python-django-horizon] configure the default database to use

Pádraig Brady pbrady at fedoraproject.org
Tue Apr 17 18:44:54 UTC 2012


commit ad16c539839ab492b31c4f9e4094761dba7a355b
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Apr 17 19:20:28 2012 +0100

    configure the default database to use
    
    We're using sqlite for the moment

 python-django-horizon.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index 8bba655..e7cef08 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -91,6 +91,7 @@ Documentation for the Django Horizon application for talking with Openstack
 %prep
 %setup -q -n horizon-%{version}
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 
 %build
@@ -143,6 +144,7 @@ python %{_datadir}/openstack-dashboard/manage.py collectstatic --noinput >/dev/n
 %changelog
 * Tue Apr 17 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-2
 - CVE-2012-2094 XSS vulnerability in Horizon log viewer
+- Configure the default database to use
 
 * Mon Apr 09 2012 Cole Robinson <crobinso at redhat.com> - 2012.1-1
 - Update to essex final release


More information about the scm-commits mailing list