diff options
author | Dave Brolley <brolley@redhat.com> | 2009-01-06 13:21:37 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-01-06 13:21:37 -0500 |
commit | f1e1c50dc86e703d6db6819d9d3d445754d809cd (patch) | |
tree | 5eecc7857b9a31e52c0e5631fec769810884b33d | |
parent | e100f0744e77c5270dd8347f78bb97ee2aab878f (diff) | |
download | systemtap-steved-f1e1c50dc86e703d6db6819d9d3d445754d809cd.tar.gz systemtap-steved-f1e1c50dc86e703d6db6819d9d3d445754d809cd.tar.xz systemtap-steved-f1e1c50dc86e703d6db6819d9d3d445754d809cd.zip |
Add missing files to systemtap.spec
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | systemtap.spec | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-01-06 Dave Brolley <brolley@redhat.com> + + * systemtap.spec (stap-client): Add stap-add-server-cert, + stap-client-connect. + (stap-server): Add stap-server-connect. + 2009-01-05 Dave Brolley <brolley@redhat.com> PR9702 diff --git a/systemtap.spec b/systemtap.spec index 4ba1895d..b7dc6b69 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -243,6 +243,8 @@ exit 0 %{_bindir}/stap-client %{_bindir}/stap-find-servers %{_bindir}/stap-find-or-start-server +%{_bindir}/stap-add-server-cert +%{_bindir}/stap-client-connect %{_mandir}/man8/stap-server.8* %files server @@ -252,6 +254,7 @@ exit 0 %{_bindir}/stap-start-server %{_bindir}/stap-stop-server %{_bindir}/stap-gen-server-cert +%{_bindir}/stap-server-connect %{_mandir}/man8/stap-server.8* %changelog |