From 199d5a0a936bc6a1e9acdb81ecf01c579e0c441b Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 1 Jun 2021 10:23:06 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-pyghmi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyghmi.spec b/python-pyghmi.spec index aa53907..82dab5e 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: 2 +Release: 3 Summary: Python General Hardware Management Initiative (IPMI and others) License: Apache-2.0 URL: http://github.com/openstack/pyghmi/ @@ -19,6 +19,7 @@ this library into python code %package -n python2-pyghmi Summary: Python General Hardware Management Initiative (IPMI and others) Provides: python2-pyghmi +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-crypto @@ -84,6 +85,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 1 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Mon May 31 2021 wangxiyuan - Fix require issue * Tue May 11 2021 OpenStack_SIG -- Gitee