commit 288224afcba096016ef8e64b98c898494f8f5f7e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 02:44:34 2024 +0100
Fix error: %patchN is obsolete
doc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doc.spec b/doc.spec
index 5cfdb2b..c217c27 100644
--- a/doc.spec
+++ b/doc.spec
@@ -20,7 +20,7 @@ required parameter is the valid domain name of an existing domain.
%prep
%setup -q
-%patch1 -p1
+%patch -P1 -p1
sed -i "s|#set auxd=/users/brad/bin/doc-2.2.3/|set auxd=%{_libexecdir}/|g" doc
sed -i 's|set logdir="."|set logdir="~/.doclogs/"\nmkdir -p
$logdir|' doc
Show replies by date