From 2c9896955bf321c49d9e0d048ca33536cf0a2341 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Nov 05 2017 23:22:31 +0000 Subject: Add Requires for python-unittest2. Fixes bug #864308 --- diff --git a/python-chameleon.spec b/python-chameleon.spec index ec245db..2451837 100644 --- a/python-chameleon.spec +++ b/python-chameleon.spec @@ -4,7 +4,7 @@ Name: python-chameleon Version: 2.5.3 -Release: 1%{?dist}.2 +Release: 1%{?dist}.3 Summary: XML-based template compiler Group: Development/Languages @@ -25,7 +25,8 @@ BuildRequires: python-zope-interface %if 0%{?rhel} && 0%{?rhel} <= 6 BuildRequires: python-unittest2 BuildRequires: python-ordereddict -Requires: python-ordereddict +Requires: python-ordereddict +Requires: python-unittest2 %endif %if 0%{?rhel} && 0%{?rhel} < 6 @@ -82,6 +83,9 @@ rm -rf %{buildroot} %changelog +* Sun Nov 05 2017 Kevin Fenzi - 2.5.3-1.3 +- Add Requires for python-unittest2. Fixes bug #864308 + * Fri Jan 17 2014 Ralph Bean - 2.5.3-1.2 - Fix to run on RHEL6