From ba4a37343c1d7795a81eec688ca8eac9575ae986 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 8 Sep 2021 06:10:12 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires (cherry picked from commit 3ddbfa7a197af23eaa00758664cdc7254616b352) --- python-networking-baremetal.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-networking-baremetal.spec b/python-networking-baremetal.spec index 1a88251..4af000a 100644 --- a/python-networking-baremetal.spec +++ b/python-networking-baremetal.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-networking-baremetal Version: 1.3.0 -Release: 1 +Release: 2 Summary: Neutron plugin that provides deep Ironic/Neutron integration. License: Apache-2.0 URL: https://docs.openstack.org/networking-baremetal/latest/ @@ -31,6 +31,7 @@ Summary: Neutron plugin that provides deep Ironic/Neutron integration. Provides: python2-networking-baremetal BuildRequires: python2-devel BuildRequires: python2-setuptools +BuildRequires: python2-pbr %description -n python2-networking-baremetal This project's goal is to provide deep integration between the Networking service and the Bare Metal service and advanced networking features like @@ -97,5 +98,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 08 2021 huangtianhua +- Adds python2-pbr as BuildRequires + * Mon May 17 2021 OpenStack_SIG - Package Spec generated -- Gitee