On Tue, Nov 07, 2017 at 11:23:33AM +0000, David Howells wrote: > Hi Mark, > > Is it possible to specify from a specfile an list of files and/or directories > in the installation output that should be ignored for the purposes of > debuginfo extraction? If not, can this be added? > > I maintain cross-gcc and there are some files that get > installed that must not be stripped. Another method might be to add an alternate strip binary/script which filters based on your preferred criteria. %global __strip %{_sourcedir}/my-strip.sh Actually mingw uses this technique to specify their own PE-aware strip binary. Maybe that would be helpful to you? (I guess only if all your binaries need to be stripped in the same way ...) %global __strip %{mingw32_strip} Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx