|
|
@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 0.8.1
|
|
|
|
Version: 0.8.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Functionality for FIDO 2.0, including USB device communication
|
|
|
|
Summary: Functionality for FIDO 2.0, including USB device communication
|
|
|
|
|
|
|
|
|
|
|
|
# Main code is BSD
|
|
|
|
# Main code is BSD
|
|
|
@ -51,6 +51,7 @@ For usage, see the examples/ directory.
|
|
|
|
%package -n python2-%{srcname}
|
|
|
|
%package -n python2-%{srcname}
|
|
|
|
Summary: %summary
|
|
|
|
Summary: %summary
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
|
|
|
BuildRequires: python2-setuptools
|
|
|
|
BuildRequires: python2-cryptography
|
|
|
|
BuildRequires: python2-cryptography
|
|
|
|
BuildRequires: python2-six
|
|
|
|
BuildRequires: python2-six
|
|
|
|
BuildRequires: python2-enum34
|
|
|
|
BuildRequires: python2-enum34
|
|
|
@ -73,6 +74,7 @@ Requires: python2-six
|
|
|
|
%package -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
%package -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
Summary: %summary
|
|
|
|
Summary: %summary
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
BuildRequires: python%{python3_pkgversion}-cryptography
|
|
|
|
BuildRequires: python%{python3_pkgversion}-cryptography
|
|
|
|
BuildRequires: python%{python3_pkgversion}-six
|
|
|
|
BuildRequires: python%{python3_pkgversion}-six
|
|
|
|
# For tests
|
|
|
|
# For tests
|
|
|
@ -176,6 +178,9 @@ Requires: python%{python3_other_pkgversion}-six
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 24 2020 Orion Poplawski <orion@nwra.com> - 0.8.1-4
|
|
|
|
|
|
|
|
- Add BR on python-setuptools
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-3
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-3
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|