[packages/rancid] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:39:25 CEST 2025


commit 15d6064d5ac0fc090ea829606c92486a677b873d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:39:09 2025 +0200

    Fix applying patches.

 rancid.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rancid.spec b/rancid.spec
index b7f46ab..3123576 100644
--- a/rancid.spec
+++ b/rancid.spec
@@ -35,8 +35,8 @@ maintain history of changes.
 %prep
 %setup -qc
 mv -n %{name}-*/* .
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 AUTOMAKE=%{_bindir}/automake \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rancid.git/commitdiff/15d6064d5ac0fc090ea829606c92486a677b873d



More information about the pld-cvs-commit mailing list