From d6c730b5fe7f46272c390fd56514fd461716f309 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 11 Jul 2010 02:04:30 +0000 Subject: [PATCH] - add missing Requires: python-cheetah from koji-builder --- koji.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/koji.spec b/koji.spec index b854c4d..9f6c231 100644 --- a/koji.spec +++ b/koji.spec @@ -2,7 +2,7 @@ Name: koji Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 and GPLv2+ # koji.ssl libs (from plague) are GPLv2+ Summary: Build system tools @@ -62,7 +62,8 @@ Requires: /usr/bin/git Requires: rpm-build Requires: redhat-rpm-config Requires: pykickstart -Requires: pycdio +Requires: pycdio +Requires: python-cheetah %if 0%{?fedora} || 0%{?rhel} > 5 Requires: createrepo >= 0.9.6 %endif @@ -186,6 +187,9 @@ if [ $1 = 0 ]; then fi %changelog +* Sat Jul 10 2010 Dennis Gilmore - 1.4.0-2 +- add missing Requires: python-cheetah from koji-builder + * Fri Jul 09 2010 Dennis Gilmore - 1.4.0-1 - update to 1.4.0 - Merge mead branch: support for building jars with Maven *