diff --git a/README.en.md b/README.en.md index 9c3c915358a61fb2aa5d8d5fe37e2afd63a02e30..fed7b1d9191b16ef2382f1dcedd72ead01898d9c 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,3 @@ # python-openstackclient -#### Description -OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Network, Object Store and Block Storage APIs together in a single shell with a uniform command structure. - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +OpenStack services are exclusively released in the openEuler LTS version. Please refer to other Multi-Version branches for the Spec source code. \ No newline at end of file diff --git a/README.md b/README.md index d4dbd7ec20edae77124324ed5228ac1474a278fb..3887af220fa79136e749f2a84ceaa8c566ddb9f5 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,3 @@ # python-openstackclient -#### 介绍 -OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Network, Object Store and Block Storage APIs together in a single shell with a uniform command structure. - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +openstack服务只在openEuler LTS版本发布,Spec源码请参考其他Multi-Version分支。 \ No newline at end of file diff --git a/python-openstackclient-5.8.0.tar.gz b/python-openstackclient-5.8.0.tar.gz deleted file mode 100644 index 73302dd85ad5519e25769482d02cb6e5c2463f50..0000000000000000000000000000000000000000 Binary files a/python-openstackclient-5.8.0.tar.gz and /dev/null differ diff --git a/python-openstackclient.spec b/python-openstackclient.spec deleted file mode 100644 index b29c476055e9b0242d1818759d5dcd697d22d2e1..0000000000000000000000000000000000000000 --- a/python-openstackclient.spec +++ /dev/null @@ -1,156 +0,0 @@ -%{!?upstream_version: %global upstream_version %{version}%{?milestone}} - -%global with_doc 1 - -Name: python-openstackclient -Version: 5.8.0 -Release: 1 -Summary: OpenStack Command-line Client -License: Apache-2.0 -URL: http://launchpad.net/%{name} -Source0: https://tarballs.openstack.org/%{name}/%{name}-%{upstream_version}.tar.gz -BuildArch: noarch - -BuildRequires: git -BuildRequires: openstack-macros - -%description -python-openstackclient is a unified command-line client for the OpenStack APIs. - -%package -n python3-openstackclient -Summary: OpenStack Command-line Client -%{?python_provide:%python_provide python3-openstackclient} - -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-six -BuildRequires: python3-oslo-i18n -BuildRequires: python3-oslo-utils -BuildRequires: python3-requests -BuildRequires: python3-keystoneclient -BuildRequires: python3-novaclient -BuildRequires: python3-cinderclient -BuildRequires: python3-mock -BuildRequires: python3-os-client-config -BuildRequires: python3-cliff -BuildRequires: python3-simplejson -BuildRequires: python3-requests-mock -BuildRequires: python3-babel -BuildRequires: python3-stestr -BuildRequires: python3-osc-lib -BuildRequires: python3-fixtures -BuildRequires: python3-oslotest -BuildRequires: python3-reno -BuildRequires: python3-requestsexceptions -BuildRequires: python3-openstacksdk -BuildRequires: python3-ddt - -Requires: python3-pbr -Requires: python3-openstacksdk -Requires: python3-oslo-i18n -Requires: python3-oslo-utils -Requires: python3-keystoneclient -Requires: python3-novaclient -Requires: python3-cinderclient -Requires: python3-neutronclient -Requires: python3-six -Requires: python3-osc-lib -Requires: python3-cliff - -Requires: python-openstackclient-lang = %{version}-%{release} -Requires: python3-stevedore - - -%description -n python3-openstackclient -python-openstackclient is a unified command-line client for the OpenStack APIs. - -%if 0%{?with_doc} -%package -n python-openstackclient-doc -Summary: Documentation for OpenStack Command-line Client - -BuildRequires: python3-sphinx -BuildRequires: python3-openstackdocstheme -BuildRequires: python3-sphinxcontrib-apidoc - -Requires: python3-openstackclient = %{version}-%{release} - -%description -n python-openstackclient-doc -python-openstackclient is a unified command-line client for the OpenStack API. -This package contains auto-generated documentation. -%endif - -%package -n python-openstackclient-lang -Summary: Translation files for Openstackclient - -%description -n python-openstackclient-lang -Translation files for Openstackclient - -%prep - -%autosetup -n %{name}-%{upstream_version} - -%py_req_cleanup - -%build -%{py3_build} - -%{__python3} setup.py compile_catalog -d build/lib/openstackclient/locale --domain openstackclient - -%install -%{py3_install} - -ln -s openstack %{buildroot}%{_bindir}/openstack-3 - -%if 0%{?with_doc} -export PYTHONPATH=. -sphinx-build -b html doc/source doc/build/html -sphinx-build -b man doc/source doc/build/man -install -p -D -m 644 doc/build/man/openstack.1 %{buildroot}%{_mandir}/man1/openstack.1 - -rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.htaccess -%endif - -install -d -m 755 %{buildroot}%{_datadir} -rm -f %{buildroot}%{python3_sitelib}/openstackclient/locale/*/LC_*/openstackclient*po -rm -f %{buildroot}%{python3_sitelib}/openstackclient/locale/*pot -mv %{buildroot}%{python3_sitelib}/openstackclient/locale %{buildroot}%{_datadir}/locale -rm -rf %{buildroot}%{python3_sitelib}/openstackclient/locale - -%find_lang openstackclient --all-name - -%check -export PYTHON=%{__python3} -stestr run - -%files -n python3-openstackclient -%license LICENSE -%doc README.rst -%{_bindir}/openstack -%{_bindir}/openstack-3 -%{python3_sitelib}/openstackclient -%{python3_sitelib}/*.egg-info -%if 0%{?with_doc} -%{_mandir}/man1/openstack.1* - -%files -n python-openstackclient-doc -%license LICENSE -%doc doc/build/html -%endif - -%files -n python-openstackclient-lang -f openstackclient.lang -%license LICENSE - -%changelog -* Mon Jul 18 2022 OpenStack_SIG - 5.8.0-1 -- Upgrade package to version 5.8.0 - -* Fri Aug 13 2021 wangxiyuan 5.5.0-2 -- Change osc-lib-tests to osc-lib - -* Wed Aug 04 2021 huangtianhua 5.5.0-1 -- Upgrade to 5.5.0 - -* Sat Jan 30 2021 zhangy -- spec generated