Rpm's %define implementation is so weird:
```
$ rpm --eval '%define foo bar\baz' --eval '%foo'
barbaz
$ rpm --eval '%define foo {bar\baz}' --eval '%foo'
bar\baz
```

I saw that you added support for a "programmatic" case where the macro name is 
one arg and the body is the second arg. Should rpm copy over the body verbatim 
or should it do all the nasty mangling it currently does?

-- 
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/1798#issuecomment-945744927
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to