[packages/ufw] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:25:16 CEST 2025
commit a9eab31fa6d3a0fe90b2fd805258684dcdbd8670
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:25:00 2025 +0200
Fix applying patches.
ufw.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ufw.spec b/ufw.spec
index 5bc7512..47c06fa 100644
--- a/ufw.spec
+++ b/ufw.spec
@@ -27,8 +27,8 @@ manipulating the firewall.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -re 's,#! /usr/bin/env ,#!,' setup.py
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ufw.git/commitdiff/a9eab31fa6d3a0fe90b2fd805258684dcdbd8670
More information about the pld-cvs-commit
mailing list