From ad0b61c6ab250f7f5bf60172695a7436d885963d Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Mon, 4 Mar 2024 15:44:41 +0100 Subject: [PATCH] use %patch -P N instead of deprecated %patchN Related: RHEL-27904 --- postgresql-jdbc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index ce9ca8c..b582f33 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -66,7 +66,7 @@ This package contains the API Documentation for %{name}. %prep %setup -c -q -%patch0 -p1 +%patch -P 0 -p1 # remove any binary libs find -type f \( -name "*.jar" -or -name "*.class" \) | xargs rm -f