From c9b58a0d2347d4077776bee99480edef61c5e591 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 2 Jun 2011 18:02:04 -0400 Subject: [PATCH] Add explicit python dependency --- systemtap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index b3af13a..0e3481a 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -16,7 +16,7 @@ Name: systemtap Version: 1.5 -Release: 1%{?dist} +Release: 2%{?dist} # for version, see also configure.ac Summary: Instrumentation System Group: Development/System @@ -139,6 +139,7 @@ Summary: Static probe support tools Group: Development/System License: GPLv2+ and Public Domain URL: http://sourceware.org/systemtap/ +Requires: /usr/bin/python %description sdt-devel Support tools to allow applications to use static probes. @@ -498,6 +499,9 @@ exit 0 %changelog +* Thu Jun 2 2011 Stan Cox - 1.5-2 +- Add explicit 'Requires python' dependency + * Mon May 23 2011 Stan Cox - 1.5-1 - Upstream release.