Re: [Rpm-maint] [PATCH] rpmbuild: Reset attrFlags in generateBuildIDs.

2017-05-23 Thread Panu Matilainen
On 05/20/2017 12:15 AM, Mark Wielaard wrote: Debuginfo directories and files could be marked as configuration files if the file list ended with a config file. Patch by Panu Matilainen. Testcase by me. https://bugzilla.redhat.com/show_bug.cgi?id=1449732 Signed-off-by: Mark Wielaard --- build

Re: [Rpm-maint] [rpm-software-management/rpm] rpm expands macro args twice (#217)

2017-05-23 Thread Panu Matilainen
Okay, after some more thought, reverted the expand-after-split commit and opened #222 to track quoting support instead. -- 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/21

[Rpm-maint] [rpm-software-management/rpm] Macro arguments do not support quoting (#222)

2017-05-23 Thread Panu Matilainen
Originally came up while discussing #217: Especially now that rpm is expanding macro arguments, it needs a way to quote the arguments to handle whitespace, empty arguments etc. This matches what shell does when undefined arguments are passed to functions: ``` rpm --define "%foo() 1:%1 2:%2" --eva

Re: [Rpm-maint] [rpm-software-management/rpm] rpm expands macro args twice (#217)

2017-05-23 Thread Panu Matilainen
> Should be easy to arrange by using poptParseArgvString() instead of > argvSplit() except that poptParseArgvString() strips out empty arguments, so it doesn't work for this purpose. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view i