diff --git a/python-pyxcli.spec b/python-pyxcli.spec index e259914..abbcc29 100644 --- a/python-pyxcli.spec +++ b/python-pyxcli.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyxcli -Version: 1.1.5 -Release: 2 +Version: 1.2.1 +Release: 1 Summary: IBM Python XCLI Client License: Apache-2.0 URL: https://github.com/IBM/pyxcli -Source0: https://files.pythonhosted.org/packages/8d/17/b2cce4fda2c83ce4d028187fb4619068cd8d7048f5401672f0007d415ac4/pyxcli-1.1.5.tar.gz +Source0: https://files.pythonhosted.org/packages/9f/ba/ea2c0df865155a33f7aee01def0e1d709ced23601f6ab78e71b0cccce132/pyxcli-1.2.1.tar.gz BuildArch: noarch %description IBM Python XCLI Client for Spectrum Accelerate Storage Family. @@ -29,7 +29,7 @@ Provides: python3-pyxcli-doc IBM Python XCLI Client for Spectrum Accelerate Storage Family. %prep -%autosetup -n pyxcli-1.1.5 -p1 +%autosetup -n pyxcli-%{version} -p1 %build %py3_build @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 17 2023 Dongxing Wang - 1.2.1-1 +- Update package to version 1.2.1 + * Fri Jul 30 2021 chenyanpanHW - 1.1.5-2 - DESC: delete -S git from %autosetup diff --git a/pyxcli-1.1.5.tar.gz b/pyxcli-1.1.5.tar.gz deleted file mode 100644 index c1a99a8..0000000 Binary files a/pyxcli-1.1.5.tar.gz and /dev/null differ diff --git a/pyxcli-1.2.1.tar.gz b/pyxcli-1.2.1.tar.gz new file mode 100644 index 0000000..cf5d94c Binary files /dev/null and b/pyxcli-1.2.1.tar.gz differ