diff --git a/networking-baremetal-1.3.0.tar.gz b/networking-baremetal-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..33f48cfc07294c6710452dd08de7d06d2fba7b24 Binary files /dev/null and b/networking-baremetal-1.3.0.tar.gz differ diff --git a/networking-baremetal-3.0.0.tar.gz b/networking-baremetal-3.0.0.tar.gz deleted file mode 100644 index ea473345af886d628d9de46bb65cc77226964d29..0000000000000000000000000000000000000000 Binary files a/networking-baremetal-3.0.0.tar.gz and /dev/null differ diff --git a/python-networking-baremetal.spec b/python-networking-baremetal.spec index f8be02f2299e617cdb156a7e6a09849985fb96e3..1a88251a5f2a4577c7015d259b7a99d9b9882baf 100644 --- a/python-networking-baremetal.spec +++ b/python-networking-baremetal.spec @@ -1,33 +1,24 @@ %global _empty_manifest_terminate_build 0 Name: python-networking-baremetal -Version: 3.0.0 +Version: 1.3.0 Release: 1 Summary: Neutron plugin that provides deep Ironic/Neutron integration. -License: ASL 2.0 +License: Apache-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/5d/19/6ac07a3ab6e0d2f07cce014fe265903961227cbc352e020dc0a424c7c1e8/networking-baremetal-1.3.0.tar.gz Source1: ironic-neutron-agent.service BuildArch: noarch -Requires: python3-keystoneauth1 -Requires: python3-neutron-lib -Requires: python3-neutron -Requires: python3-openstacksdk -Requires: python3-oslo-config -Requires: python3-oslo-i18n -Requires: python3-oslo-log -Requires: python3-oslo-utils -Requires: python3-oslo-messaging -Requires: python3-oslo-service -Requires: python3-pbr -Requires: python3-tenacity -Requires: python3-tooz - BuildRequires: systemd Requires(post): systemd Requires(postun): systemd Requires(pre): shadow-utils Requires(preun): systemd +Requires: python2-neutron-lib +Requires: python2-pbr +Requires: python2-ironicclient +Requires: python2-tooz +Requires: python2-neutron %description This project's goal is to provide deep integration between the Networking @@ -35,12 +26,12 @@ service and the Bare Metal service and advanced networking features like notifications of port status changes and routed networks support in clouds with Bare Metal service. -%package -n python3-networking-baremetal +%package -n python2-networking-baremetal Summary: Neutron plugin that provides deep Ironic/Neutron integration. -Provides: python-networking-baremetal -BuildRequires: python3-devel -BuildRequires: python3-setuptools -%description -n python3-networking-baremetal +Provides: python2-networking-baremetal +BuildRequires: python2-devel +BuildRequires: python2-setuptools +%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 notifications of port status changes and routed networks support in clouds @@ -48,7 +39,7 @@ with Bare Metal service. %package help Summary: Development documents and examples for networking-baremetal -Provides: python3-networking-baremetal-doc +Provides: python-networking-baremetal-doc %description help This project's goal is to provide deep integration between the Networking service and the Bare Metal service and advanced networking features like @@ -56,13 +47,13 @@ notifications of port status changes and routed networks support in clouds with Bare Metal service. %prep -%autosetup -n networking-baremetal-%{version} +%autosetup -n networking-baremetal-1.3.0 %build -%py3_build +%py2_build %install -%py3_install +%py2_install install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ironic-neutron-agent.service install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi @@ -99,12 +90,12 @@ mv %{buildroot}/doclist.lst . %postun %systemd_postun ironic-neutron-agent.service -%files -n python3-networking-baremetal -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python2-networking-baremetal -f filelist.lst +%dir %{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Wed Mar 10 2021 Python_Bot +* Mon May 17 2021 OpenStack_SIG - Package Spec generated