From cf070c0a93f8b247a82ebbbfc03a67806936219a Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Dec 21 2016 01:19:33 +0000 Subject: Add dependency on python-SecretStorage (bz#1328218,bz#1398710) --- diff --git a/python-keyring.spec b/python-keyring.spec index 85c3914..89ebfde 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -3,7 +3,7 @@ Name: python-keyring Version: 9.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Store and access your passwords safely License: MIT and Python URL: https://github.com/jaraco/keyring @@ -48,6 +48,8 @@ BuildRequires: python2-pytest-cov BuildRequires: python2-pytest-flakes %endif +Requires: python2-SecretStorage + %{?python_provide:%python_provide python2-keyring} Obsoletes: %{name}-kwallet < %{version}-%{release} @@ -69,6 +71,8 @@ BuildRequires: python%{python3_pkgversion}-pytest-cov BuildRequires: python%{python3_pkgversion}-pytest-flakes %endif +Requires: python%{python3_pkgversion}-SecretStorage + %{?python_provide:%python_provide python%{python3_pkgversion}-keyring} %description -n python%{python3_pkgversion}-keyring @@ -123,6 +127,9 @@ nosetests-%{python2_version} %endif %changelog +* Wed Dec 21 2016 Christopher Tubbs - 9.0-5 +- Add dependency on python-SecretStorage (bz#1328218,bz#1398710) + * Mon Dec 19 2016 Miro HronĨok - 9.0-4 - Rebuild for Python 3.6