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