[packages/sosreport] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:03:38 CEST 2025
commit 29b39dc7f5f889aac754037839ee9a174cc81ef0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:03:23 2025 +0200
Fix applying patches.
sosreport.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sosreport.spec b/sosreport.spec
index ddde96b..6094064 100644
--- a/sosreport.spec
+++ b/sosreport.spec
@@ -26,8 +26,8 @@ technicians and developers.
%prep
%setup -q -n sos-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__python} setup.py build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sosreport.git/commitdiff/29b39dc7f5f889aac754037839ee9a174cc81ef0
More information about the pld-cvs-commit
mailing list