[packages/nagios-nagtail] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:29:07 CEST 2025
commit a679d88be45da4193142dc5006b71227434b1d13
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:28:51 2025 +0200
Fix applying patches.
nagios-nagtail.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nagios-nagtail.spec b/nagios-nagtail.spec
index 0405a92..8a1132e 100644
--- a/nagios-nagtail.spec
+++ b/nagios-nagtail.spec
@@ -18,8 +18,8 @@ NagTail is like tail on the Nagios status logfile.
%prep
%setup -q -n %{pkgname}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} nagtail \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nagios-nagtail.git/commitdiff/a679d88be45da4193142dc5006b71227434b1d13
More information about the pld-cvs-commit
mailing list