[python-django-openstack-auth] fix typo from upstream

Matthias Runge mrunge at fedoraproject.org
Thu Apr 25 06:11:33 UTC 2013


commit cb540348c9a4ea8062f63f048355e1829481e993
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu Apr 25 08:11:11 2013 +0200

    fix typo from upstream

 python-django-openstack-auth.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/python-django-openstack-auth.spec b/python-django-openstack-auth.spec
index ce63d06..f17a3ce 100644
--- a/python-django-openstack-auth.spec
+++ b/python-django-openstack-auth.spec
@@ -51,6 +51,7 @@ rm -rf %{pypi_name}.egg-info
 # remove unnecessary .po files
 find . -name "django.po" -exec rm -f '{}' \;
 
+sed -i 's/SECERT_KEY/SECRET_KEY/' openstack_auth/tests/settings.py
 
 %build
 %{__python} setup.py build


More information about the scm-commits mailing list