diff --git a/SPECS/python-urllib3.spec b/SPECS/python-urllib3.spec index c03ee3f..8d30483 100644 --- a/SPECS/python-urllib3.spec +++ b/SPECS/python-urllib3.spec @@ -8,7 +8,7 @@ Name: python-%{srcname} Version: 1.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -40,7 +40,7 @@ Requires: ca-certificates Requires: python-six Requires: python-backports-ssl_match_hostname -%if 0%{?rhel} <= 6 +%if 0%{?rhel} && 0%{?rhel} <= 6 BuildRequires: python-ordereddict Requires: python-ordereddict %endif @@ -139,11 +139,11 @@ popd %endif # with_python3 %changelog -* Thu Jun 13 2013 Endi S. Dewata - 1.5-7 -- Restored tests since dependencies have been added +* Fri Dec 27 2013 Daniel Mach - 1.5-8 +- Mass rebuild 2013-12-27 -* Tue Jun 11 2013 Martin Kosek - 1.5-6 -- Do not run build tests due to missing dependencies +* Tue Jun 11 2013 Toshio Kuratomi - 1.5-6 +- Fix Requires of python-ordereddict to only apply to RHEL * Fri Mar 1 2013 Toshio Kuratomi - 1.5-5 - Unbundling finished!