Recent versions of rpm deprecated the old "%patchN" syntax in favor of "%patch -P N". The most recent releases of rpm now error out on the deprecated syntax.
The -P N syntax for %patch has been present for a very long time.
Signed-off-by: David Cantrell dcantrell@redhat.com
Hello @dcantrell !
I think I have fixed it already: https://pagure.io/rpmfluff/c/27c28d07ea911f40d085293ea26a4ecd52ad0736?branch=master
Also we do not have rpmfluff.py file now.
But maybe I miss-understand Pagure UI here? Please could you check?
Nope, this is entirely on me. I have no idea how I messed up my clone of this repo, but, well, I did. Ooops. :)
Disregard.
Thank you! :)
Pull-Request has been closed by jhutar
Recent versions of rpm deprecated the old "%patchN" syntax in favor of
"%patch -P N". The most recent releases of rpm now error out on the
deprecated syntax.
The -P N syntax for %patch has been present for a very long time.
Signed-off-by: David Cantrell dcantrell@redhat.com