diff --git a/python-py.changes b/python-py.changes index f38cc15..dcfed39 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 15 08:13:43 UTC 2022 - Stephan Kulow + +- %fdupes is no python, remove %python_exec + ------------------------------------------------------------------- Sun Jan 23 15:40:00 UTC 2022 - Dirk Müller diff --git a/python-py.spec b/python-py.spec index 5cd3385..c160b4e 100644 --- a/python-py.spec +++ b/python-py.spec @@ -77,7 +77,7 @@ rm -r py/_vendored_packages %install %if !%{with test} %python_install -%python_exec %fdupes %{buildroot}%{$python_sitelib} +%fdupes %{buildroot}%{$python_sitelib} %endif %check