From 32aee401667e491f65da5269f05a7d1bc69444e14ea15612279840ef2fb8fe6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 13 May 2020 09:10:14 +0000 Subject: [PATCH] - Do not do symlinks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=17 --- python-pytest-xdist.changes | 5 +++++ python-pytest-xdist.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index e136a0c..68a3540 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 13 09:10:04 UTC 2020 - Tomáš Chvátal + +- Do not do symlinks + ------------------------------------------------------------------- Sun May 3 07:41:14 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index d6ee759..b31ee7a 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -72,7 +72,7 @@ sed -i 's/\r//' README.rst %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest