[packages/varnish] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:28:48 CEST 2025


commit 3c831f504ed2cd2eb601c92262d4609b590e8b68
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:28:32 2025 +0200

    Fix applying patches.

 varnish.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/varnish.spec b/varnish.spec
index 20019d4..d63fa2c 100644
--- a/varnish.spec
+++ b/varnish.spec
@@ -114,9 +114,9 @@ Source code of Varnish for building VMODs.
 %prep
 %setup -q
 #%patch100 -p0
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 #%{__sed} -i -e 's,$(srcdir)/,,' bin/varnishtest/Makefile.am
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/varnish.git/commitdiff/3c831f504ed2cd2eb601c92262d4609b590e8b68



More information about the pld-cvs-commit mailing list