summaryrefslogtreecommitdiffstats
path: root/systemtap.spec.in
diff options
context:
space:
mode:
authordsmith <dsmith>2006-09-26 21:41:37 +0000
committerdsmith <dsmith>2006-09-26 21:41:37 +0000
commita63a95dc1994d08176b63f0a133749b531f22b80 (patch)
treeb9ffa6793a0289097481df6931a74c5478eb0a38 /systemtap.spec.in
parent3ae203b24203fc169e39f7b733f11038aafa80ef (diff)
downloadsystemtap-steved-a63a95dc1994d08176b63f0a133749b531f22b80.tar.gz
systemtap-steved-a63a95dc1994d08176b63f0a133749b531f22b80.tar.xz
systemtap-steved-a63a95dc1994d08176b63f0a133749b531f22b80.zip
2006-09-26 David Smith <dsmith@redhat.com>
* .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.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r--systemtap.spec.in19
1 files changed, 19 insertions, 0 deletions
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 <dsmith@redhat.com> - 0.5.10-1
+- Added 'systemtap-runtime' subpackage.
+
* Wed Jul 19 2006 Roland McGrath <roland@redhat.com> - 0.5.9-1
- PRs 2669, 2913