diff --git a/yubikey-manager.spec b/yubikey-manager.spec index 998ff32..9ca3d30 100644 --- a/yubikey-manager.spec +++ b/yubikey-manager.spec @@ -5,7 +5,7 @@ Name: yubikey-manager Version: 2.1.0 -Release: 1.git%{shortcommit}%{?dist} +Release: 2.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 # install_requires from setup.py BuildRequires: %{py3_dist six pyscard pyusb click cryptography pyopenssl fido2} -Requires: python3-%{name} setuptools u2f-hidraw-policy +Requires: python3-%{name} python-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 +* Sun Apr 28 2019 Gerald Cox - 2.1.0-2.gitb44d719 +- Upstream release - rhbz#1703827 + * Sun Apr 28 2019 Gerald Cox - 2.1.0-1.gitb44d719 - Upstream release - rhbz#1703827