[packages/root] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:43:51 CEST 2025


commit c80d7ac6429437f212bdb1e31ca21e130367cd8d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:43:36 2025 +0200

    Fix applying patches.

 root.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/root.spec b/root.spec
index abb020e..374c3ad 100644
--- a/root.spec
+++ b/root.spec
@@ -401,13 +401,13 @@ Ten pakiet zawiera bibliotekę Tree dla ROOT.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 %if %{with krb5}
-%patch3 -p1
+%patch -P3 -p1
 %endif
-%patch4 -p1
+%patch -P4 -p1
 
 %{__sed} -i '/check_library/s@ \\$@ %{_libdir} \\@' configure
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/root.git/commitdiff/c80d7ac6429437f212bdb1e31ca21e130367cd8d



More information about the pld-cvs-commit mailing list