[packages/libnl1] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:55:55 CEST 2025
commit 248e268c34a486b475f96a2a165b4cd5b7aa086f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:55:39 2025 +0200
Fix applying patches.
libnl1.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libnl1.spec b/libnl1.spec
index f117d74..5a165ce 100644
--- a/libnl1.spec
+++ b/libnl1.spec
@@ -77,9 +77,9 @@ wygenerowane ze źródeł za pomocą doxygena.
%prep
%setup -q -n libnl-%{version}
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libnl1.git/commitdiff/248e268c34a486b475f96a2a165b4cd5b7aa086f
More information about the pld-cvs-commit
mailing list