[packages/osquery] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:48:43 CEST 2025
commit f3460127fc570eb5c45de7143f2e87f541d98b59
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:48:28 2025 +0200
Fix applying patches.
osquery.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/osquery.spec b/osquery.spec
index 75f5fe5..6564f65 100644
--- a/osquery.spec
+++ b/osquery.spec
@@ -72,10 +72,10 @@ network connections, browser plugins, hardware events or file hashes.
%prep
%setup -q -a1
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{?with_system_cppnetlib:%patch3 -p1}
-%patch4 -p1
+%patch -P4 -p1
mv third-party-*/* third-party
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/osquery.git/commitdiff/f3460127fc570eb5c45de7143f2e87f541d98b59
More information about the pld-cvs-commit
mailing list