Hi,
do rpm-build really needs to pull elfutils ?
Looks like elfutils is pulled because of eu-strip
According to our builds a find-debuginfo.sh is not called with -r
option so eu-strip is never used.
Can we drop this require from rpm-build ?
Hi,
do rpm-build really needs to pull elfutils ?
Looks like elfutils is pulled because of eu-strip
According to our builds a find-debuginfo.sh is not called with -r
option so eu-strip is never used.
Can we drop this require from rpm-build ?
Yes, it's required because the debuginfo code is included in
rpm-build. No, we're not dropping the dependency.
Why if it not used at all ?