Description of problem: I've noticed that eclipse-callgraph is the only package besides systemtap that depends on kernel-devel package. Is this dependency really required? Further, I've a PAE kernel installed. If this dependency is required, shouldn't it be on kernel-PAE-devel instead?
Eclipse-callgraph doesn't depend on kernel-devel directly but it needs systemtap to work thus the dependency is there? See http://pkgs.fedoraproject.org/gitweb/?p=eclipse-callgraph.git;a=blob;f=eclipse-callgraph.spec;h=5e7afe3fccd036154579afd0a2b6085816c551cd;hb=40d7f8b095d6f0b2cc513bdb48a6eda3d0d2af97 . I'm going to close the bug as notabug because eclipse-callgraph is based on systemtap and kernel-devel is installed as a dependency of systemtap. Please reopen the bug against systemtap about your kernel-PAE-devel problem, thought according to systemtap.spec this is the right thing to do. From http://pkgs.fedoraproject.org/gitweb/?p=systemtap.git;a=blob;f=systemtap.spec;h=972068a4184f5efc46d9824861be05d94b671a9e;hb=3031bf90d69074730f9e9b94baa902f06ae24fe4 : # Alternate kernel packages kernel-PAE-devel et al have a virtual # provide for kernel-devel, so this requirement does the right thing.