[packages/demarc] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:12:24 CEST 2025
commit 4d3bceefbea0884e1cdc8c94ea8f52de82e1e651
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:12:08 2025 +0200
Fix applying patches.
demarc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/demarc.spec b/demarc.spec
index d285e52..49d7f6c 100644
--- a/demarc.spec
+++ b/demarc.spec
@@ -81,8 +81,8 @@ wszystkich monitorowanych serwerach.
%prep
%setup -q -n %{name}-%{ver}-%{subver}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/demarc.git/commitdiff/4d3bceefbea0884e1cdc8c94ea8f52de82e1e651
More information about the pld-cvs-commit
mailing list