Description of problem: /usr/bin/dtrace is provided by systemtap-sdt-devel, while dtrace(1) is provided by systemtap Version-Release number of selected component (if applicable): systemtap-1.4-1 Steps to Reproduce: 1. Invoke "apropos dtrace". 2. Invoke "man dtrace". 3. Invoke "dtrace". Actual results: User is puzzled as the binary is not found. Expected results: User cannot find the manpage, invokes "yum whatprovides '*/dtrace*'" and installs the binary.
Fixed upstream: Put dtrace(1) man page in the same package as the binary. systemtap.spec (sdt-devel): Move dtrace.1 here.
I believe the systemtap 1.5 packages fix this problem.