diff options
author | fche <fche> | 2005-08-05 17:04:29 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-05 17:04:29 +0000 |
commit | aab2b35fb1752b5a1118d4c4b3e43a0db20cccb8 (patch) | |
tree | c21b700d3e8d7391d8f78657cf4be7f1070a3c67 /systemtap.spec.in | |
parent | b905fd8805873fc3d36f128e1a3961eca05f58c7 (diff) | |
download | systemtap-steved-aab2b35fb1752b5a1118d4c4b3e43a0db20cccb8.tar.gz systemtap-steved-aab2b35fb1752b5a1118d4c4b3e43a0db20cccb8.tar.xz systemtap-steved-aab2b35fb1752b5a1118d4c4b3e43a0db20cccb8.zip |
2005-08-05 Frank Ch. Eigler <fche@elastic.org>
PR translator/1175
* translate.cxx (*): Added unlikely() markers to most emitted error
checks.
(mapvar::get,set): Handle NULL<->"" impedance mismatch.
(itervar::get_key): Ditto. Use base index=1 for keys.
* testsuite/buildok/one.stp: Extend. And it runs with -p5 too.
* stap.1: Document use of ";" statament as mechanism for grammar
ambiguity resolution.
* stp_check.in: Set $prefix.
* systemtap.spec.in: Prereq kernel-devel, kernel-debuginfo,
and not tcl.
* tapsets.cxx: Make slightly less verbose.
* translate.cxx
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index eb282db2..3359fdab 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -15,8 +15,11 @@ ExclusiveArch: %{ix86} x86_64 BuildRoot: %{_tmppath}/%{name}-root Requires: kernel >= 2.6.9-11 -Requires: tcl gcc make -BuildRequires: doxygen +Requires: kernel-devel +# or is that kernel-smp-devel? +Requires: kernel-debuginfo +Requires: gcc make +# Requires: tcl %if %{bundled_elfutils} Source1: elfutils-%{elfutils_version}.tar.gz |