[Rpm-maint] [rpm-software-management/rpm] %setup -T -a 0 -a 1 doesn't extract %{S:0} (#462)

Panu Matilainen notifications at github.com
Thu Aug 23 10:22:24 UTC 2018


In other words, I failed to consider such a case when adding %autosetup. 

The way arguments are presented in the macro language doesn't scale to such usage, I suppose the best we can do is a workaround by passing anything after "--" as-is to %setup which can handle those multiple repeated arguments by its own logic. Ie this would become

```%autosetup -c -T -- -a 0 -a 1```

It's not nice or pretty but I dont see a whole lot other options.

-- 
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/462#issuecomment-415367140
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180823/79583f17/attachment.html>


More information about the Rpm-maint mailing list