1
0
Tomáš Chvátal 2018-08-08 14:02:18 +00:00 committed by Git OBS Bridge
parent d11aeabec7
commit 4c1743de41
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 8 14:02:08 UTC 2018 - tchvatal@suse.com
- Do not use bundled argon2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 8 13:36:02 UTC 2018 - tchvatal@suse.com Wed Aug 8 13:36:02 UTC 2018 - tchvatal@suse.com

View File

@ -32,8 +32,10 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 6.0} BuildRequires: %{python_module setuptools >= 6.0}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python2-enum34 BuildRequires: python2-enum34
BuildRequires: pkgconfig(libargon2)
Requires: python-cffi >= 1.0.0 Requires: python-cffi >= 1.0.0
Requires: python-six Requires: python-six
%ifpython2 %ifpython2
@ -48,6 +50,7 @@ The secure Argon2 password hashing algorithm that uses cffi to speed things up.
%setup -q -n argon2_cffi-%{version} %setup -q -n argon2_cffi-%{version}
%build %build
export ARGON2_CFFI_USE_SYSTEM=1
%python_build %python_build
%install %install