From e1054b3a798783d355fd580b5252de3da6d63498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Fri, 13 Aug 2021 03:05:00 +0000 Subject: [PATCH] Change osc-lib-tests to osc-lib --- python-openstackclient.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-openstackclient.spec b/python-openstackclient.spec index 90a8470..b35c581 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -4,7 +4,7 @@ Name: python-openstackclient Version: 5.5.0 -Release: 1 +Release: 2 Summary: OpenStack Command-line Client License: Apache-2.0 URL: http://launchpad.net/%{name} @@ -39,7 +39,7 @@ BuildRequires: python3-simplejson BuildRequires: python3-requests-mock BuildRequires: python3-babel BuildRequires: python3-stestr -BuildRequires: python3-osc-lib-tests +BuildRequires: python3-osc-lib BuildRequires: python3-fixtures BuildRequires: python3-oslotest BuildRequires: python3-reno @@ -143,7 +143,9 @@ stestr run %license LICENSE %changelog -* Wed Aug 4 2021 huangtianhua 5.5.0-1 +* Fri Aug 13 2021 wangxiyuan 5.5.0-2 +- Change osc-lib-tests to osc-lib +* Wed Aug 04 2021 huangtianhua 5.5.0-1 - Upgrade to 5.5.0 * Sat Jan 30 2021 zhangy - spec generated -- Gitee