|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: yubikey-manager
|
|
|
|
|
Version: 3.0.0
|
|
|
|
|
Release: 4.git%{shortcommit}%{?dist}
|
|
|
|
|
Release: 5.git%{shortcommit}%{?dist}
|
|
|
|
|
Summary: Python library and command line tool for configuring a YubiKey
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -16,7 +16,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: python3-devel swig pcsc-lite-devel ykpers
|
|
|
|
|
# install_requires from setup.py
|
|
|
|
|
BuildRequires: %{py3_dist six pyscard pyusb click cryptography pyopenssl fido2}
|
|
|
|
|
Requires: python3-%{name} python-setuptools u2f-hidraw-policy
|
|
|
|
|
Requires: python3-%{name} python3-setuptools u2f-hidraw-policy
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Command line tool for configuring a YubiKey.
|
|
|
|
@ -51,6 +51,9 @@ Python library for configuring a YubiKey.
|
|
|
|
|
%{_bindir}/ykman
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 21 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-5.gitcfa1907
|
|
|
|
|
- Require python3-setuptools explicitly
|
|
|
|
|
|
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-4.gitcfa1907
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
|
|
|
|