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

Panu Matilainen notifications at github.com
Mon May 22 08:06:19 UTC 2017


Hmm, expanding after splitting causes different problems (surprise surprise) because, for example this breaks:
```%autosetup -n %{name}-%{srcver} %{?with_int_bdb:-a 1} -p1```

In this case it can be worked around by just dropping the space between -a and 1, but in general the split would now need to be aware of the macro syntax as well. Probably quotes too.


-- 
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/217#issuecomment-303028790
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170522/68cd221d/attachment.html>


More information about the Rpm-maint mailing list