summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--systemtap.spec3
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 888607ca..9dfa9f7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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