diff --git a/python-dracclient.spec b/python-dracclient.spec index a4024e3..51644ee 100644 --- a/python-dracclient.spec +++ b/python-dracclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 -Name: python-python-dracclient +Name: python-dracclient Version: 5.1.0 -Release: 1 +Release: 2 Summary: Library for managing machines with Dell iDRAC cards License: Apache-2 URL: https://launchpad.net/python-dracclient @@ -15,17 +15,17 @@ Requires: python3-requests %description Library for managing machines with Dell iDRAC cards. -%package -n python3-python-dracclient +%package -n python3-dracclient Summary: Library for managing machines with Dell iDRAC cards -Provides: python-python-dracclient +Provides: python-dracclient BuildRequires: python3-devel BuildRequires: python3-setuptools -%description -n python3-python-dracclient +%description -n python3-dracclient Library for managing machines with Dell iDRAC cards. %package help Summary: Development documents and examples for python-dracclient -Provides: python3-python-dracclient-doc +Provides: python3-dracclient-doc %description help Library for managing machines with Dell iDRAC cards. @@ -63,12 +63,12 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-python-dracclient -f filelist.lst +%files -n python3-dracclient -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Mon Jan 04 2021 Python_Bot +* Thu Jan 14 2021 Python_Bot - Package Spec generated