[packages/perl-Git-Raw] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:59:21 CEST 2025
commit 72a9254869fda221a4b571d655386432c3d0d779
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:59:05 2025 +0200
Fix applying patches.
perl-Git-Raw.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-Git-Raw.spec b/perl-Git-Raw.spec
index a32b8b6..660fc4e 100644
--- a/perl-Git-Raw.spec
+++ b/perl-Git-Raw.spec
@@ -35,8 +35,8 @@ warning (any change will be appropriately documented in the changelog)
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
rm -rf deps
%{__grep} -v '^deps/' MANIFEST > MANIFEST.new
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Git-Raw.git/commitdiff/72a9254869fda221a4b571d655386432c3d0d779
More information about the pld-cvs-commit
mailing list