[Rpm-maint] [rpm-software-management/rpm] Support individual patch application in %autosetup (#1697)

Miro Hrončok notifications at github.com
Fri Jun 4 10:58:24 UTC 2021


```
%autopatch                -- applies all patches defined in the spec file, in the definition order
%autopatch -m 100         -- applies all patches numbered 100 or higher, in the definition order
%autopatch -M 99          -- applies all patches numbered 99 or lower, in the definition order
%autopatch -m 200 -M 299  -- applies all patches numbered 2xx, in the definition order
%autopatch 1              -- applies patch number 1
%autopatch 4 5 2 3 6      -- applies specified patches in the order of the arguments
```

Also, I've noticed the commit message should probably say `%autopatch`, not `%autosetup` (unless `%autosetup` also supports the arguments).

-- 
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/pull/1697#issuecomment-854616684
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210604/66daabc2/attachment-0001.html>


More information about the Rpm-maint mailing list