!10 Update package pyghmi of version 1.5.34
From: @renliang16 Reviewed-by: @huangtianhua Signed-off-by: @huangtianhua
This commit is contained in:
commit
ee2dd3f625
Binary file not shown.
BIN
pyghmi-1.5.34.tar.gz
Normal file
BIN
pyghmi-1.5.34.tar.gz
Normal file
Binary file not shown.
@ -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 <renliang@uniontech.com> - 1.5.34-1
|
||||
- Upgrade package python3-pyghmi to version 1.5.34
|
||||
|
||||
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.23-1
|
||||
- Update version to 1.5.23
|
||||
* Thu Jan 28 2021 zhangy <zhangy1317@foxmail.com>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user