[packages/proot] - use patch -P
baggins
baggins at pld-linux.org
Tue Mar 11 14:39:42 CET 2025
commit bcbbf3feb52c8c0c419f8167a974c4a0f5fe8593
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Mar 11 13:54:18 2025 +0100
- use patch -P
proot.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/proot.spec b/proot.spec
index 05be59d..c64fe39 100644
--- a/proot.spec
+++ b/proot.spec
@@ -5,7 +5,7 @@
Summary: chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
Name: proot
Version: 5.4.0
-Release:
+Release: 2
License: GPL v2+
Group: Applications/System
Source0: https://github.com/proot-me/proot/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -35,7 +35,7 @@ transparently through QEMU user-mode.
%prep
%setup -q
-%patch0 -p1
+%patch -P 0 -p1
%build
export CPPFLAGS="%{rpmcppflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/proot.git/commitdiff/bcbbf3feb52c8c0c419f8167a974c4a0f5fe8593
More information about the pld-cvs-commit
mailing list