From 0bda97400ce6610899b3fbd7fd19f67030fedcc8 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Fri, 5 Sep 2008 11:26:07 -0400 Subject: Correct man page specs in systemtap.spec --- systemtap.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'systemtap.spec') diff --git a/systemtap.spec b/systemtap.spec index d2f29786..94eddf0b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -229,7 +229,7 @@ exit 0 %defattr(-,root,root) %attr(4111,root,root) %{_bindir}/staprun %{_libexecdir}/%{name} -%{_mandir}/man8/staprun.8 +%{_mandir}/man8/staprun.8* %doc README AUTHORS NEWS COPYING @@ -241,7 +241,7 @@ exit 0 %defattr(-,root,root) %{_bindir}/stap-client %{_bindir}/stap-find-servers -%{_mandir}/man8/stap-server.8 +%{_mandir}/man8/stap-server.8* %files server %defattr(-,root,root) @@ -251,7 +251,7 @@ exit 0 %{_bindir}/stap-find-servers %{_bindir}/stap-find-or-start-server %{_bindir}/stap-stop-server -%{_mandir}/man8/stap-server.8 +%{_mandir}/man8/stap-server.8* %changelog * Tue Jul 15 2008 Frank Ch. Eigler - 0.7-1 -- cgit