From 04c1d190c0df5a80f7fe82db70325ef25911a44ef1fe1e98dc3a0a047d7ccffd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:47:45 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=35 --- python-transaction.changes | 5 +++++ python-transaction.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-transaction.changes b/python-transaction.changes index a73f405..72d2141 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:47:30 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon Mar 4 15:53:44 UTC 2019 - Tomáš Chvátal diff --git a/python-transaction.spec b/python-transaction.spec index 5566227..991b480 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -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