diff --git a/python-pybind11.changes b/python-pybind11.changes index ddaef1e..2d16d61 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 11 16:57:22 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Thu Feb 13 05:32:14 UTC 2020 - Stefan Brüns diff --git a/python-pybind11.spec b/python-pybind11.spec index 81c12aa..5ad6063 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -70,8 +70,8 @@ This package contains files for developing applications using pybind11. %cmake_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # removing duplicated header files -rm -rv %{buildroot}%{_includedir}/python2.*/pybind11/ -rm -rv %{buildroot}%{_includedir}/python3.*/pybind11 +rm -rfv %{buildroot}%{_includedir}/python2.*/pybind11/ +rm -rfv %{buildroot}%{_includedir}/python3.*/pybind11 %files %{python_files} %doc README.md