From 190002cd671fa15e304943e67173bdf4206116a2 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Apr 27 2019 01:43:19 +0000 Subject: Add requires on setuptools Change requires from u2f-host to u2f-hidraw-policy --- diff --git a/yubikey-manager.spec b/yubikey-manager.spec index 9e3f49d..f31390c 100644 --- a/yubikey-manager.spec +++ b/yubikey-manager.spec @@ -5,7 +5,7 @@ Name: yubikey-manager Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python library and command line tool for configuring a YubiKey License: BSD @@ -19,7 +19,8 @@ BuildArch: noarch BuildRequires: swig BuildRequires: pcsc-lite-devel Requires: python%{python3_pkgversion}-%{name} -Requires: u2f-host +Requires: python%{python3_pkgversion}-setuptools +Requires: u2f-hidraw-policy %description Command line tool for configuring a YubiKey. @@ -72,6 +73,10 @@ Python library for configuring a YubiKey. %{_bindir}/ykman %changelog +* Fri Apr 25 2019 Orion Poplawski - 2.1.0-3 +- Add requires on setuptools +- Change requires from u2f-host to u2f-hidraw-policy + * Thu Apr 25 2019 Orion Poplawski - 2.1.0-2 - Add upstream patch for compatibility with cryptography < 2.5