[packages/yumex] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 10:26:01 CEST 2025


commit 920023277fd6283d5f42fad852199d2c8f77e07e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:31:24 2025 +0200

    Fix applying patches.

 yumex.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/yumex.spec b/yumex.spec
index f1847ca..a4a2090 100644
--- a/yumex.spec
+++ b/yumex.spec
@@ -33,9 +33,9 @@ YumExtender - graficzny interfejs dla yuma.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 cat << 'EOF' > misc/yumex
 #!/bin/sh
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/yumex.git/commitdiff/920023277fd6283d5f42fad852199d2c8f77e07e



More information about the pld-cvs-commit mailing list