15
0

- 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
This commit is contained in:
2019-10-14 11:43:32 +00:00
committed by Git OBS Bridge
parent 2b1bd90f55
commit 8a4935f99e
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 11:43:24 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Sat Mar 16 17:00:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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