From df699fd87129df5d123e904a4ba3cabb39299c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=A6=E5=93=88=E5=93=9F?= Date: Mon, 31 May 2021 16:09:13 +0800 Subject: [PATCH] Fix require --- python-pyghmi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 83ce871..aa53907 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 -- Gitee