[packages/hitch] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:08:21 CEST 2025
commit 8699413959a22428b59da6a287e00ef9cf687410
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:08:06 2025 +0200
Fix applying patches.
hitch.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/hitch.spec b/hitch.spec
index eac160f..40b4a7c 100644
--- a/hitch.spec
+++ b/hitch.spec
@@ -54,10 +54,10 @@ machines.
%prep
%setup -q
cp -p hitch.conf.example hitch.conf
-%patch0
-%patch1
-%patch2 -p1
-%patch3 -p1
+%patch -P0
+%patch -P1
+%patch -P2 -p1
+%patch -P3 -p1
%build
CFLAGS="%{rpmcflags} -fPIE"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hitch.git/commitdiff/8699413959a22428b59da6a287e00ef9cf687410
More information about the pld-cvs-commit
mailing list