[packages/webmin] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:06:40 CEST 2025
commit 1c35f76c9db875cd6f5674486ef4e10fd68fb746
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:42 2025 +0200
Fix applying patches.
webmin.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/webmin.spec b/webmin.spec
index 9bdbe3c..06b9688 100644
--- a/webmin.spec
+++ b/webmin.spec
@@ -1423,11 +1423,11 @@ Webmin - źródła modułu "file" napisanego częściowo w Javie.
%prep
%setup -q -n %{name}-%{source_version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
# only for solaris, so rm
rm -rf zones # Create and manage Solaris 10 zones.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/webmin.git/commitdiff/1c35f76c9db875cd6f5674486ef4e10fd68fb746
More information about the pld-cvs-commit
mailing list