commit ee27993398f8bea9b0252a4234ebc32275faae13
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 03:48:53 2024 +0100
Fix error: %patchN is obsolete
r5u87x-firmware.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/r5u87x-firmware.spec b/r5u87x-firmware.spec
index 6a572ab..0c6787f 100644
--- a/r5u87x-firmware.spec
+++ b/r5u87x-firmware.spec
@@ -30,7 +30,7 @@ rules to load the firmware.
%prep
%setup -q -n r5u87x
-%patch0 -p1 -z .firmware_path
+%patch -P0 -p1 -z .firmware_path
chmod 644 README COPYING
chmod 644 docs/*.txt
Show replies by date