Update python-django-openstack-auth source package
[openstack-build/django_openstack_auth-build.git] / centos7 / rpm / SPECS / python-django-openstack-auth.spec
index 84b13c096442c8404f3083390e411c4a43d0ce52..4904eec0b1e377316abb002dfdb7411a16496079 100644 (file)
@@ -7,14 +7,13 @@
 %global pypi_name django_openstack_auth
 
 Name:           python-django-openstack-auth
-Version:        2.0.0
-Release:        2%{?dist}~mos8.0.2
+Version:        2.0.1
+Release:        1%{?dist}~mos8.0.1
 Summary:        Django authentication backend for OpenStack Keystone
 
 License:        BSD
 URL:            http://pypi.python.org/pypi/django_openstack_auth/
 Source0:        http://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-Patch0:         0010-Translate-update.patch
 
 BuildArch:      noarch
 
@@ -115,7 +114,6 @@ Keystone V2 API.
 # Remove the requirements file so that pbr hooks don't add it
 # to distutils requires_dist config
 rm -f {test-,}requirements.txt
-%patch0 -p1
 
 %build
 # generate translations
@@ -182,6 +180,10 @@ export PYTHONPATH=$PYTHONPATH
 %endif
 
 %changelog
+* Thu Nov 19 2015 Ivan Udovichenko <iudovichenko@mirantis.com> 2.0.1-1%{?dist}~mos8.0.1
+- SOURCE/*.patch: Remove all patches as changes are already in the source code.
+- Raise version up according to a new tag - 2.0.1
+
 * Thu Oct 08 2015 Valeriy Sakharov <vsakharov@mirantis.com> - 2.0.0-1%{?dist}~mos8.0.2
 - Added Translate-update.patch