[Bug tools/29498] New: Is it expected that eu-strip strips .note.GNU-stack

2022-08-16 Thread jpalus at fastmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29498 Bug ID: 29498 Summary: Is it expected that eu-strip strips .note.GNU-stack Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

Re: [PATCH] Support nullglob in profile.*.in files

2022-08-16 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > In openSUSE we have the following RPM checker that uses > shopt -s nullglob: > https://github.com/openSUSE/post-build-checks/blob/master/checks/50-check-libtool-deps#L31 OK, lgtm. We'd hate to have a stuck cat. - FChE

[PATCH] Support nullglob in profile.*.in files

2022-08-16 Thread Martin Liška
In openSUSE we have the following RPM checker that uses shopt -s nullglob: https://github.com/openSUSE/post-build-checks/blob/master/checks/50-check-libtool-deps#L31 The script loads all /etc/profile.d/*.sh files via source $FILE which can end up by stuck cat (with no arguments): shopt -s nullglo