diff --git a/sources b/sources index d69f07f..0e595b1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -22bf6c073290d0540cf598135f6b9f7d elfutils-0.111.tar.gz -3575739207cb38c5593c291c4d441535 systemtap-0.2.2.tar.gz +6ece965ac84f828c2cbd9e133e252e45 systemtap-0.3.tar.gz +3b36aa6303b5cd299cf29e8771c8be72 elfutils-0.114.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 3a1a034..75e25fc 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,8 +1,8 @@ %define bundled_elfutils 0 -%define elfutils_version 0.111 +%define elfutils_version 0.114 Name: systemtap -Version: 0.2.2 +Version: 0.3 Release: 2 Summary: Instrumentation System Group: Development/System @@ -15,8 +15,10 @@ 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 %if %{bundled_elfutils} Source1: elfutils-%{elfutils_version}.tar.gz @@ -31,8 +33,6 @@ SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system. -See the HTML documentation for further details. - %prep %setup -q %{?setup_elfutils} @@ -85,7 +85,6 @@ export CPPFLAGS LDFLAGS %configure make %{?_smp_mflags} -make docs %install rm -rf ${RPM_BUILD_ROOT} @@ -109,7 +108,7 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) -%doc README AUTHORS NEWS runtime/docs/html +%doc README AUTHORS NEWS COPYING %{_bindir}/stap %{_mandir}/man1/* @@ -128,8 +127,11 @@ rm -rf ${RPM_BUILD_ROOT} %changelog -* Thu Aug 4 2005 Roland McGrath - 0.2.2-2 -- Rebuilt for FC5. +* Fri Aug 26 2005 Frank Eigler - 0.3-2 +- Rebuilt for devel + +* Wed Aug 16 2005 Frank Ch. Eigler +- Bump version. * Wed Aug 3 2005 Martin Hunt - 0.2.2-1 - Add directory /var/cache/systemtap