summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-08-08 15:11:36 -0400
committerDave Brolley <brolley@redhat.com>2008-08-08 15:11:36 -0400
commitd5658775da9fa0ac792eb3f874df9f7c4d60de7e (patch)
treef20be52c08db77ff67bf3a448a76339aa5e4c98c /systemtap.spec
parenta4cc1d081ede55ed6c743147d62fcc3519f73a71 (diff)
downloadsystemtap-steved-d5658775da9fa0ac792eb3f874df9f7c4d60de7e.tar.gz
systemtap-steved-d5658775da9fa0ac792eb3f874df9f7c4d60de7e.tar.xz
systemtap-steved-d5658775da9fa0ac792eb3f874df9f7c4d60de7e.zip
Start/stop the systemtap server from systemtap.exp and not in the top level Makefile.
Diffstat (limited to 'systemtap.spec')
-rw-r--r--systemtap.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/systemtap.spec b/systemtap.spec
index 503022d1..61ccd667 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -46,6 +46,7 @@ Requires: crash
%if %{with_docs}
BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf latex2html
%endif
+Requires: avahi-tools nc
%description
SystemTap is an instrumentation system for systems running Linux 2.6.
@@ -59,6 +60,7 @@ License: GPLv2+
URL: http://sourceware.org/systemtap/
Requires: kernel >= 2.6.9-11
Requires(pre): shadow-utils
+Requires: avahi-tools nc
%description runtime
SystemTap runtime is the runtime component of an instrumentation
@@ -178,10 +180,6 @@ exit 0
%{_bindir}/stap
%{_bindir}/stap-server
%{_bindir}/stap-serverd
-%{_bindir}/stap-find-servers
-%{_bindir}/stap-start-server
-%{_bindir}/stap-find-or-start-server
-%{_bindir}/stap-stop-server
%{_mandir}/man1/*
%{_mandir}/man5/*
@@ -203,6 +201,10 @@ exit 0
%defattr(-,root,root)
%attr(4111,root,root) %{_bindir}/staprun
%{_bindir}/stap-client
+%{_bindir}/stap-find-servers
+%{_bindir}/stap-start-server
+%{_bindir}/stap-find-or-start-server
+%{_bindir}/stap-stop-server
%{_libexecdir}/%{name}
%{_mandir}/man8/*