From 9755eed7b473cf0acdae494f6aa851bcf15619f5 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Aug 28 2017 21:09:23 +0000 Subject: Use python2-* naming conventions for *Requires --- diff --git a/python-keyring.spec b/python-keyring.spec index 54125a3..2a5c1ea 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -3,7 +3,7 @@ Name: python-keyring Version: 10.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Store and access your passwords safely License: MIT and Python URL: https://github.com/jaraco/keyring @@ -35,14 +35,14 @@ Python keyring lib also provides following build-in keyrings.\ %package -n python2-keyring Summary: Python 2 library to access the system keyring service BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: python2-setuptools_scm BuildRequires: python-keyczar -BuildRequires: python-mock +BuildRequires: python2-mock BuildRequires: pycryptopp %if 0%{?with_tests} -BuildRequires: python-pytest +BuildRequires: python2-pytest BuildRequires: python2-pytest-cache BuildRequires: python2-pytest-cov BuildRequires: python2-pytest-flakes @@ -127,6 +127,9 @@ nosetests-%{python2_version} %endif %changelog +* Mon Aug 28 2017 Christopher Tubbs - 10.4.0-2 +- Use python2-* naming conventions for *Requires + * Mon Aug 28 2017 Christopher Tubbs - 10.4.0-1 - Update to python-keyring 10.4.0 (bz#1464676)