From 629a1cf0ea9f2765388bafffe6a95d262c5bde68 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 11 May 2021 09:26:33 +0800 Subject: [PATCH] fix provides --- python-alembic.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-alembic.spec b/python-alembic.spec index c945106..b4a5ad2 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 -- Gitee