downgrade the version to 1.3.0, because of the dependency of openstack

(cherry picked from commit b4a5034a03a89882748dc058f7fcbff082985eb4)
This commit is contained in:
FFrog 2021-11-16 11:19:07 +08:00 committed by openeuler-sync-bot
parent be71a31d65
commit 4843d5c3f0
3 changed files with 7 additions and 4 deletions

BIN
aodhclient-1.3.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-aodhclient Name: python-aodhclient
Version: 2.2.0 Version: 1.3.0
Release: 2 Release: 1
Summary: Python client library for Aodh Summary: Python client library for Aodh
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/python-aodhclient/latest/ URL: https://docs.openstack.org/python-aodhclient/latest/
Source0: https://files.pythonhosted.org/packages/93/65/8921604833ac7392c4721da1c6841d38ca92b375c23b3d1d3c4b936654bc/aodhclient-2.2.0.tar.gz Source0: https://files.pythonhosted.org/packages/a0/9c/f70e5760cbf7cf574f80137b75a67ac89613d2d055d26b44ba0cbd89243a/aodhclient-1.3.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Python client library for Aodh. Python client library for Aodh.
@ -66,7 +66,7 @@ Provides: python3-aodhclient-doc
Python client library for Aodh. Python client library for Aodh.
%prep %prep
%autosetup -n aodhclient-2.2.0 %autosetup -n aodhclient-%{version}
%build %build
%py3_build %py3_build
@ -108,6 +108,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Nov 15 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.0-1
- Downgrade the version to 1.3.0, because of the dependency of openstack
* Fri Nov 12 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-2 * Fri Nov 12 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-2
- Remove gnocchi requires - Remove gnocchi requires