[packages/snmptt] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:02:42 CEST 2025
commit 6e491706b6e78a7d18ed865335b72ce77a0371e1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:02:27 2025 +0200
Fix applying patches.
snmptt.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/snmptt.spec b/snmptt.spec
index f97bebe..f123e86 100644
--- a/snmptt.spec
+++ b/snmptt.spec
@@ -65,9 +65,9 @@ Pliki i zależności potrzebne do używania SNMPTT jako demona.
%prep
%setup -q -n %{name}_%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/snmptt.git/commitdiff/6e491706b6e78a7d18ed865335b72ce77a0371e1
More information about the pld-cvs-commit
mailing list