[packages/rpmrebuild] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:45:14 CEST 2025
commit 4b667c006363a51e2063c124d4eb6957e292f41f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:44:58 2025 +0200
Fix applying patches.
rpmrebuild.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpmrebuild.spec b/rpmrebuild.spec
index d6bbd4b..5505f62 100644
--- a/rpmrebuild.spec
+++ b/rpmrebuild.spec
@@ -27,8 +27,8 @@ installed.
%prep
%setup -qc
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# remove non-UTF8 man files
%{__rm} -r locale/fr_FR
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpmrebuild.git/commitdiff/4b667c006363a51e2063c124d4eb6957e292f41f
More information about the pld-cvs-commit
mailing list