[packages/ruby-rpm] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:49:17 CEST 2025
commit 963e9a5db075bf9630e56e3879026f9c4475560b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:49:01 2025 +0200
Fix applying patches.
ruby-rpm.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ruby-rpm.spec b/ruby-rpm.spec
index 985f94b..8eb64f5 100644
--- a/ruby-rpm.spec
+++ b/ruby-rpm.spec
@@ -33,7 +33,7 @@ dependencies, and files).
%prep
%setup -q -n %{pkgname}-%{version}
-%patch0 -p1
+%patch -P0 -p1
%{?with_rpm5:%patch1 -p1}
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-rpm.git/commitdiff/963e9a5db075bf9630e56e3879026f9c4475560b
More information about the pld-cvs-commit
mailing list