Init python-octaviaclient with 1.10.1 for Train
This commit is contained in:
parent
5faa41a6e7
commit
b1e4e710d3
BIN
python-octaviaclient-1.10.1.tar.gz
Normal file
BIN
python-octaviaclient-1.10.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-octaviaclient
|
Name: python-octaviaclient
|
||||||
Version: 2.3.0
|
Version: 1.10.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Octavia client for OpenStack Load Balancing
|
Summary: Octavia client for OpenStack Load Balancing
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://docs.openstack.org/python-octaviaclient/latest/
|
URL: https://docs.openstack.org/python-octaviaclient/latest/
|
||||||
Source0: https://files.pythonhosted.org/packages/93/54/6d734af443f2f9d670009387b3a3d8f4fb9d2f9f20e2eb23030b40016806/python-octaviaclient-2.3.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/52/3c/22c4093108a722cb0b705dbabbd365a6e55f6f86f28149b9b2b9744b1b15/python-octaviaclient-1.10.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Team and repository tags .. Change things from this point onpython-octaviaclient
|
Team and repository tags .. Change things from this point onpython-octaviaclient
|
||||||
@ -24,24 +24,30 @@ BuildRequires: python3-pbr
|
|||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
# General requires
|
# General requires
|
||||||
|
BuildRequires: python3-babel
|
||||||
BuildRequires: python3-cliff
|
BuildRequires: python3-cliff
|
||||||
BuildRequires: python3-keystoneauth1
|
BuildRequires: python3-keystoneauth1
|
||||||
|
BuildRequires: python3-netifaces
|
||||||
|
BuildRequires: python3-neutronclient
|
||||||
|
BuildRequires: python3-openstackclient
|
||||||
BuildRequires: python3-osc-lib
|
BuildRequires: python3-osc-lib
|
||||||
BuildRequires: python3-oslo-serialization
|
BuildRequires: python3-oslo-serialization
|
||||||
BuildRequires: python3-oslo-utils
|
BuildRequires: python3-oslo-utils
|
||||||
BuildRequires: python3-neutronclient
|
|
||||||
BuildRequires: python3-openstackclient
|
|
||||||
BuildRequires: python3-requests
|
BuildRequires: python3-requests
|
||||||
|
BuildRequires: python3-six
|
||||||
# General requires
|
# General requires
|
||||||
|
Requires: python3-babel
|
||||||
Requires: python3-cliff
|
Requires: python3-cliff
|
||||||
Requires: python3-keystoneauth1
|
Requires: python3-keystoneauth1
|
||||||
|
Requires: python3-netifaces
|
||||||
|
Requires: python3-neutronclient
|
||||||
|
Requires: python3-openstackclient
|
||||||
Requires: python3-osc-lib
|
Requires: python3-osc-lib
|
||||||
Requires: python3-oslo-serialization
|
Requires: python3-oslo-serialization
|
||||||
Requires: python3-oslo-utils
|
Requires: python3-oslo-utils
|
||||||
Requires: python3-pbr
|
Requires: python3-pbr
|
||||||
Requires: python3-neutronclient
|
|
||||||
Requires: python3-openstackclient
|
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
|
Requires: python3-six
|
||||||
%description -n python3-octaviaclient
|
%description -n python3-octaviaclient
|
||||||
Team and repository tags .. Change things from this point onpython-octaviaclient
|
Team and repository tags .. Change things from this point onpython-octaviaclient
|
||||||
Octavia client for OpenStack Load BalancingThis is an OpenStack Client (OSC)
|
Octavia client for OpenStack Load BalancingThis is an OpenStack Client (OSC)
|
||||||
@ -60,7 +66,7 @@ about Octavia see: more information about the OpenStack Client see: software:
|
|||||||
Apache license Documentation: .
|
Apache license Documentation: .
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n python-octaviaclient-2.3.0 -p1
|
%autosetup -n python-octaviaclient-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -96,15 +102,11 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
|
|
||||||
%files -n python3-octaviaclient -f filelist.lst
|
%files -n python3-octaviaclient -f filelist.lst
|
||||||
|
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.3.0-2
|
* Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 1.10.1-1
|
||||||
- DESC: delete -S git from %autosetup
|
- Init package python3-octaviaclient with version 1.10.1 for Train.
|
||||||
|
|
||||||
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.0-1
|
|
||||||
- Package Spec generate
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user