From 75184349f384e683036f0a19dd8d3bd38cc1a350 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 23 Nov 2021 08:25:32 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires (cherry picked from commit ef106bff5c9acc19c04faa321a51b0a1f7820522) --- 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 fe06219..9284bad 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.2.1 -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 @@ -98,5 +99,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 23 huangtianhua - 1.2.1-2 +- Adds python2-pbr as BuildRequires + * Mon May 17 2021 Python_Bot - Package Spec generated -- Gitee