[packages/virtiofsd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:02:17 CEST 2025
commit acd8753e8d26be310792614b6f5a57cdcd6a2d0b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:34 2025 +0200
Fix applying patches.
virtiofsd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/virtiofsd.spec b/virtiofsd.spec
index 9d2d030..0562ba4 100644
--- a/virtiofsd.spec
+++ b/virtiofsd.spec
@@ -28,8 +28,8 @@ Demon urządzeń vhost-user virtio-fs, napisany w języku Rust.
%prep
%setup -q -n %{name}-v%{version}-3988b7304ceb2fdb4eed2c8bf8682e6ea19c4ecc -a1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's,/usr/libexec/,%{_libexecdir}/,' 50-virtiofsd.json
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/virtiofsd.git/commitdiff/acd8753e8d26be310792614b6f5a57cdcd6a2d0b
More information about the pld-cvs-commit
mailing list