diff --git a/python-networking-baremetal.spec b/python-networking-baremetal.spec index fe06219309ad7b4d1bad07fc40d6d0e9d4235b99..9284bad286bbc1c761784a1b229a04ee9f2a5572 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