From 77f9de179e9920440c4081a77c932936241f4c51dec10f1936c23c98dd3cd970 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:50:18 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=43 --- python-jsonschema.changes | 5 +++++ python-jsonschema.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 9e770ac..b5491e9 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 13:49:28 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Tue Sep 17 05:31:26 UTC 2019 - John Vandenberg diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 6d15572..758da62 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -25,7 +25,6 @@ Version: 3.0.2 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT -Group: Development/Languages/Python URL: https://github.com/Julian/jsonschema Source: https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz BuildRequires: %{python_module Twisted} @@ -70,7 +69,7 @@ for Python (supporting 2.6+ including Python 3). %python_install # Remove benchmark tests %{python_expand rm -r %{buildroot}%{$python_sitelib}/jsonschema/benchmarks %{buildroot}%{$python_sitelib}/jsonschema/tests -%fdupes -s %{buildroot}%{$python_sitelib} +%fdupes %{buildroot}%{$python_sitelib} } # Prepare for update-alternatives usage