diff --git a/python-networking-baremetal.spec b/python-networking-baremetal.spec index 1a88251a5f2a4577c7015d259b7a99d9b9882baf..4af000ac9cbe66ecf2b7ef9a932795e423165bd5 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