initng-ifiles does not honor $RPM_OPT_FLAGS, resulting in no-no such as no stack protection and semi-useless debuginfo. Fix attached. http://fedoraproject.org/wiki/Packaging/Debuginfo
Created attachment 146792 [details] Honor optflags
Hmmm... I guess this means that the same goes for initng, right? I wonder why nobody noticed that in package review. I'll look into it.
Yep, looks like initng is affected as well - its -debuginfo contains only *.debug files, no sources, which is a sign of -g not being used during compilation (and thus usually neither the rest of $RPM_OPT_FLAGS).
Created attachment 147316 [details] Use $RPM_OPT_FLAGS - patch for initng I see a new initng was committed without the CFLAGS being fixed... here's the fix.
Sorry. Forgot. Committed new version with your fix.
I've now built new versions of both initng and initng-ifiles, using $RPM_OPT_FLAGS. Closing.