From 7342716d53ddb57fcd084146deaf1b57a309b7d9 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 7 Mar 2018 16:15:48 +0000 Subject: [PATCH] Add gcc to build-deps --- python-gssapi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 40a770a..7357fac 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -20,6 +20,7 @@ BuildRequires: krb5-libs >= 1.10 BuildRequires: python2-Cython >= 0.21 BuildRequires: python2-setuptools BuildRequires: python2-tox +BuildRequires: gcc # For autosetup BuildRequires: git @@ -141,6 +142,9 @@ popd %changelog +* Wed Mar 07 2018 Robbie Harwood - 1.4.1-2 +- Add gcc to build-deps + * Fri Feb 16 2018 Robbie Harwood - 1.4.1-1 - Prepare for release 1.4.1