[packages/nagios-grapher] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:28:55 CEST 2025
commit ba28f3c5c1a5ada13618fdb18f3f912700c81dad
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:28:39 2025 +0200
Fix applying patches.
nagios-grapher.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/nagios-grapher.spec b/nagios-grapher.spec
index 2998784..b039ed8 100644
--- a/nagios-grapher.spec
+++ b/nagios-grapher.spec
@@ -61,11 +61,11 @@ NagiosGrapher gromadzi wyjście z wtyczek Nagiosa i generuje wykresy.
%prep
%setup -q -n NagiosGrapher-%{version}-%{subver}-%{subver2}
-%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
# pointless to include in %doc
rm -f doc/gpl.txt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nagios-grapher.git/commitdiff/ba28f3c5c1a5ada13618fdb18f3f912700c81dad
More information about the pld-cvs-commit
mailing list