From 649cb1047bdeb8574c7e4a8e7f5b3e3e50ece470 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 2 Nov 2015 12:02:02 +0530 Subject: Fix #1276771 --- python-mock.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'python-mock.spec') diff --git a/python-mock.spec b/python-mock.spec index 1e006ef..9c5264b 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -6,7 +6,7 @@ Name: python-mock Version: 1.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Python Mocking and Patching Library for Testing Group: Development/Libraries @@ -18,7 +18,9 @@ Source1: LICENSE.txt BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +%if 0%{?rhel} <= 6 BuildRequires: python-unittest2 +%endif %if 0%{?with_python3} BuildRequires: python3-devel @@ -98,6 +100,9 @@ popd %changelog +* Mon Nov 02 2015 Praveen Kumar 1.0.1-7 +- Fix #1276771 + * Wed Sep 23 2015 Robert Kuska - 1.0.1-6 - Rebuilt for Python3.5 rebuild -- cgit