[packages/qesteidutil] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:34:57 CEST 2025
commit 2838f127eb813b79a0f680bf4a3832fc5ca4101a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:34:41 2025 +0200
Fix applying patches.
qesteidutil.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/qesteidutil.spec b/qesteidutil.spec
index c33fdd6..bf153fd 100644
--- a/qesteidutil.spec
+++ b/qesteidutil.spec
@@ -45,9 +45,9 @@ extract and view certificates, set up mobile ID, and configure
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# Remove bundled qtsingleapplication to make sure it isn't used
rm -r common/qtsingleapplication
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qesteidutil.git/commitdiff/2838f127eb813b79a0f680bf4a3832fc5ca4101a
More information about the pld-cvs-commit
mailing list