diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-07-15 16:53:31 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-07-15 16:53:31 +0200 |
commit | 95b487983038ef43b0abf832aeb3cb63aba4fbdb (patch) | |
tree | ea6d5418e6af1e1a05f9cd1b4f05ce8ca49fd73e | |
parent | e4aaabda45427a9b983fa2f01d172dfe5926adaa (diff) | |
download | systemtap-steved-95b487983038ef43b0abf832aeb3cb63aba4fbdb.tar.gz systemtap-steved-95b487983038ef43b0abf832aeb3cb63aba4fbdb.tar.xz systemtap-steved-95b487983038ef43b0abf832aeb3cb63aba4fbdb.zip |
testsuite rpm package should depend on systemtap-sdt-devel
* systemtap.spec (testsuite): Require systemtap-sdt-devel.
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index d62bb7ad..c3f6ea09 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -80,7 +80,7 @@ Summary: Instrumentation System Testsuite Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Requires: systemtap dejagnu +Requires: systemtap systemtap-sdt-devel dejagnu %description testsuite The testsuite allows testing of the entire SystemTap toolchain |