From 846b5cf7bbf571c0a733b732a06d8ae9b16117ee Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Sun, 23 May 2021 21:20:57 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-cursive.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-cursive.spec b/python-cursive.spec index 373fbfa..d5925cb 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.1 -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 Requires: python2-pbr @@ -78,5 +78,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun May 23 2021 openstack-sig +- Fix Provides * Mon May 10 2021 openstack-sig - Package Spec generated -- Gitee