From 6d8e0adb8e62a64d684ffc79295465b9ba4c34a1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 18 Jan 2019 10:37:03 -0800 Subject: [PATCH] Fix cheetah binary dependency (it's not always in python-cheetah) --- tito.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tito.spec b/tito.spec index 4ac15ac..45d4e99 100644 --- a/tito.spec +++ b/tito.spec @@ -66,10 +66,11 @@ Requires: rpmlint Requires: fedpkg Requires: fedora-packager Requires: rpmdevtools -# Cheetah doesn't exist for Python 3, but it's what Mead uses. We +# Cheetah used not to exist for Python 3, but it's what Mead uses. We # install it and call via the command line instead of importing the -# potentially incompatible code -Requires: python-cheetah +# previously potentially incompatible code, as we have not yet got +# around to changing this +Requires: /usr/bin/cheetah %description Tito is a tool for managing tarballs, rpms, and builds for projects using