[packages/sprunge] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:06:04 CEST 2025


commit 0e266c67348308e9d395b339de45ae9f54b3018f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:05:48 2025 +0200

    Fix applying patches.

 sprunge.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sprunge.spec b/sprunge.spec
index aae2482..15b1a5a 100644
--- a/sprunge.spec
+++ b/sprunge.spec
@@ -22,8 +22,8 @@ command line pastebin.
 %prep
 %setup -qcT
 install -p %{SOURCE0} .
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sprunge.git/commitdiff/0e266c67348308e9d395b339de45ae9f54b3018f



More information about the pld-cvs-commit mailing list