[packages/shorewall] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:57:51 CEST 2025
commit f1697cc0f7c6ab4ee73fc36dece136ed927f6e61
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:57:35 2025 +0200
Fix applying patches.
shorewall.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shorewall.spec b/shorewall.spec
index f02871b..32cd1fe 100644
--- a/shorewall.spec
+++ b/shorewall.spec
@@ -149,8 +149,8 @@ cp -p %{name}-lite-%{version}/shorewallrc.{redhat,pld}
cp -p %{name}6-%{version}/shorewallrc.{redhat,pld}
cp -p %{name}6-lite-%{version}/shorewallrc.{redhat,pld}
cp -p %{name}-init-%{version}/shorewallrc.{redhat,pld}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# Remove hash-bang from files which are not directly executed as shell
# scripts. This silences some rpmlint errors.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/shorewall.git/commitdiff/f1697cc0f7c6ab4ee73fc36dece136ed927f6e61
More information about the pld-cvs-commit
mailing list