[packages/psutils] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:23:49 CEST 2025


commit cb37ee7cf0abfd3c75ae2e017e136dc9c473403b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:23:33 2025 +0200

    Fix applying patches.

 psutils.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/psutils.spec b/psutils.spec
index 134ce41..5f209e5 100644
--- a/psutils.spec
+++ b/psutils.spec
@@ -29,9 +29,9 @@ Pozwala także na łączenie różnych plików PostScript w całość.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 %{__make} -f Makefile.unix \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/psutils.git/commitdiff/cb37ee7cf0abfd3c75ae2e017e136dc9c473403b



More information about the pld-cvs-commit mailing list