[packages/libsmi] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:01:16 CEST 2025
commit c3c2aa924d89b8844e461feba612aac4b31e8c58
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:00:59 2025 +0200
Fix applying patches.
libsmi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsmi.spec b/libsmi.spec
index bf58798..758a94d 100644
--- a/libsmi.spec
+++ b/libsmi.spec
@@ -163,8 +163,8 @@ Dane PIB (Policy Information Base) dostarczane przez LibSMI.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find '(' -name '*~' -o -name '*.orig' -o -name '*-orig' ')' -print0 | xargs -0 -r -l512 rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libsmi.git/commitdiff/c3c2aa924d89b8844e461feba612aac4b31e8c58
More information about the pld-cvs-commit
mailing list