diff options
author | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
commit | 547a3b44141e7c7b6548d130bb37f18a634a50a2 (patch) | |
tree | f13c681a2f045d8d133e9388aded783bf9de4e0d /systemtap.spec | |
parent | 471fca5e53a239f7fa4d04b7b6d6f53765a3d598 (diff) | |
parent | a18a40d0cf1408d5575165ebc4374a1ab4f9fbc0 (diff) | |
download | systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.gz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.xz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.zip |
Merge commit 'origin/master'
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/systemtap.spec b/systemtap.spec index c0cddbb5..25ab905b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -385,11 +385,6 @@ exit 0 %{_bindir}/stap %{_bindir}/stap-report -%{_bindir}/stap-env -%{_bindir}/stap-gen-cert -%{_bindir}/stap-authorize-cert -%{_bindir}/stap-authorize-signing-cert -%{_bindir}/stap-sign-module %{_mandir}/man1/* %{_mandir}/man3/* @@ -411,8 +406,12 @@ exit 0 %defattr(-,root,root) %attr(4111,root,root) %{_bindir}/staprun %{_bindir}/stap-report +%{_bindir}/stap-env +%{_bindir}/stap-authorize-cert +%{_bindir}/stap-authorize-signing-cert %{_libexecdir}/%{name} %{_mandir}/man8/staprun.8* +%{_mandir}/man8/stap-authorize-signing-cert.8* %doc README AUTHORS NEWS COPYING @@ -423,18 +422,16 @@ exit 0 %files client %defattr(-,root,root) %{_bindir}/stap-client -%{_bindir}/stap-env %{_bindir}/stap-find-servers -%{_bindir}/stap-authorize-cert %{_bindir}/stap-authorize-server-cert %{_bindir}/stap-client-connect -%{_mandir}/man8/stap-server.8* +%{_mandir}/man8/stap-client.8* +%{_mandir}/man8/stap-authorize-server-cert.8* %files server %defattr(-,root,root) %{_bindir}/stap-server %{_bindir}/stap-serverd -%{_bindir}/stap-env %{_bindir}/stap-start-server %{_bindir}/stap-find-servers %{_bindir}/stap-find-or-start-server @@ -442,9 +439,12 @@ exit 0 %{_bindir}/stap-gen-cert %{_bindir}/stap-authorize-cert %{_bindir}/stap-authorize-server-cert +%{_bindir}/stap-authorize-signing-cert %{_bindir}/stap-server-connect %{_bindir}/stap-sign-module %{_mandir}/man8/stap-server.8* +%{_mandir}/man8/stap-authorize-server-cert.8* +%{_mandir}/man8/stap-authorize-signing-cert.8* %{_sysconfdir}/rc.d/init.d/stap-server %dir %{_sysconfdir}/stap-server %dir %{_sysconfdir}/stap-server/conf.d |