Bug 676638

Summary: dtrace(1) man page is not in the same package as the binary
Product: [Fedora] Fedora Reporter: Paolo Bonzini <pbonzini>
Component: systemtapAssignee: Stan Cox <scox>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dsmith, fche, jistone, mjw, roland, scox, wcohen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 676641 (view as bug list) Environment:
Last Closed: 2011-07-04 14:43:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 676641    

Description Paolo Bonzini 2011-02-10 14:59:29 UTC
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.

Comment 1 Stan Cox 2011-02-15 14:26:07 UTC
Fixed upstream:

Put dtrace(1) man page in the same package as the binary.
    
systemtap.spec (sdt-devel): Move dtrace.1 here.

Comment 2 Frank Ch. Eigler 2011-07-04 14:43:10 UTC
I believe the systemtap 1.5 packages fix this problem.