From 1d736c18fe64193e03521c35de7c80d219bf2d7f Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 11 May 2023 14:41:28 +0200 Subject: [PATCH] switch from patchX macro to patch -P X --- gpsd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsd.spec b/gpsd.spec index 3c3a597..2fb75cb 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -105,7 +105,7 @@ This package contains various clients using gpsd. %prep %setup -q -%patch1 -p1 -b .apistatus +%patch -P 1 -p1 -b .apistatus # don't try reloading systemd when installing in the build root sed -i 's|systemctl daemon-reload|true|' SConscript