From 6e6825586ff055007a707831969fe367e0da3e97 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Feb 10 2017 23:34:48 +0000 Subject: Rebuild for python-cffi update in rhel. Fixes bug #1400668 --- diff --git a/python-pygit2.spec b/python-pygit2.spec index aa5b28b..43ca8f6 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -13,7 +13,7 @@ Name: python-%{pkgname} Version: 0.21.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python 2.x bindings for libgit2 URL: http://www.pygit2.org Source: http://pypi.python.org/packages/source/p/%{pkgname}/%{pkgname}-%{version}.tar.gz @@ -25,7 +25,7 @@ BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-setuptools -Requires: python-cffi +Requires: python-cffi >= 1.6.0-5.el7 Patch0: 0001-Remove-remote-calling-unit-tests.patch @@ -131,6 +131,9 @@ popd %changelog +* Fri Feb 10 2017 Kevin Fenzi - 0.21.4-3 +- Rebuild for python-cffi update in rhel. Fixes bug #1400668 + * Wed Jan 14 2015 Ralph Bean - 0.21.4-2 - Conditionalize python3 subpackage.