Accepting request 738412 from devel:languages:python

Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/738412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-transaction?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2019-10-16 07:16:14 +00:00 committed by Git OBS Bridge
commit 837a7cf3b1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:47:30 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Mon Mar 4 15:53:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -22,7 +22,6 @@ Version: 2.4.0
Release: 0
Summary: Transaction management for Python
License: ZPL-2.1
Group: Development/Libraries/Python
URL: https://github.com/zopefoundation/transaction
Source: https://files.pythonhosted.org/packages/source/t/transaction/transaction-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
@ -56,7 +55,7 @@ rm -rf transaction.egg-info
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py -q test