diff --git a/python-alembic.spec b/python-alembic.spec index d061968f66a9b1a21a779d9a2af031b125879431..441721392a65a5f14c0617c6da80031970465b07 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic Version: 0.9.7 -Release: 1 +Release: 2 Summary: A database migration tool for SQLAlchemy. License: MIT URL: http://bitbucket.org/zzzeek/alembic @@ -14,7 +14,7 @@ of `SQLAlchemy `_. %package -n python2-alembic Summary: A database migration tool for SQLAlchemy. -Provides: python-alembic +Provides: python2-alembic BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-alembic @@ -71,5 +71,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 21 2021 openstack-sig +- Fix Provides * Fri May 07 2021 openstack-sig - Package Spec generated