From 817a3758ae5b686b0ac3ac990975ad3ba4944991 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Nov 10 2011 16:30:01 +0000 Subject: Fix to build on RHEL6 --- diff --git a/python-chameleon.spec b/python-chameleon.spec index ca7f806..c176bc8 100644 --- a/python-chameleon.spec +++ b/python-chameleon.spec @@ -22,6 +22,10 @@ BuildRequires: python-setuptools BuildRequires: python-lxml BuildRequires: python-zope-interface +%if 0%{?rhel} && 0%{?rhel} <= 6 +BuildRequires: python-unittest2 +%endif + %if 0%{?rhel} && 0%{?rhel} < 6 BuildRequires: python-elementtree Requires: python-elementtree @@ -76,7 +80,10 @@ rm -rf %{buildroot} %changelog -* Mon Oct 3 2011 Toshio Kuratomi - 2.5.3-1 +* Thu Nov 10 2011 Toshio Kuratomi - 2.5.3-1.1 +- Fix to build on RHEL6 + +* Thu Nov 10 2011 Toshio Kuratomi - 2.5.3-1 - New upstream release * Mon Oct 3 2011 Toshio Kuratomi - 2.5.1-1