[packages/defrag] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:12:15 CEST 2025


commit 276d0745b518457d30d28fa2b5a2b8de5b32fded
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:11:59 2025 +0200

    Fix applying patches.

 defrag.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/defrag.spec b/defrag.spec
index 9c9fa0c..36a69eb 100644
--- a/defrag.spec
+++ b/defrag.spec
@@ -29,10 +29,10 @@ minix, ext, ext2 i xia tak, by zwiększyć efektywność systemu.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 %build
 %{?with_static:%{__make} OPTI="%{rpmcflags}" LDFLAGS="%{rpmldflags}" CC="%{__cc}"}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/defrag.git/commitdiff/276d0745b518457d30d28fa2b5a2b8de5b32fded



More information about the pld-cvs-commit mailing list