From aab2b35fb1752b5a1118d4c4b3e43a0db20cccb8 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 5 Aug 2005 17:04:29 +0000 Subject: 2005-08-05 Frank Ch. Eigler 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 --- systemtap.spec.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'systemtap.spec.in') 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 -- cgit