[packages/netdate] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:33:12 CEST 2025
commit 068809e02d1a8f148736db85579507f3a519a665
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:32:55 2025 +0200
Fix applying patches.
netdate.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/netdate.spec b/netdate.spec
index 2e3dab5..f6fa1b1 100644
--- a/netdate.spec
+++ b/netdate.spec
@@ -23,10 +23,10 @@ poprzez sieć zgodnie z RFC 868.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p0
%build
%{__make} CC="%{__cc} %{rpmldflags} %{rpmcflags} -Wall"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/netdate.git/commitdiff/068809e02d1a8f148736db85579507f3a519a665
More information about the pld-cvs-commit
mailing list