From 81fcf43a788265c811c5a0c94fb817e4670a5583 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sat, 29 Apr 2023 10:54:37 +0200 Subject: [PATCH] Fix RPM syntax: '%patchN' has been deprecated https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/VBFDPQHAHF3WG6WBZR2L5GSWMW6CVTJS/ --- galera.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galera.spec b/galera.spec index 2381369..abed24e 100644 --- a/galera.spec +++ b/galera.spec @@ -34,7 +34,7 @@ description of Galera replication engine see https://www.galeracluster.com web. %prep %setup -q -%patch0 -p1 +%patch -P0 -p1 %build %{set_build_flags}