From aa17326d946371ae46a85c40a6d9543491f358b2 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Mon, 24 May 2021 21:11:17 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-futurist.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-futurist.spec b/python-futurist.spec index 7dd5967..92e2706 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-futurist Version: 1.6.0 -Release: 1 +Release: 2 Summary: Useful additions to futures, from the future. License: Apache-2.0 URL: https://docs.openstack.org/futurist/latest/ @@ -13,7 +13,7 @@ Useful additions to futures, from the future. %package -n python2-futurist Summary: Useful additions to futures, from the future. -Provides: python-futurist +Provides: python2-futurist BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -74,5 +74,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 24 2021 openstack-sig +- Fix Provides * Wed May 12 2021 openstack-sig - Package Spec generated -- Gitee