From e126c792d0cbcad9b1fe7b823ccedd0053189fc1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jan 18 2014 02:10:18 +0000 Subject: Add python-ordereddict as a dep for el6. --- diff --git a/python-chameleon.spec b/python-chameleon.spec index 2ebe425..cae8cca 100644 --- a/python-chameleon.spec +++ b/python-chameleon.spec @@ -6,7 +6,7 @@ Name: python-chameleon Version: 2.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: XML-based template compiler Group: Development/Languages @@ -39,6 +39,8 @@ BuildRequires: python-unittest2 %if 0%{?rhel} && 0%{?rhel} < 6 BuildRequires: python-elementtree Requires: python-elementtree +BuildRequires: python-ordereddict +Requires: python-ordereddict %endif Requires: python-setuptools @@ -133,6 +135,9 @@ popd %endif %changelog +* Fri Jan 17 2014 Ralph Bean - 2.11-4 +- Add dependency on ordereddict for el6. + * Sun Aug 04 2013 Fedora Release Engineering - 2.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild