[packages/lms] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:08:46 CEST 2025
commit 289cae0621e6e2a5c81215db8124609ea4dbc5a7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:08:30 2025 +0200
Fix applying patches.
lms.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lms.spec b/lms.spec
index baecfca..58b659f 100644
--- a/lms.spec
+++ b/lms.spec
@@ -183,12 +183,12 @@ formularza przelewu.
%prep
%setup -q -n %{name}
-%patch0 -p1
+%patch -P0 -p1
%if "%{_lib}" == "lib64"
-%patch1 -p1
+%patch -P1 -p1
%endif
-%patch2 -p1
-%patch3 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%{__sed} -i -e '1s,/usr/bin/python$,%{__python},' contrib/LMS2Nagios/nagios-v6-{check,gen}.py
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lms.git/commitdiff/289cae0621e6e2a5c81215db8124609ea4dbc5a7
More information about the pld-cvs-commit
mailing list