From bd15ddb83f5315c678a1fe3d82c86ab2fd0b93c7 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 29 Jan 2021 11:02:12 +0800 Subject: [PATCH] Add BuildRequires --- python-dracclient.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-dracclient.spec b/python-dracclient.spec index 51644ee..d09f0b8 100644 --- a/python-dracclient.spec +++ b/python-dracclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dracclient Version: 5.1.0 -Release: 2 +Release: 3 Summary: Library for managing machines with Dell iDRAC cards License: Apache-2 URL: https://launchpad.net/python-dracclient @@ -20,6 +20,8 @@ Summary: Library for managing machines with Dell iDRAC cards Provides: python-dracclient BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-dracclient Library for managing machines with Dell iDRAC cards. @@ -70,5 +72,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jan 29 2021 zhangy +- Add buildrequires * Thu Jan 14 2021 Python_Bot - Package Spec generated