X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=centos7%2Frpm%2FSPECS%2Fpython-django-openstack-auth.spec;h=4904eec0b1e377316abb002dfdb7411a16496079;hb=5adee935562d18116d7d01cb9aba066ba560495e;hp=94a03f0f037d2b0196231ced839254c6bcba9bbb;hpb=596aa6e8beb9da4bd365f1eeb5797a6623976e3a;p=openstack-build%2Fdjango_openstack_auth-build.git diff --git a/centos7/rpm/SPECS/python-django-openstack-auth.spec b/centos7/rpm/SPECS/python-django-openstack-auth.spec index 94a03f0..4904eec 100644 --- a/centos7/rpm/SPECS/python-django-openstack-auth.spec +++ b/centos7/rpm/SPECS/python-django-openstack-auth.spec @@ -7,14 +7,13 @@ %global pypi_name django_openstack_auth Name: python-django-openstack-auth -Version: 2.0.0 -Release: 1%{?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 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 - 2.0.0-1%{?dist}~mos8.0.2 - Added Translate-update.patch