[packages/sdr] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:55:16 CEST 2025
commit 34ce14ec289efef5d740d1c46bc915e0914f0a0f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:55:00 2025 +0200
Fix applying patches.
sdr.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/sdr.spec b/sdr.spec
index 7d5ca12..019f29e 100644
--- a/sdr.spec
+++ b/sdr.spec
@@ -40,12 +40,12 @@ wersji protokołu opisu sesji.
%prep
%setup -qn %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
cd linux
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sdr.git/commitdiff/34ce14ec289efef5d740d1c46bc915e0914f0a0f
More information about the pld-cvs-commit
mailing list