diff --git a/python-rope.changes b/python-rope.changes index cca71c8..a6e3133 100644 --- a/python-rope.changes +++ b/python-rope.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 11:16:41 UTC 2019 - Tomáš Chvátal + +- Fix expansion of test removal + ------------------------------------------------------------------- Mon Feb 11 11:01:31 UTC 2019 - Matej Cepl diff --git a/python-rope.spec b/python-rope.spec index f3419d6..1f4e137 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -46,7 +46,7 @@ export LANG=en_US.UTF-8 %install export LANG=en_US.UTF-8 %python_install -%{python_expand rm -rf %{buildroot}/%{%{python_sitelib}}/python-rope/ropetest/ +%{python_expand rm -rf %{buildroot}/%{$python_sitelib}/python-rope/ropetest/ %fdupes %{buildroot}/%{$python_sitelib} }