diff options
| author | Praveen Kumar <prkumar@redhat.com> | 2015-11-02 12:02:02 +0530 |
|---|---|---|
| committer | Praveen Kumar <prkumar@redhat.com> | 2015-11-02 12:02:02 +0530 |
| commit | 649cb1047bdeb8574c7e4a8e7f5b3e3e50ece470 (patch) | |
| tree | d40e08f7c7c3b3772a01f0cc83b6ce2dcf8ccf9a /python-mock.spec | |
| parent | d18867007a45404a2ae65ca564978ffb62cf8a19 (diff) | |
| download | python-mock-649cb1047bdeb8574c7e4a8e7f5b3e3e50ece470.tar.gz python-mock-649cb1047bdeb8574c7e4a8e7f5b3e3e50ece470.tar.xz python-mock-649cb1047bdeb8574c7e4a8e7f5b3e3e50ece470.zip | |
Fix #1276771
Diffstat (limited to 'python-mock.spec')
| -rw-r--r-- | python-mock.spec | 7 |
1 files changed, 6 insertions, 1 deletions
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 <kumarpraveen.nitdgp@gmail.com> 1.0.1-7 +- Fix #1276771 + * Wed Sep 23 2015 Robert Kuska <rkuska@redhat.com> - 1.0.1-6 - Rebuilt for Python3.5 rebuild |
