diff --git a/python-pyvirtualize.spec b/python-pyvirtualize.spec index 297929a..2addc03 100644 --- a/python-pyvirtualize.spec +++ b/python-pyvirtualize.spec @@ -15,14 +15,13 @@ %global with_build_doc 1 %endif -%global desc A python interface to access and manage VMware.\ +%global desc A python interface to access and manage pyvmomi.\ \ -pyVirtualize is build over pyVmomi, hence it has ability\ +pyVirtualize is build over pyvmomi, hence it has ability\ to perform all the operations what vSphere client is able to.\ \ pyVirtualize provides easy interfaces to:\ -Connect to VMWare's ESX, ESXi, Virtual Center and\ -Virtual Server hosts.\ +Connect to ESX, ESXi, Virtual Center and Virtual Server hosts.\ Query hosts, datacenters, resource pools, virtual machines\ and perform various operations over them.\ VMs operations: power, file, process, snapshot, admin, utilities\ @@ -32,8 +31,8 @@ And of course, you can use it to access all the API through python. Name: python-%{modname} # pypi tells current version is 0.9 Version: 0.9 -Release: 5.%{date}git%(c=%commit0; echo ${c:0:7} )%{?dist} -Summary: Python module to access and manage VMware +Release: 6.%{date}git%(c=%commit0; echo ${c:0:7} )%{?dist} +Summary: Another python frontend to access and manage pyvmomi License: ASL 2.0 URL: https://github.com/rocky1109/%{srcname} @@ -52,12 +51,12 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools %endif %if 0%{?rhel} BuildRequires: python2-sphinx -BuildRequires: python2-sphinx_rtd_theme +# FIXME use python2 prefix when update is available in repo +BuildRequires: python-sphinx_rtd_theme %endif %if 0%{?fedora} -# FIXME Fedora specifics, so we can depend without macros -BuildRequires: python3-sphinx -BuildRequires: python3-sphinx_rtd_theme +BuildRequires: python%{python3_pkgversion}-sphinx +BuildRequires: python%{python3_pkgversion}-sphinx_rtd_theme %endif BuildRequires: web-assets-devel @@ -158,6 +157,9 @@ ln -fs %{_jsdir}/jquery/3/jquery.js docs/build/html/_static %changelog +* Thu Aug 01 2019 Raphael Groner - 0.9-6.20181003git57d2307 +- drop brand + * Fri Jul 26 2019 Fedora Release Engineering - 0.9-5.20181003git57d2307 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild