From 396841fa6649009b2dab87dbfbcefac58945f01b Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 2 Jun 2021 09:11:58 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-networking-generic-switch.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/python-networking-generic-switch.spec b/python-networking-generic-switch.spec index c8a2d7a..4a6ca20 100644 --- a/python-networking-generic-switch.spec +++ b/python-networking-generic-switch.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-networking-generic-switch -Version: 1.2.0 -Release: 1 +Version: 1.0.0 +Release: 2 Summary: Generic Switch ML2 Neutron Driver License: MPL 2.0 and GPL-2.0 and LGPL-2.1 and Apache-2.0 URL: https://github.com/openstack/networking-generic-switch -Source0: https://files.pythonhosted.org/packages/b8/08/3cff2197f89abe86f81fd07e51d743836359e0437bc515b3afe7aa15857b/networking-generic-switch-1.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/7c/20/7757166300913429e44cd71c4b2c07ad764deb77711eab68e43267abacb7/networking-generic-switch-1.0.0.tar.gz BuildArch: noarch Requires: python2-stevedore @@ -24,17 +24,18 @@ Summary: Generic Switch ML2 Neutron Driver Provides: python2-networking-generic-switch BuildRequires: python2-devel BuildRequires: python2-setuptools +BuildRequires: python2-pbr %description -n python2-networking-generic-switch %package help Summary: Development documents and examples for networking-generic-switch -Provides: python2-networking-generic-switch-doc +Provides: python-networking-generic-switch-doc %description help %prep -%autosetup -n networking-generic-switch-1.2.0 +%autosetup -n networking-generic-switch-1.0.0 rm -f requirements.txt %build @@ -75,5 +76,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 17 2021 Python_Bot +* Wed Jun 2 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success +* Mon May 17 2021 OpenStack_SIG - Package Spec generated -- Gitee