[packages/dynamips] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:21:59 CEST 2025
commit 9ac82d39353031f9186c2917c1163243b63e6a67
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:21:44 2025 +0200
Fix applying patches.
dynamips.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dynamips.spec b/dynamips.spec
index 5b826f8..32ceaaf 100644
--- a/dynamips.spec
+++ b/dynamips.spec
@@ -26,10 +26,10 @@ Symulator Cisco 7200.
%prep
%setup -q -n %{name}-%{version}-%{subver}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%ifarch x32
-%patch2 -p1
+%patch -P2 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dynamips.git/commitdiff/9ac82d39353031f9186c2917c1163243b63e6a67
More information about the pld-cvs-commit
mailing list