[packages/apt] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:39:47 CEST 2025
commit 89111cee71f2c4fc85619099d1c9ca719d6c027c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:39:31 2025 +0200
Fix applying patches.
apt.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/apt.spec b/apt.spec
index 54e90cd..0291dd7 100644
--- a/apt.spec
+++ b/apt.spec
@@ -125,14 +125,14 @@ Wiązania Pythona do biblioteki libapt-pkg.
%prep
%setup -q -a5
%{?with_rpm5:%patch0 -p1}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
# swig rebuild doesn't work (plain swig cannot cope with class Class::SubClass { })
#%{__rm} python/{apt.py,apt_wrap.cxx}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apt.git/commitdiff/89111cee71f2c4fc85619099d1c9ca719d6c027c
More information about the pld-cvs-commit
mailing list