[python-django-openstack-auth/f20] own locale dirs

Matthias Runge mrunge at fedoraproject.org
Thu Nov 13 12:31:23 UTC 2014


commit 6b16d354bd69b956ee3de6c0e3c6dbd9b2488c57
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu Nov 13 13:31:07 2014 +0100

    own locale dirs

 python-django-openstack-auth.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/python-django-openstack-auth.spec b/python-django-openstack-auth.spec
index e0d3ad8..e7ad756 100644
--- a/python-django-openstack-auth.spec
+++ b/python-django-openstack-auth.spec
@@ -2,7 +2,7 @@
 
 Name:           python-django-openstack-auth
 Version:        1.1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Django authentication backend for OpenStack Keystone 
 
 License:        BSD
@@ -96,11 +96,19 @@ rm -rf %{buildroot}/%{python_sitelib}/openstack_auth/tests
 %files -f django.lang
 %doc LICENSE
 %dir %{python_sitelib}/openstack_auth
+%dir %{python_sitelib}/openstack_auth/locale
+%dir %{python_sitelib}/openstack_auth/locale/??/
+%dir %{python_sitelib}/openstack_auth/locale/??_??/
+%dir %{python_sitelib}/openstack_auth/locale/??/LC_MESSAGES
+%dir %{python_sitelib}/openstack_auth/locale/??_??/LC_MESSAGES
 %{python_sitelib}/openstack_auth/*.py*
 %{python_sitelib}/openstack_auth/locale/openstack_auth.pot
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Thu Nov 13 2014 Matthias Runge <mrunge at redhat.com> - 1.1.3-2
+- own locale dirs (rhbz#1163362)
+
 * Fri Oct 11 2013 Matthias Runge <mrunge at redhat.com> - 1.1.3-1
 - update to stable version 1.1.3 (rhbz#1014494)
 


More information about the scm-commits mailing list