[packages/rpmde] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:45:01 CEST 2025
commit 818e47cd8fa675890028485e6a2ec5beb5d21ad9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:44:46 2025 +0200
Fix applying patches.
rpmde.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rpmde.spec b/rpmde.spec
index 162ec49..c9d67a5 100644
--- a/rpmde.spec
+++ b/rpmde.spec
@@ -69,9 +69,9 @@ Wspólne moduły RPMDE.
%prep
%setup -q -n %{name}-release-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpmde.git/commitdiff/818e47cd8fa675890028485e6a2ec5beb5d21ad9
More information about the pld-cvs-commit
mailing list