[packages/roundcubemail] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:44:06 CEST 2025
commit d64d0519ee112b03f41de9d17635d7a54771f26a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:43:50 2025 +0200
Fix applying patches.
roundcubemail.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 1905ab9..503c60b 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -176,16 +176,16 @@ Skórka Elastic dla RoundCube Webmaila.
%prep
%setup -q %{?with_postfixadmin:-a 4}
-%patch0 -p1
+%patch -P0 -p1
%if %{with spamfilter}
-%patch1 -p1
+%patch -P1 -p1
%endif
%if %{with postfixadmin}
#patch2 -p1
%endif
#%patch3 -p1
%if %{with password_anon_ldap_bind}
-%patch4 -p1
+%patch -P4 -p1
%endif
find -name .svn | xargs -r rm -rf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/roundcubemail.git/commitdiff/d64d0519ee112b03f41de9d17635d7a54771f26a
More information about the pld-cvs-commit
mailing list