[packages/virt-viewer] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:02:27 CEST 2025
commit badd0950cde51a3d9f69c2583ed472f4d839fba0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:35 2025 +0200
Fix applying patches.
virt-viewer.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/virt-viewer.spec b/virt-viewer.spec
index 04190a6..9bc6911 100644
--- a/virt-viewer.spec
+++ b/virt-viewer.spec
@@ -88,8 +88,8 @@ Bashowe uzupełnianie parametrów polecenia virt-viewer.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%meson build \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/virt-viewer.git/commitdiff/badd0950cde51a3d9f69c2583ed472f4d839fba0
More information about the pld-cvs-commit
mailing list