forked from pool/python-certstream
Accepting request 738298 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/request/show/738298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certstream?expand=0&rev=5
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user