diff --git a/python-pybind11.changes b/python-pybind11.changes index a8c0ac9..2d10f81 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 14 10:19:23 UTC 2020 - John Vandenberg + +- Add package version to extra devel packages added via Provides + ------------------------------------------------------------------- Sat Dec 21 15:51:16 UTC 2019 - Luigi Baldoni diff --git a/python-pybind11.spec b/python-pybind11.spec index 09b2f7e..5517666 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -44,7 +44,7 @@ by inferring type information using compile-time introspection. Summary: Development files for pybind11 Requires: %{name} = %{version} Requires: python-devel -Provides: %{python_module %{name}-devel} +Provides: %{python_module pybind11-devel = %{version}} %description -n %{name}-devel This package contains files for developing applications using pybind11.