From 84148ef35458ae2df81e24ce1e4e8d583382f257cfd7fde8822ca7cb0c4b7867 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Feb 2023 10:48:54 +0000 Subject: [PATCH] Accepting request 1067938 from home:mcepl:branches:devel:languages:python - Don't use fdupes -s, it hurts. OBS-URL: https://build.opensuse.org/request/show/1067938 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=17 --- python-apipkg.changes | 5 +++++ python-apipkg.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-apipkg.changes b/python-apipkg.changes index b98121e..6a16e21 100644 --- a/python-apipkg.changes +++ b/python-apipkg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 27 10:20:48 UTC 2023 - Matej Cepl + +- Don't use fdupes -s, it hurts. + ------------------------------------------------------------------- Wed Nov 30 17:05:54 UTC 2022 - Daniel Garcia diff --git a/python-apipkg.spec b/python-apipkg.spec index 38f9e0e..83b6f78 100644 --- a/python-apipkg.spec +++ b/python-apipkg.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,7 +74,7 @@ EOF %install %if ! %{with test} %pyproject_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %endif %check