[packages/fuse-iso] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:37:32 CEST 2025


commit c708b85e4a24bb611273957ca2ba283fb360ee1c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:37:17 2025 +0200

    Fix applying patches.

 fuse-iso.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fuse-iso.spec b/fuse-iso.spec
index 4a97436..05356aa 100644
--- a/fuse-iso.spec
+++ b/fuse-iso.spec
@@ -24,8 +24,8 @@ Moduł FUSE pozwalający montować obrazy ISO.
 
 %prep
 %setup -q -n fuseiso-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fuse-iso.git/commitdiff/c708b85e4a24bb611273957ca2ba283fb360ee1c



More information about the pld-cvs-commit mailing list