[packages/lxc] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:12:13 CEST 2025


commit 641833a6b6ffb2d2ef014a5f2d4c1112cd838814
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:11:57 2025 +0200

    Fix applying patches.

 lxc.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lxc.spec b/lxc.spec
index 37b7bf4..556cc31 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -154,9 +154,9 @@ bashowe uzupełnianie nazw dla LXC.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 cp -p %{SOURCE1} templates/lxc-pld.in
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxc.git/commitdiff/641833a6b6ffb2d2ef014a5f2d4c1112cd838814



More information about the pld-cvs-commit mailing list