diff --git a/python-more-itertools.changes b/python-more-itertools.changes index eda2d46..244820a 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 15 08:49:48 UTC 2022 - Dirk Müller + +- use python_expand for fdupes + ------------------------------------------------------------------- Thu Feb 3 20:13:01 UTC 2022 - Arun Persaud diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 2dcd9c1..7fa8b3b 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -46,7 +46,7 @@ rm -rf more_itertools.egg-info %install %python_install -%python_exec %fdupes %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pyunittest discover -v