diff options
author | Dave Brolley <brolley@redhat.com> | 2008-12-24 13:18:50 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-12-24 13:18:50 -0500 |
commit | 1cecb3c506475a0e0b0ee4180a91e1a9433d346b (patch) | |
tree | fc093dc7c74968a86a20ddbe2d9e11564e070339 /systemtap.spec | |
parent | e5976ba0af9b828dcc76b3937b5a98fe9c0f6cb8 (diff) | |
download | systemtap-steved-1cecb3c506475a0e0b0ee4180a91e1a9433d346b.tar.gz systemtap-steved-1cecb3c506475a0e0b0ee4180a91e1a9433d346b.tar.xz systemtap-steved-1cecb3c506475a0e0b0ee4180a91e1a9433d346b.zip |
Systemtap compile server phase 2 (ssl) -- first cut.
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/systemtap.spec b/systemtap.spec index 9fa0e68d..4ba1895d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -82,7 +82,7 @@ Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ Requires: systemtap-runtime = %{version}-%{release} -Requires: avahi avahi-tools nc mktemp +Requires: avahi avahi-tools nss nss-tools mktemp %description client SystemTap client is the client component of an instrumentation @@ -95,7 +95,7 @@ Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ Requires: systemtap -Requires: avahi avahi-tools nc net-tools mktemp +Requires: avahi avahi-tools nss nss-tools mktemp %description server SystemTap server is the server component of an instrumentation @@ -251,6 +251,7 @@ exit 0 %{_bindir}/stap-serverd %{_bindir}/stap-start-server %{_bindir}/stap-stop-server +%{_bindir}/stap-gen-server-cert %{_mandir}/man8/stap-server.8* %changelog |