[packages/oidentd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:41:42 CEST 2025
commit a8c8916d5a32a2fb3c54b02d390b3f9d94dbb087
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:41:26 2025 +0200
Fix applying patches.
oidentd.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/oidentd.spec b/oidentd.spec
index 86550e3..b7e22ea 100644
--- a/oidentd.spec
+++ b/oidentd.spec
@@ -85,10 +85,10 @@ Ten pakiet pozwala na wystartowanie oidentd jako samodzielnego demona.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/oidentd.git/commitdiff/a8c8916d5a32a2fb3c54b02d390b3f9d94dbb087
More information about the pld-cvs-commit
mailing list