[packages/couchdb] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:04:02 CEST 2025
commit 4f088f46826fa2305dbbcd5ff8f16b808b61f1f1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:03:47 2025 +0200
Fix applying patches.
couchdb.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/couchdb.spec b/couchdb.spec
index 1665688..ed8d172 100644
--- a/couchdb.spec
+++ b/couchdb.spec
@@ -67,8 +67,8 @@ widoku.
%prep
%setup -q -n apache-%{name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/couchdb.git/commitdiff/4f088f46826fa2305dbbcd5ff8f16b808b61f1f1
More information about the pld-cvs-commit
mailing list