|
|
|
@ -11,8 +11,8 @@
|
|
|
|
|
%global srcname fido2
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 0.6.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Functionality for FIDO 2.0, including USB device communication
|
|
|
|
|
|
|
|
|
|
# Main code is BSD
|
|
|
|
@ -57,6 +57,7 @@ BuildRequires: python2-pyfakefs >= 3.4
|
|
|
|
|
%if %{undefined __pythondist_requires}
|
|
|
|
|
Requires: python2-enum34
|
|
|
|
|
Requires: python2-cryptography
|
|
|
|
|
Requires: python2-pyscard
|
|
|
|
|
Requires: python2-six
|
|
|
|
|
%endif
|
|
|
|
|
%{?python_provide:%python_provide python2-%{srcname}}
|
|
|
|
@ -76,6 +77,11 @@ BuildRequires: python%{python3_pkgversion}-pyfakefs >= 3.4
|
|
|
|
|
%endif
|
|
|
|
|
%if %{undefined __pythondist_requires}
|
|
|
|
|
Requires: python%{python3_pkgversion}-cryptography
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
|
|
|
|
Recommends: python%{python3_pkgversion}-pyscard
|
|
|
|
|
%else
|
|
|
|
|
Requires: python%{python3_pkgversion}-pyscard
|
|
|
|
|
%endif
|
|
|
|
|
Requires: python%{python3_pkgversion}-six
|
|
|
|
|
%endif
|
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
|
|
|
@ -95,6 +101,11 @@ BuildRequires: python%{python3_other_pkgversion}-pyfakefs >= 3.4
|
|
|
|
|
%endif
|
|
|
|
|
%if %{undefined __pythondist_requires}
|
|
|
|
|
Requires: python%{python3_other_pkgversion}-cryptography
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
|
|
|
|
Recommends: python%{python3_other_pkgversion}-pyscard
|
|
|
|
|
%else
|
|
|
|
|
Requires: python%{python3_other_pkgversion}-pyscard
|
|
|
|
|
%endif
|
|
|
|
|
Requires: python%{python3_other_pkgversion}-six
|
|
|
|
|
%endif
|
|
|
|
|
%{?python_provide:%python_provide python%{python3_other_pkgversion}-%{srcname}}
|
|
|
|
@ -160,6 +171,9 @@ Requires: python%{python3_other_pkgversion}-six
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 11 2019 Orion Poplawski <orion@nwra.com> - 0.7.0-1
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|