From 3b31b2adab13287be10c536049b35e305b9fa6a3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 11 Jun 2013 12:40:48 -0400 Subject: [PATCH] Correctly conditionalize ordereddict requirement. --- python-requests.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 31e2386..10502db 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -6,7 +6,7 @@ Name: python-requests Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -31,7 +31,7 @@ Requires: ca-certificates Requires: python-chardet Requires: python-urllib3 -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} <= 6 BuildRequires: python-ordereddict Requires: python-ordereddict %endif @@ -129,6 +129,9 @@ popd %endif %changelog +* Tue Jun 11 2013 Ralph Bean - 1.1.0-4 +- Correct a rhel conditional on python-ordereddict + * Thu Feb 28 2013 Ralph Bean - 1.1.0-3 - Unbundled python-urllib3. Using system python-urllib3 now. - Conditionally include python-ordereddict for el6.