From 55c302e34aeb40d25e026c98f7c9306e3b7967da 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 d2094b6..67d6485 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}