From 7b07eaca2d83df686d564908317ba7924f2fafa2 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Wed, 26 May 2021 15:25:16 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-stestr.spec | 36 +++++++----------------------------- 1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/python-stestr.spec b/python-stestr.spec index b646571..218e1b9 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -1,54 +1,30 @@ %global _empty_manifest_terminate_build 0 Name: python-stestr Version: 1.1.0 -Release: 1 +Release: 2 Summary: A test runner runner similar to testrepository License: Apache-2.0 URL: http://stestr.readthedocs.io/en/latest/ Source0: https://files.pythonhosted.org/packages/4f/80/302ab57589381266b60dc2a515fc6e1aa880601b4e16e8b0ed17fccd89f2/stestr-1.1.0.tar.gz BuildArch: noarch %description -Overview --------- - -stestr is a fork of the `testrepository`_ that concentrates on being a -dedicated test runner for python projects. The generic abstraction -layers which enabled testr to work with any subunit emitting runner are gone. -stestr hard codes python-subunit-isms into how it works. The code base is also -designed to try and be explicit, and to provide a python api that is documented -and has examples. +A test runner runner similar to testrepository %package -n python2-stestr Summary: A test runner runner similar to testrepository -Provides: python-stestr +Provides: python2-stestr BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-stestr -Overview --------- - -stestr is a fork of the `testrepository`_ that concentrates on being a -dedicated test runner for python projects. The generic abstraction -layers which enabled testr to work with any subunit emitting runner are gone. -stestr hard codes python-subunit-isms into how it works. The code base is also -designed to try and be explicit, and to provide a python api that is documented -and has examples. +A test runner runner similar to testrepository %package help Summary: Development documents and examples for stestr Provides: python2-stestr-doc %description help -Overview --------- - -stestr is a fork of the `testrepository`_ that concentrates on being a -dedicated test runner for python projects. The generic abstraction -layers which enabled testr to work with any subunit emitting runner are gone. -stestr hard codes python-subunit-isms into how it works. The code base is also -designed to try and be explicit, and to provide a python api that is documented -and has examples. +A test runner runner similar to testrepository %prep @@ -92,5 +68,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wen May 26 2021 openstack-sig +- Fix Provides * Sun May 16 2021 openstack-sig - Package Spec generated -- Gitee