diff options
author | William Cohen <wcohen@redhat.com> | 2009-12-17 17:39:30 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-12-17 17:39:30 -0500 |
commit | a9766891ff3f5e8cfed2abe47e3c61940bd363b4 (patch) | |
tree | b3e7b72039341bc57bdf91109f1380bfdae89ff4 /systemtap.spec | |
parent | 8789164913641bda9702dd12203521e5aad5cc82 (diff) | |
parent | e0477adcf99e7e8ce162d94e80497d657a93f7f8 (diff) | |
download | systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.tar.gz systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.tar.xz systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
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 |