|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
%{?python_enable_dependency_generator}
|
|
|
|
|
%global forgeurl https://github.com/Yubico/yubikey-manager/
|
|
|
|
|
%global commit 75e0d3680e5d2537f024e8c24ef65cce752d453b
|
|
|
|
|
%global commit d3802d4bd2a23ee50351605d59d55d8f5d9d5577
|
|
|
|
|
|
|
|
|
|
Name: yubikey-manager
|
|
|
|
|
Version: 4.0.0a1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Python library and command line tool for configuring a YubiKey
|
|
|
|
|
|
|
|
|
|
%forgemeta
|
|
|
|
@ -17,10 +17,12 @@ Source0: %{forgesource}
|
|
|
|
|
Source1: %{name}.rpmlintrc
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python3-devel swig pcsc-lite-devel ykpers python3-setuptools
|
|
|
|
|
BuildRequires: python3-poetry-core pyproject-rpm-macros tox python-tox-current-env
|
|
|
|
|
# install_requires from setup.py
|
|
|
|
|
BuildRequires: %{py3_dist six pyscard pyusb click cryptography pyopenssl fido2}
|
|
|
|
|
BuildRequires: swig pcsc-lite-devel ykpers pyproject-rpm-macros
|
|
|
|
|
BuildRequires: python3-devel tox
|
|
|
|
|
BuildRequires: %{py3_dist six pyscard pyusb click cryptography pyopenssl}
|
|
|
|
|
BuildRequires: %{py3_dist tox-current-env poetry-core setuptools}
|
|
|
|
|
BuildRequires: %{py3_dist fido2} >= 0.9.0
|
|
|
|
|
|
|
|
|
|
Requires: python3-%{name} python3-setuptools u2f-hidraw-policy
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -62,6 +64,9 @@ Python library for configuring a YubiKey.
|
|
|
|
|
%{_bindir}/ykman
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 10 2021 Gerald Cox <gbcox@fedoraproject.org> - 4.0.0a1
|
|
|
|
|
- Upstream release rhbz#1921519
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2021 Gerald Cox <gbcox@fedoraproject.org> - 4.0.0a1
|
|
|
|
|
- Upstream release rhbz#1921519
|
|
|
|
|
|
|
|
|
|