Re: [Rpm-maint] [rpm-software-management/rpm] RFE: make %{load: } work in %prep (#571)

2018-10-17 Thread Jason Tibbitts
But that only shows that @pmatilai's point was correct: If you need to do something dynamically in the build scriptlets, you need to do it with the shell. That bit of the spec does things via the shell. So, yes, it's clearly doable in some form: with the shell. I don't understand how what

Re: [Rpm-maint] [rpm-software-management/rpm] RFE Please add a verb to inhibit macro expansion (#569)

2018-10-17 Thread Jason Tibbitts
I though this might show it, but to me it looks like it works as expected; using either three or four percent signs seems correct. (That's kind of a fun result on its own, though.) Maybe your situation is more complicated or more nesting is required or something. That's why it's really

Re: [Rpm-maint] [rpm-software-management/rpm] BUG Broken check for Name/Summary/Source0 existence (#572)

2018-10-17 Thread Jason Tibbitts
It would be far more useful if you could simply provide a few short specfiles which illustrate the problem you are having. I don't think you can reasonably expect the upstream RPM developers (or anyone else, really) to dig through that copr URL to try and figure out what in there might

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: make %{load: } work in %prep (#571)

2018-10-17 Thread nim-nim
https://src.fedoraproject.org/rpms/fontpackages/blob/master/f/fontpackages.spec#_84 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: make %{load: } work in %prep (#571)

2018-10-17 Thread Panu Matilainen
> whoever wrote the linked bit of spec Err, what exactly are you referring to? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] rpmfc: push %{name} macro before invoking depgens (#575)

2018-10-17 Thread Igor Gnatenko
Merged #575 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/575#event-1908990455___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] export environment variable for package on which depgen is run (#502)

2018-10-17 Thread Igor Gnatenko
Closed #502 via #575. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/502#event-1908990458___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] rpmfc: push %{name} macro before invoking depgens (#575)

2018-10-17 Thread Igor Gnatenko
> Dunno why dependency generators would need summary Well, who knows what they would be doing. Should I basically do same for EVR stuff or you would prefer doing it in some other way? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [Rpm-maint] [rpm-software-management/rpm] rpmfc: push %{name} macro before invoking depgens (#575)

2018-10-17 Thread Panu Matilainen
Dunno why dependency generators would need summary, but epoch, version + release should be useful. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] work with lua 5.3 without compat mode (#169)

2018-10-17 Thread Panu Matilainen
Note that I do plan utilizing the rest of your cleanup + modernization work too, as time permits. Looking at my comment from yesterday, it probably wasn't at all clear from that, sorry. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: useful lua errors (#545)

2018-10-17 Thread Panu Matilainen
Nod. Makes me think that perhaps we should default to macro tracing on when building packages, at least in non-quiet mode. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: