diff --git a/ironic-neutron-agent.service b/ironic-neutron-agent.service index 6d4abdbd12f18797a7f410c09d20eb5934e17f24..fb75ee42c71d63b85fd4a63001f5080f830b567b 100644 --- a/ironic-neutron-agent.service +++ b/ironic-neutron-agent.service @@ -14,3 +14,4 @@ KillMode=process [Install] WantedBy=multi-user.target + diff --git a/networking-baremetal-1.2.1.tar.gz b/networking-baremetal-1.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ecc65e53a52e2852eb6557925f1fc23afb8a53ec Binary files /dev/null and b/networking-baremetal-1.2.1.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..fe06219309ad7b4d1bad07fc40d6d0e9d4235b99 100644 --- a/python-networking-baremetal.spec +++ b/python-networking-baremetal.spec @@ -1,68 +1,69 @@ %global _empty_manifest_terminate_build 0 Name: python-networking-baremetal -Version: 3.0.0 +Version: 1.2.1 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/9d/7b/60deb4f9abc7f84e4b8949e8468b0930bc8678d45c2723b15e88983653eb/networking-baremetal-1.2.1.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 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. +* Free software: Apache license +* Documentation: http://docs.openstack.org/networking-baremetal/latest +* Source: http://git.openstack.org/cgit/openstack/networking-baremetal +* Bugs: https://storyboard.openstack.org/#!/project/955 +* Release notes: https://docs.openstack.org/releasenotes/networking-baremetal/ -%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 with Bare Metal service. +* Free software: Apache license +* Documentation: http://docs.openstack.org/networking-baremetal/latest +* Source: http://git.openstack.org/cgit/openstack/networking-baremetal +* Bugs: https://storyboard.openstack.org/#!/project/955 +* Release notes: https://docs.openstack.org/releasenotes/networking-baremetal/ %package help Summary: Development documents and examples for networking-baremetal -Provides: python3-networking-baremetal-doc +Provides: python2-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 notifications of port status changes and routed networks support in clouds with Bare Metal service. +* Free software: Apache license +* Documentation: http://docs.openstack.org/networking-baremetal/latest +* Source: http://git.openstack.org/cgit/openstack/networking-baremetal +* Bugs: https://storyboard.openstack.org/#!/project/955 +* Release notes: https://docs.openstack.org/releasenotes/networking-baremetal/ %prep -%autosetup -n networking-baremetal-%{version} +%autosetup -n networking-baremetal-1.2.1 %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 @@ -90,21 +91,12 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%post -%systemd_post ironic-neutron-agent.service - -%preun -%systemd_preun ironic-neutron-agent.service - -%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 Python_Bot - Package Spec generated