diff --git a/vtk.spec b/vtk.spec index 92b07f0..1f218e3 100644 --- a/vtk.spec +++ b/vtk.spec @@ -17,7 +17,7 @@ Summary: The Visualization Toolkit - A high level 3D visualization library Name: vtk Version: 8.2.0 -Release: 2%{?dist} +Release: 3%{?dist} # This is a variant BSD license, a cross between BSD and ZLIB. # For all intents, it has the same rights and restrictions as BSD. # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant @@ -235,6 +235,7 @@ Summary: Python 3 bindings for VTK Requires: vtk%{?_isa} = %{version}-%{release} %{?python_provide:%python_provide python%{python3_pkgversion}-vtk} Provides: %{py3_dist vtk} = %{version} +Provides: python%{python3_version}dist(vtk) = %{version} %description -n python%{python3_pkgversion}-vtk Python 3 bindings for VTK. @@ -985,6 +986,9 @@ cat xorg.log %changelog +* Thu Apr 18 2019 Orion Poplawski - 8.2.0-3 +- Provide starndard python 3.Y dist name (bugz#1700307) + * Tue Apr 16 2019 Orion Poplawski - 8.2.0-2 - Provide standard python 3 dist name (bugz#1700307)