Re: [Rpm-maint] [rpm-software-management/rpm] RFE: add macros used during a build to SRPM header (#466)

2018-08-21 Thread Jeff Johnson
Closed #466.

-- 
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/466#event-1800038279___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] RFE: add macros used during a build to SRPM header (#466)

2018-07-14 Thread Jeff Johnson
RPM was designed to encapsulate elements necessary for a build into a package 
reproducibly.

One element that is not encapsulated is the rpm configuration in place during a 
build. As common operations are refactored out of spec files into 
configuration, it becomes increasingly important to supply the configuration 
macros instantiated in order to identify how to build software.

RPM already macros macros used during a build. All that is needed is a loop 
over all macros (which are already sorted for bsearch(3) retrieval) filtering 
out unused macros and adding "KEY VALUE" strings in an argv array to be added 
to a SRPM header.

-- 
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/466___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint