From bddbea049ec8aea1dd1ba06e78ec57206a228677 Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Thu, 17 Jul 2008 11:55:32 -0400 Subject: Include stap-client, stap-server and stap-serverd in rpm packages. --- ChangeLog | 5 +++++ systemtap.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c14e3aeb..23276f39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-17 Masami Hiramatsu + + * systemtap.spec (%files): Add stap-server and stap-serverd. + (%files runtime): Add stap-client. + 2008-07-17 David Smith * systemtap.spec: Moved comment that was on the same line as diff --git a/systemtap.spec b/systemtap.spec index 98927d83..deec1d28 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -176,6 +176,8 @@ exit 0 %endif %{_bindir}/stap +%{_bindir}/stap-server +%{_bindir}/stap-serverd %{_mandir}/man1/* %{_mandir}/man5/* @@ -196,6 +198,7 @@ exit 0 %files runtime %defattr(-,root,root) %attr(4111,root,root) %{_bindir}/staprun +%{_bindir}/stap-client %{_libexecdir}/%{name} %{_mandir}/man8/* -- cgit