Init Train release

This commit is contained in:
wangxiyuan 2021-11-12 10:52:04 +08:00
parent 63dd90ad94
commit 983c9c2f26
3 changed files with 7 additions and 4 deletions

BIN
neutron-lib-1.29.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,8 +2,8 @@
%global with_doc 1
Name: python-neutron-lib
Version: 2.10.1
Release: 2
Version: 1.29.1
Release: 1
Summary: OpenStack Neutron library
License: Apache-2.0
URL: http://launchpad.net/neutron/
@ -78,7 +78,7 @@ OpenStack Neutron library shared by all Neutron sub-projects.
%package -n python3-neutron-lib-tests
Summary: OpenStack Neutron library tests
%{?python_provide:%python_provide python3-neutron-lib-tests}
Requires: python3-neutron-lib = %{verion}-%{release}
Requires: python3-neutron-lib = %{version}-%{release}
%description -n python3-neutron-lib-tests
OpenStack Neutron library shared by all Neutron sub-projects.
@ -138,11 +138,14 @@ PYTHON=python3 stestr --test-path $OS_TEST_PATH run
%endif
%changelog
* Fri Nov 12 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 1.29.1-1
- Init OpenStack Train release
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.10.1-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> - 2.10.1-1
- Upgrade to 2.10.1 to support OpenStack-W
* Thu Jan 13 2021 Python_Bot <Python_Bot@openeuler.org>
* Wed Jan 13 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated