update to 4.0.0

This commit is contained in:
liksh 2021-08-19 12:52:46 +08:00
parent 050c052cdc
commit ad9deb8b72
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-networking-baremetal
Version: 3.0.0
Version: 4.0.0
Release: 2
Summary: Neutron plugin that provides deep Ironic/Neutron integration.
License: ASL 2.0
URL: https://docs.openstack.org/networking-baremetal/latest/
Source0: https://files.pythonhosted.org/packages/2f/77/0d03ca4ffcb70deeabb21b04257bb83596826f04f061eb8c5543127c32f1/networking-baremetal-3.0.0.tar.gz
Source0: https://files.pythonhosted.org/packages/0d/af/94c8cadf4e26457f6e44fa025c151569d6cff5a2ab42b01927420d3beb78/networking-baremetal-4.0.0.tar.gz
Source1: ironic-neutron-agent.service
BuildArch: noarch
@ -37,6 +37,7 @@ BuildRequires: python3-oslo-service
BuildRequires: python3-oslo-utils
BuildRequires: python3-tenacity
BuildRequires: python3-tooz
BuildRequires: python3-pip
# General requires
Requires: python3-keystoneauth1
Requires: python3-neutron-lib
@ -124,6 +125,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Aug 19 liksh <liks11@chinaunicom.cn> 4.0.0-1
- update from 3.0.0 to 4.0.0
* Sat Jul 31 2021 huangtianhua <huangtianhua@huawei.com>
- Fix requires position and add pbr buildrequires
* Wed Mar 10 2021 Python_Bot <Python_Bot@openeuler.org>