commit 6df22bb92e716237e1751d2842162edfb104eb95
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:37:28 2024 +0100
Fix error: %patchN is obsolete
TestU01.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/TestU01.spec b/TestU01.spec
index 9830f55..299d628 100644
--- a/TestU01.spec
+++ b/TestU01.spec
@@ -42,7 +42,7 @@ Headers and shared object symbolic links for the %{name}.
%prep
%setup -q
-%patch1 -p1 -b .fix-format-security
+%patch -P1 -p1 -b .fix-format-security
# Convert to utf-8
for file in COPYING param/LCGGranger.par; do
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
Show replies by date