[packages/irrd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:17:21 CEST 2025
commit e19a0d311585998047008b8bc0fb24b50efab078
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:17:06 2025 +0200
Fix applying patches.
irrd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/irrd.spec b/irrd.spec
index 2005acd..26c8886 100644
--- a/irrd.spec
+++ b/irrd.spec
@@ -86,9 +86,9 @@ odświeżenia cache do IRRd.
%prep
%setup -q -n %{name}%{version}
-%patch0 -p1
+%patch -P0 -p1
# quick dirty hack...
-%patch1 -p1
+%patch -P1 -p1
%build
cd src
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/irrd.git/commitdiff/e19a0d311585998047008b8bc0fb24b50efab078
More information about the pld-cvs-commit
mailing list