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