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
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
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
> 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