[packages/chef] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:58:16 CEST 2025
commit d7d7a6fd0bd5e235eb6c566a1fd28b6fd567cd6d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:58:00 2025 +0200
Fix applying patches.
chef.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/chef.spec b/chef.spec
index 9f09a8c..88220be 100644
--- a/chef.spec
+++ b/chef.spec
@@ -97,14 +97,14 @@ subcommand is documented in its own manual page.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
%{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chef.git/commitdiff/d7d7a6fd0bd5e235eb6c566a1fd28b6fd567cd6d
More information about the pld-cvs-commit
mailing list