That wont work, %autopatch needs an accompanying %autosetup to set it up.
What you can do though (in rpm >= 4.18) is

```
%autosetup -N -T
%__rpmuncompress -x %{SOURCE1}
%__rpmuncompress -x %{SOURCE2}
...
%autopatch
```

And of course, it would be nice if macros handled multiple instances of the 
same argument. That's ticket #546.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2495#issuecomment-1527020100
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2495/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to