[packages/sysdiag] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:12:36 CEST 2025
commit 2a382091c50e47acec00f29c6b4514939e5eb169
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:12:20 2025 +0200
Fix applying patches.
sysdiag.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sysdiag.spec b/sysdiag.spec
index 7f94965..731370e 100644
--- a/sysdiag.spec
+++ b/sysdiag.spec
@@ -36,9 +36,9 @@ informacji o urządzeniach z sysfs pod Linuksem 2.5+.
%prep
%setup -q -n %{name}-v%{fver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
export CPPFLAGS=-I/usr/include/sysfs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sysdiag.git/commitdiff/2a382091c50e47acec00f29c6b4514939e5eb169
More information about the pld-cvs-commit
mailing list