So to be clear, `%patch 1` only works as expected in rpm >= 4.18. Prior to 
that, it would attempt to apply patches 0 and 1. Go figure :roll_eyes: 

The most compatible form by far is `%patch -P1` which AIUI works in every rpm 
version out there, only it's not the preferred form for other reasons (the 
patch numbers should really be positional arguments, and options are, well, 
options)

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

Message ID: <rpm-software-management/rpm/issues/2209/1262111...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to