diff --git a/python-scciclient-0.7.3.tar.gz b/python-scciclient-0.7.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4800880774fef41eef992076d83c3c915934c57d Binary files /dev/null and b/python-scciclient-0.7.3.tar.gz differ diff --git a/python-scciclient-0.8.1.tar.gz b/python-scciclient-0.8.1.tar.gz deleted file mode 100644 index 74b312c580e98791c6f5f074a20ed7f1c68a89af..0000000000000000000000000000000000000000 Binary files a/python-scciclient-0.8.1.tar.gz and /dev/null differ diff --git a/python-scciclient.spec b/python-scciclient.spec index 037ee1e7429be007ec663b4f2fe29556ca2ce360..a503366405c7d98110252696acec207ea75696b7 100644 --- a/python-scciclient.spec +++ b/python-scciclient.spec @@ -1,50 +1,90 @@ %global _empty_manifest_terminate_build 0 Name: python-scciclient -Version: 0.8.1 -Release: 3 +Version: 0.7.3 +Release: 1 Summary: Python ServerView Common Command Interface (SCCI) Client Library License: Apache-2.0 -URL: https://opendev.org/x/python-scciclient -Source0: https://files.pythonhosted.org/packages/f5/2b/32fb677bbf9d08ea8c0b52b05c42d760cc5c947d55649d097eff954747d0/python-scciclient-0.8.1.tar.gz +URL: https://github.com/openstack/python-scciclient +Source0: https://files.pythonhosted.org/packages/1f/10/89a56369873e2c8689a4ee95dd6b696f07a6a6b64c7989f73699289e728d/python-scciclient-0.7.3.tar.gz BuildArch: noarch - -Requires: python3-pbr -Requires: python3-Babel -Requires: python3-pyghmi -Requires: python3-pysnmp -Requires: python3-requests -Requires: python3-six - %description +=============================== +python-scciclient +=============================== + Python ServerView Common Command Interface (SCCI) Client Library +* Free software: Apache license + +Features +-------- + +* support ServerView Common Command Interface (SCCI) for + FUJITSU iRMC S4 - integrated Remote Management Controller -%package -n python3-scciclient + + + +%package -n python2-scciclient Summary: Python ServerView Common Command Interface (SCCI) Client Library -Provides: python-python-scciclient -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pip -BuildRequires: python3-pbr -%description -n python3-scciclient +Provides: python-scciclient +BuildRequires: python2-devel +BuildRequires: python2-setuptools +Requires: python2-pbr +Requires: python2-Babel +Requires: python2-pyghmi +Requires: python2-pysnmp +Requires: python2-requests +Requires: python2-six +Requires: python2-oslo-utils +Requires: python2-oslo-serialization +%description -n python2-scciclient +=============================== +python-scciclient +=============================== + Python ServerView Common Command Interface (SCCI) Client Library +* Free software: Apache license + +Features +-------- + +* support ServerView Common Command Interface (SCCI) for + FUJITSU iRMC S4 - integrated Remote Management Controller + + + %package help Summary: Development documents and examples for python-scciclient -Provides: python3-scciclient-doc +Provides: python2-scciclient-doc %description help +=============================== +python-scciclient +=============================== + Python ServerView Common Command Interface (SCCI) Client Library +* Free software: Apache license + +Features +-------- + +* support ServerView Common Command Interface (SCCI) for + FUJITSU iRMC S4 - integrated Remote Management Controller + + + %prep -%autosetup -n python-scciclient-0.8.1 +%autosetup -n python-scciclient-0.7.3 %build -%py3_build +%py2_build %install -%py3_install +%py2_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -71,14 +111,12 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-scciclient -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python2-scciclient -f filelist.lst +%dir %{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Thu Jan 28 2021 zhangy -- Add buildrequires -* Mon Jan 04 2021 Python_Bot +* Fri May 07 2021 OpenStack_SIG - Package Spec generated