[packages/rfc-latest] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:42:50 CEST 2025
commit 565925b0669881a7be00699f984907d6ba3c32cb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:42:35 2025 +0200
Fix applying patches.
rfc-latest.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rfc-latest.spec b/rfc-latest.spec
index a6e0b0a..81afb39 100644
--- a/rfc-latest.spec
+++ b/rfc-latest.spec
@@ -177,13 +177,13 @@ Dokumenty RFC (Request For Comments) w formacie Adobe PDF.
%prep
%setup -q -c -a3
install %{SOURCE1} .
-%patch0 -p0
-%patch1 -p0
+%patch -P0 -p0
+%patch -P1 -p0
install %{SOURCE2} .
%if %{with html_index}
install %{SOURCE10} rfcindex
-%patch10 -p0
+%patch -P10 -p0
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rfc-latest.git/commitdiff/565925b0669881a7be00699f984907d6ba3c32cb
More information about the pld-cvs-commit
mailing list