From 6b3801867044216de9e6523ade103e89223298ae Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 8 May 2018 14:43:29 +0000 Subject: [PATCH] Fix tox dependency Merges #2 --- python-gssapi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 40e32de..4b5bb6c 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -19,13 +19,13 @@ BuildRequires: krb5-devel >= 1.10 BuildRequires: krb5-libs >= 1.10 BuildRequires: python2-Cython >= 0.21 BuildRequires: python2-setuptools -BuildRequires: python2-tox BuildRequires: gcc # For autosetup BuildRequires: git %if 0%{?run_tests} +BuildRequires: %{_bindir}/tox BuildRequires: python2-nose BuildRequires: python2-nose-parameterized BuildRequires: python-shouldbe @@ -142,6 +142,9 @@ popd %changelog +* Tue May 08 2018 Robbie Harwood - 1.5.0-2 +- Fix tox dependency + * Fri Apr 06 2018 Robbie Harwood - 1.5.0-1 - Prepare for release 1.5.0