Accepting request 743992 from devel:languages:python
- Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/request/show/743992 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-process-tests?expand=0&rev=6
This commit is contained in:
commit
794ad9ad72
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 14:14:12 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 11:58:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -23,7 +23,6 @@ Version: 2.0.2
|
||||
Release: 0
|
||||
Summary: Tools for testing processes
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/ionelmc/python-process-tests
|
||||
Source: https://files.pythonhosted.org/packages/source/p/process-tests/process-tests-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@ -45,7 +44,7 @@ dos2unix LICENSE src/process_tests.egg-info/dependency_links.txt
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user