summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python-mock.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/python-mock.spec b/python-mock.spec
index 27e0072..0a1b3ee 100644
--- a/python-mock.spec
+++ b/python-mock.spec
@@ -6,7 +6,7 @@
Name: python-mock
Version: 0.8.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A Python Mocking and Patching Library for Testing
Group: Development/Libraries
@@ -91,6 +91,9 @@ popd
%changelog
+* Wed Oct 12 2016 Tim Orling <tictotimo@gmail.com> - 0.8.0-3
+- Enable build on EL6
+
* Mon Jul 09 2012 Ralph Bean <rbean@redhat.com> - 0.8.0-2
- Python3 support