diff options
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/systemtap.spec b/systemtap.spec index 2f50c07f..a28940b9 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -256,6 +256,10 @@ exit 0 %{_bindir}/stap %{_bindir}/stap-report +%{_bindir}/stap-env +%{_bindir}/stap-gen-cert +%{_bindir}/stap-authorize-cert +%{_bindir}/stap-authorize-signing-cert %{_mandir}/man1/* %{_mandir}/man3/* @@ -290,8 +294,7 @@ exit 0 %defattr(-,root,root) %{_bindir}/stap-client %{_bindir}/stap-find-servers -%{_bindir}/stap-find-or-start-server -%{_bindir}/stap-add-server-cert +%{_bindir}/stap-authorize-server-cert %{_bindir}/stap-client-connect %{_mandir}/man8/stap-server.8* @@ -300,8 +303,10 @@ exit 0 %{_bindir}/stap-server %{_bindir}/stap-serverd %{_bindir}/stap-start-server +%{_bindir}/stap-find-servers +%{_bindir}/stap-find-or-start-server %{_bindir}/stap-stop-server -%{_bindir}/stap-gen-server-cert +%{_bindir}/stap-authorize-server-cert %{_bindir}/stap-server-connect %{_mandir}/man8/stap-server.8* |