From 0fda8ffb9c598d009f0d39b884dda2c53cd06f26 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 11 Oct 2007 21:56:29 +0000 Subject: * specfile dep fix 2007-10-11 Frank Ch. Eigler * systemtap.spec.in: Make -testsuite subrpm require dejagnu. --- ChangeLog | 4 ++++ systemtap.spec.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 77883fc6..9b68930a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-11 Frank Ch. Eigler + + * systemtap.spec.in: Make -testsuite subrpm require dejagnu. + 2007-10-10 Jim Keniston * runtime/uprobes/uprobes_ppc64.[ch]: Added diff --git a/systemtap.spec.in b/systemtap.spec.in index aeb8f99a..bbb9526c 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -90,7 +90,7 @@ Summary: Instrumentation System Testsuite Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Requires: systemtap +Requires: systemtap dejagnu %description testsuite The testsuite allows testing of the entire SystemTap toolchain -- cgit