From a63a95dc1994d08176b63f0a133749b531f22b80 Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 26 Sep 2006 21:41:37 +0000 Subject: 2006-09-26 David Smith * .cvsignore: Changed 'stpd' reference to 'staprun'. * INTERNALS: Ditto. * buildrun.cxx (run_pass): Ditto. * lket.5.in: Ditto. * stap.1.in: Ditto. * stapruncs.5.in: Ditto. * examples/small_demos/demo_script.txt: Ditto. * examples/small_demos/sys.stp: Ditto. * systemtap.spec.in: Created a new subpackage, "systemtap-runtime", that contains staprun. * Makefile.am: Renamed 'stpd' to 'staprun' and moved it to $(bindir). * Makefile.in: Regenerated from Makefile.am. * configure.ac: Incremented version number. * configure: Regenerated from configure.ac. --- systemtap.spec.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'systemtap.spec.in') diff --git a/systemtap.spec.in b/systemtap.spec.in index 7c3825fb..e513d907 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -42,6 +42,7 @@ Requires: glib2 >= 2.0.0 # or is that kernel-smp-devel? kernel-hugemem-devel? Requires: gcc make # Suggest: kernel-debuginfo +Requires: systemtap-runtime = %{version}-%{release} %if %{bundled_elfutils} Source1: elfutils-%{elfutils_version}.tar.gz @@ -56,6 +57,18 @@ SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system. +%package runtime +Summary: Instrumentation System Runtime +Group: Development/System +License: GPL +URL: http://sourceware.org/systemtap/ +Requires: kernel >= 2.6.9-11 + +%description runtime +SystemTap runtime is the runtime component of an instrumentation +system for systems running Linux 2.6. Developers can write +instrumentation to collect data on the operation of the system. + %prep %setup -q %{?setup_elfutils} @@ -124,8 +137,14 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/%{name}/lib*.so* %endif +%files runtime +%defattr(-,root,root) +%{_bindir}/staprun %changelog +* Tue Sep 26 2006 David Smith - 0.5.10-1 +- Added 'systemtap-runtime' subpackage. + * Wed Jul 19 2006 Roland McGrath - 0.5.9-1 - PRs 2669, 2913 -- cgit