Hide Forgot
Fedora Merge Review: systemtap http://cvs.fedora.redhat.com/viewcvs/devel/systemtap/ Initial Owner: fche@redhat.com
Created attachment 153193 [details] rpmlint output on systemtap-0.5.13-1.fc6.i386.rpm
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.