From 31246f659a55776b1a8a0e3f24ed11077f7b92f7 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Wed, 19 May 2021 01:33:39 +0000 Subject: [PATCH] Fix provide issue --- python-cursive.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-cursive.spec b/python-cursive.spec index 373fbfa..af78444 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 +* Wed May 19 2021 wangxiyuan +- Fix provide issue * Mon May 10 2021 openstack-sig - Package Spec generated -- Gitee