Re: Rewriting RPM macros using Lua

2021-04-29 Thread Florian Weimer
* Mark Wielaard: > Hi Florian, > > On Thu, 2021-04-29 at 16:33 +0200, Florian Weimer wrote: >> I need to wrap find-debuginfo.sh because there is a single shared >> object >> in my package that must not be stripped. find-debuginfo.sh does not >> support that, and probably never will, at least not

Re: Rewriting RPM macros using Lua

2021-04-29 Thread Mark Wielaard
Hi Florian, On Thu, 2021-04-29 at 16:33 +0200, Florian Weimer wrote: > I need to wrap find-debuginfo.sh because there is a single shared > object > in my package that must not be stripped. find-debuginfo.sh does not > support that, and probably never will, at least not in its current > shell-base