From a3737c35f2c7409aaf99048b430f59d9487c98cd Mon Sep 17 00:00:00 2001 From: sean-lau Date: Tue, 11 May 2021 16:50:03 +0800 Subject: [PATCH] Fix provide field in spec for py2 package --- python-pyghmi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 24bc115..83ce871 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -18,7 +18,7 @@ this library into python code %package -n python2-pyghmi Summary: Python General Hardware Management Initiative (IPMI and others) -Provides: python-pyghmi +Provides: python2-pyghmi BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pycrypto @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri May 07 2021 OpenStack_SIG +* Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee