[packages/postgrey] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:20:38 CEST 2025


commit 168736caf592a5dc05cdae67069b82379107c033
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:20:22 2025 +0200

    Fix applying patches.

 postgrey.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/postgrey.spec b/postgrey.spec
index 23e4b49..f56b915 100644
--- a/postgrey.spec
+++ b/postgrey.spec
@@ -66,9 +66,9 @@ lub jeśli chcemy używać gniazd inet (w razie potrzeby zmienić IP):
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/postgrey.git/commitdiff/168736caf592a5dc05cdae67069b82379107c033



More information about the pld-cvs-commit mailing list