[packages/bircd] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:48:45 CEST 2025
commit c9bb8b8a7ed221299b5f17c37ec729a9d51ce76c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:48:29 2025 +0200
Fix applying patches.
bircd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bircd.spec b/bircd.spec
index 9977dc8..278bfab 100644
--- a/bircd.spec
+++ b/bircd.spec
@@ -57,8 +57,8 @@ IPv6.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{?with_smode:%patch2 -p1}
%{?with_crypt:%patch3 -p1}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bircd.git/commitdiff/c9bb8b8a7ed221299b5f17c37ec729a9d51ce76c
More information about the pld-cvs-commit
mailing list