Bug 226474

Summary: Merge Review: systemtap
Product: [Fedora] Fedora Reporter: Nobody's working on this, feel free to take it <nobody>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Package Reviews List <fedora-package-review>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dsmith, fche
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-24 01:25:06 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:
Attachments:
Description Flags
rpmlint output on systemtap-0.5.13-1.fc6.i386.rpm none

Description Nobody's working on this, feel free to take it 2007-01-31 21:07:49 UTC
Fedora Merge Review: systemtap

http://cvs.fedora.redhat.com/viewcvs/devel/systemtap/
Initial Owner: fche

Comment 1 David Smith 2007-04-20 16:14:19 UTC
Created attachment 153193 [details]
rpmlint output on systemtap-0.5.13-1.fc6.i386.rpm

Comment 2 David Smith 2007-04-20 16:17:23 UTC
There are no rpmlint warnings output on systemtap-runtime-0.5.13-1.fc6.i386.rpm.

There are 3 classes of rpmlint warnings on systemtap-0.5.13-1.fc6.i386.rpm:

- W: systemtap devel-file-in-non-devel-package
/usr/share/systemtap/runtime/*.[ch] (48 instances)

Since the systemtap package is basically a code generator/compiler,
these warnings can be ignored.  Those files could be put in a devel rpm, but the
main rpm would always have to require the devel rpm, making the separation
pointless.

- W: systemtap spurious-executable-perm
/usr/share/doc/systemtap-0.5.13/examples/small_demos/* (13 instances)

rpmlint doesn't like the fact that the systemtap package includes
several demo scripts that are marked as executable.

- W: systemtap doc-file-dependency
/usr/share/doc/systemtap-0.5.13/examples/socktop /bin/bash (1 instance)

rpmlint doesn't like the fact that the systemtap package includes
one demo script that is a bash script.