From 01849664606273a3656fdd0e6c03437a8c43e19f Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 11 May 2021 09:56:43 +0800 Subject: [PATCH] fix provides --- python-cursive.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-cursive.spec b/python-cursive.spec index dd1ae01..bd44677 100644 --- a/python-cursive.spec +++ b/python-cursive.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cursive Version: 0.2.2 -Release: 1 +Release: 2 Summary: Cursive implements OpenStack-specific validation of digital signatures. License: Apache-2.0 URL: http://www.openstack.org/ @@ -13,7 +13,7 @@ Cursive implements OpenStack-specific validation of digital signatures. %package -n python2-cursive Summary: Cursive implements OpenStack-specific validation of digital signatures. -Provides: python-cursive +Provides: python2-cursive BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pip @@ -76,5 +76,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