diff --git a/pyghmi-1.5.23.tar.gz b/pyghmi-1.5.23.tar.gz deleted file mode 100644 index b20db5e0fcb9e9c2de55404ab5b500ca104bb264..0000000000000000000000000000000000000000 Binary files a/pyghmi-1.5.23.tar.gz and /dev/null differ diff --git a/pyghmi-1.5.34.tar.gz b/pyghmi-1.5.34.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f82cf9b06caf24df6abad6ac7771a9402f3e7e6b Binary files /dev/null and b/pyghmi-1.5.34.tar.gz differ diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 8ef5c9e2e074f7a7741b999946c6a74813b6e6fb..6a1bccc24f9ac15277fd4acc86871b522b3d555c 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -1,16 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-pyghmi -Version: 1.5.23 +Version: 1.5.34 Release: 1 Summary: Python General Hardware Management Initiative (IPMI and others) License: Apache-2.0 URL: http://github.com/openstack/pyghmi/ -Source0: https://files.pythonhosted.org/packages/f0/59/18f0a8cb5dba3226cbf259c1875a5d4d2151229a70ebb888e7bb9ad631fd/pyghmi-1.5.23.tar.gz +Source0: https://files.pythonhosted.org/packages/7f/4b/b08a988f5fd7a60084bbc25a52526239006b11157bdb054e6a9820c53ffb/pyghmi-1.5.34.tar.gz BuildArch: noarch %description Pyghmi is a pure Python (mostly IPMI) server management library. - %package -n python3-pyghmi Summary: Python General Hardware Management Initiative (IPMI and others) Provides: python-pyghmi @@ -31,22 +30,21 @@ Requires: python3-six %description -n python3-pyghmi Pyghmi is a pure Python (mostly IPMI) server management library. - %package help Summary: Python General Hardware Management Initiative (IPMI and others) Provides: python3-pyghmi-doc %description help Pyghmi is a pure Python (mostly IPMI) server management library. - %prep -%autosetup -n pyghmi-1.5.23 +%autosetup -n pyghmi-%{version} %build %py3_build %install %py3_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 @@ -80,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 01 2022 renliang16 - 1.5.34-1 +- Upgrade package python3-pyghmi to version 1.5.34 + * Fri Aug 06 2021 OpenStack_SIG - 1.5.23-1 - Update version to 1.5.23 * Thu Jan 28 2021 zhangy