[packages/xinetd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:16:55 CEST 2025
commit 70a4997b0c0658df588d5a781cbfd304f77f6099
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:04 2025 +0200
Fix applying patches.
xinetd.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/xinetd.spec b/xinetd.spec
index ab2bcd6..f26687a 100644
--- a/xinetd.spec
+++ b/xinetd.spec
@@ -114,11 +114,11 @@ xinetd также имеет возможность привязывать ко
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xinetd.git/commitdiff/70a4997b0c0658df588d5a781cbfd304f77f6099
More information about the pld-cvs-commit
mailing list