[packages/zif] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:26:53 CEST 2025
commit db598a794820189ca356b53f8862946d7d446877
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:25 2025 +0200
Fix applying patches.
zif.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/zif.spec b/zif.spec
index 49a05d6..5a32364 100644
--- a/zif.spec
+++ b/zif.spec
@@ -105,12 +105,12 @@ Bashowe dopełnianie parametrów dla polecenia zif.
%prep
%setup -q
%if %{with rpm5}
-%patch0 -p1
+%patch -P0 -p1
%else
-%patch3 -p1
+%patch -P3 -p1
%endif
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__gtkdocize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zif.git/commitdiff/db598a794820189ca356b53f8862946d7d446877
More information about the pld-cvs-commit
mailing list