From 8a4935f99e629282d19fb12f2d134b802cb6a57f05dec0dec8260819ceb3d334 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 11:43:32 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certstream?expand=0&rev=10 --- python-certstream.changes | 5 +++++ python-certstream.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-certstream.changes b/python-certstream.changes index 30b8af2..ed55f84 100644 --- a/python-certstream.changes +++ b/python-certstream.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:43:24 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Sat Mar 16 17:00:23 UTC 2019 - Jan Engelhardt diff --git a/python-certstream.spec b/python-certstream.spec index fc3acb0..aa3a205 100644 --- a/python-certstream.spec +++ b/python-certstream.spec @@ -22,7 +22,6 @@ Version: 1.10 Release: 0 Summary: Python library for receiving certificate transparency list updates License: MIT -Group: Development/Libraries/Python URL: https://github.com/CaliDog/certstream-python/ Source0: https://files.pythonhosted.org/packages/source/c/certstream/certstream-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 18.0.1} @@ -53,7 +52,7 @@ sed -i -e 's:==:>=:g' requirements.txt %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} # there are no tests