diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-01-06 17:07:19 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-01-06 17:07:19 -0500 |
commit | 37978f16f382360bef160017d4e1803d0c56244b (patch) | |
tree | 7b312d67c99e7217309c4db22689a907fb1e8838 | |
parent | 27053aa14ba234a0d5e1b4affd272a5c7b01aa1b (diff) | |
parent | f1e1c50dc86e703d6db6819d9d3d445754d809cd (diff) | |
download | systemtap-steved-37978f16f382360bef160017d4e1803d0c56244b.tar.gz systemtap-steved-37978f16f382360bef160017d4e1803d0c56244b.tar.xz systemtap-steved-37978f16f382360bef160017d4e1803d0c56244b.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
Add missing files to systemtap.spec
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | systemtap.spec | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -4,6 +4,12 @@ * buildrun.cxx (compile_pass): Add $(LINUXINCLUDES) to autoconf trial builds. Add new autoconf test for task_struct uid->cred switch. +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 |