[packages/apache1-mod_gzip] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:34:48 CEST 2025


commit 767156a5b582e3244a28e840d868f7e61594caf6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:34:33 2025 +0200

    Fix applying patches.

 apache1-mod_gzip.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apache1-mod_gzip.spec b/apache1-mod_gzip.spec
index fad40be..9b6fc49 100644
--- a/apache1-mod_gzip.spec
+++ b/apache1-mod_gzip.spec
@@ -39,8 +39,8 @@ sposób przezroczysty dekompresują i wyświetlają takie dokumenty.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{apxs} -Wc,-Wall,-pipe -c mod_%{mod_name}.c mod_%{mod_name}_debug.c mod_%{mod_name}_compress.c -o mod_%{mod_name}.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache1-mod_gzip.git/commitdiff/767156a5b582e3244a28e840d868f7e61594caf6



More information about the pld-cvs-commit mailing list