|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: yubikey-manager
|
|
|
|
|
Version: 0.6.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Python library and command line tool for configuring a YubiKey
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -11,7 +11,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: python3-devel swig pcsc-lite-devel
|
|
|
|
|
# install_requires from setup.py
|
|
|
|
|
BuildRequires: %{py3_dist six pyusb pyscard click cryptography pyOpenSSL}
|
|
|
|
|
Requires: python3-%{name}
|
|
|
|
|
Requires: python3-%{name} u2f-host
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Command line tool for configuring a YubiKey.
|
|
|
|
@ -48,6 +48,9 @@ Python library for configuring a YubiKey.
|
|
|
|
|
%{_bindir}/ykman
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 7 2018 Seth Jennings <sethdjennings@gmail.com> - 0.6.0-2
|
|
|
|
|
- add u2f-host as dependency
|
|
|
|
|
|
|
|
|
|
* Wed May 2 2018 Seth Jennings <sethdjennings@gmail.com> - 0.6.0-1
|
|
|
|
|
- Upstream release
|
|
|
|
|
|
|
|
|
|