From dca405cc287c45e0fa2d83c013723084c360afb5 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 21 May 2021 17:32:12 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-alembic.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-alembic.spec b/python-alembic.spec index d061968..4417213 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 -- Gitee