!4 Init python-octaviaclient with 1.10.1 for Train
From: @huangtianhua Reviewed-by: @xiyuanwang,@xiyuanwang Signed-off-by: @xiyuanwang,@xiyuanwang
This commit is contained in:
commit
30ef00e1ef
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
|
||||
Name: python-octaviaclient
|
||||
Version: 2.3.0
|
||||
Release: 2
|
||||
Version: 1.10.1
|
||||
Release: 1
|
||||
Summary: Octavia client for OpenStack Load Balancing
|
||||
License: Apache-2.0
|
||||
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
|
||||
%description
|
||||
Team and repository tags .. Change things from this point onpython-octaviaclient
|
||||
@ -24,24 +24,30 @@ BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
# General requires
|
||||
BuildRequires: python3-babel
|
||||
BuildRequires: python3-cliff
|
||||
BuildRequires: python3-keystoneauth1
|
||||
BuildRequires: python3-netifaces
|
||||
BuildRequires: python3-neutronclient
|
||||
BuildRequires: python3-openstackclient
|
||||
BuildRequires: python3-osc-lib
|
||||
BuildRequires: python3-oslo-serialization
|
||||
BuildRequires: python3-oslo-utils
|
||||
BuildRequires: python3-neutronclient
|
||||
BuildRequires: python3-openstackclient
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-six
|
||||
# General requires
|
||||
Requires: python3-babel
|
||||
Requires: python3-cliff
|
||||
Requires: python3-keystoneauth1
|
||||
Requires: python3-netifaces
|
||||
Requires: python3-neutronclient
|
||||
Requires: python3-openstackclient
|
||||
Requires: python3-osc-lib
|
||||
Requires: python3-oslo-serialization
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-pbr
|
||||
Requires: python3-neutronclient
|
||||
Requires: python3-openstackclient
|
||||
Requires: python3-requests
|
||||
Requires: python3-six
|
||||
%description -n python3-octaviaclient
|
||||
Team and repository tags .. Change things from this point onpython-octaviaclient
|
||||
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: .
|
||||
|
||||
%prep
|
||||
%autosetup -n python-octaviaclient-2.3.0 -p1
|
||||
%autosetup -n python-octaviaclient-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -96,15 +102,11 @@ mv %{buildroot}/doclist.lst .
|
||||
|
||||
|
||||
%files -n python3-octaviaclient -f filelist.lst
|
||||
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.3.0-2
|
||||
- DESC: delete -S git from %autosetup
|
||||
|
||||
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.0-1
|
||||
- Package Spec generate
|
||||
* Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 1.10.1-1
|
||||
- Init package python3-octaviaclient with version 1.10.1 for Train.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user