diff --git a/python-pyvirtualize.spec b/python-pyvirtualize.spec index 38c0dc6..8fea14f 100644 --- a/python-pyvirtualize.spec +++ b/python-pyvirtualize.spec @@ -32,7 +32,7 @@ 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: 3.%{date}git%(c=%commit0; echo ${c:0:7} )%{?dist} +Release: 4.%{date}git%(c=%commit0; echo ${c:0:7} )%{?dist} Summary: Python module to access and manage VMware License: ASL 2.0 @@ -52,10 +52,10 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools %endif %if 0%{?rhel} BuildRequires: python2-sphinx -# FIXME use python2 prefix when update is available in repo -BuildRequires: python-sphinx_rtd_theme +BuildRequires: python2-sphinx_rtd_theme %endif %if 0%{?fedora} +# FIXME Fedora specifics, so we can depend without macros BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme %endif @@ -68,7 +68,7 @@ BuildRequires: web-assets-devel %package -n python2-%{modname} Summary: %{summary} %{?python_provide:%python_provide python2-%{srcname}} -Requires: python3-pyvmomi +Requires: python2-pyvmomi %description -n python2-%{modname} %desc @@ -78,7 +78,7 @@ Requires: python3-pyvmomi %package -n python%{python3_pkgversion}-%{modname} Summary: %{summary} %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} -Requires: python3-pyvmomi +Requires: python%{python3_pkgversion}-pyvmomi %description -n python%{python3_pkgversion}-%{modname} %desc @@ -88,7 +88,7 @@ Requires: python3-pyvmomi %package -n python%{python3_other_pkgversion}-%{modname} Summary: %{summary} %{?python_provide:%python_provide python%{python3_other_pkgversion}-%{srcname}} -Requires: python3-pyvmomi +Requires: python%{python3_other_pkgversion}-pyvmomi %description -n python%{python3_other_pkgversion}-%{modname} %desc @@ -158,6 +158,9 @@ ln -fs %{_jsdir}/jquery/3/jquery.js docs/build/html/_static %changelog +* Sat Mar 02 2019 Raphael Groner - 0.9-4.20181003git57d2307 +- add more build macros to fix b0rken dependencies + * Sat Feb 02 2019 Fedora Release Engineering - 0.9-3.20181003git57d2307 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild