From bca0f63d2d40d80c6d1c0f99b37e47d592fb9135ba3a8e728c8f772dcfe67c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 11:16:55 +0000 Subject: [PATCH] - Fix expansion of test removal OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=24 --- python-rope.changes | 5 +++++ python-rope.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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} }