diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 83ce87181cd65a0753c07408b9b4e2334166e455..aa53907f5d2c5594f66205fedd978941fc801759 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pyghmi Version: 1.0.22 -Release: 1 +Release: 2 Summary: Python General Hardware Management Initiative (IPMI and others) License: Apache-2.0 URL: http://github.com/openstack/pyghmi/ @@ -21,7 +21,7 @@ Summary: Python General Hardware Management Initiative (IPMI and others) Provides: python2-pyghmi BuildRequires: python2-devel BuildRequires: python2-setuptools -Requires: python2-pycrypto +Requires: python2-crypto %description -n python2-pyghmi This is a pure python implementation of IPMI protocol. @@ -84,5 +84,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 31 2021 wangxiyuan +- Fix require issue * Tue May 11 2021 OpenStack_SIG - Package Spec generated