From aa307d3dc50ad5852c16e6922bfa47335a2bb80d4d800c1c8a6679aac5c328b2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Mar 2022 08:33:56 +0000 Subject: [PATCH] - use %python_expand for %fdupes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=26 --- python-py.changes | 2 +- python-py.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-py.changes b/python-py.changes index dcfed39..ea48227 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Mar 15 08:13:43 UTC 2022 - Stephan Kulow -- %fdupes is no python, remove %python_exec +- use %python_expand for %fdupes ------------------------------------------------------------------- Sun Jan 23 15:40:00 UTC 2022 - Dirk Müller diff --git a/python-py.spec b/python-py.spec index c160b4e..eb931e9 100644 --- a/python-py.spec +++ b/python-py.spec @@ -77,7 +77,7 @@ rm -r py/_vendored_packages %install %if !%{with test} %python_install -%fdupes %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %endif %check