Re: [Rpm-maint] [rpm-software-management/rpm] RFE: define NEVRA macro identifiers dynamically while processing each binary package (#504)

2018-08-20 Thread Jeff Johnson
Closed #504. -- 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/504#event-1797451440___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: define NEVRA macro identifiers dynamically while processing each binary package (#504)

2018-08-20 Thread Panu Matilainen
Patches welcome. -- 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/504#issuecomment-414264502___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: define NEVRA macro identifiers dynamically while processing each binary package (#504)

2018-08-12 Thread Jeff Johnson
Yes it solves all issues with side-effect macro definitions of tags used multiple times (like Summary: defining %summary). -- 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: define NEVRA macro identifiers dynamically while processing each binary package (#504)

2018-08-12 Thread Igor Gnatenko
Do you have patch handy? This would definitely solve some issues. Also, will it solve issue when %{summary} gets redefined for subpackages? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] RFE: define NEVRA macro identifiers dynamically while processing each binary package (#504)

2018-08-08 Thread Jeff Johnson
In build/pack.c packageBinaries() there is a loop through the link list of binary packages to produce. rpmbuild should push/pop the common identification macros (like %name/%version etc) for use by helpers invoked during packaging. -- You are receiving this because you are subscribed to this