diff --git a/python-alembic.spec b/python-alembic.spec index c945106f5e8b8c33af2ee1f47156e3419eabc22e..b4a5ad2b88b6ff7fc91de182e623e69a51cf5d37 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-alembic Version: 1.0.10 -Release: 1 +Release: 2 Summary: A database migration tool for SQLAlchemy. License: MIT URL: https://alembic.sqlalchemy.org @@ -13,7 +13,7 @@ A database migration tool for SQLAlchemy. %package -n python2-alembic Summary: A database migration tool for SQLAlchemy. -Provides: python-alembic +Provides: python2-alembic BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pip @@ -69,5 +69,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 10 2021 openstack-sig +- Fix provides * Thu Apr 29 2021 openstack-sig - Package Spec generated