[packages/dchroot] Rel 3
arekm
arekm at pld-linux.org
Thu May 21 15:01:28 CEST 2026
commit 18f3580c947733b037993596bdf430ea7b53be32
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 15:01:11 2026 +0200
Rel 3
dchroot-command-len.patch | 11 +++++++++++
dchroot.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/dchroot.spec b/dchroot.spec
index 8e76391..17c153a 100644
--- a/dchroot.spec
+++ b/dchroot.spec
@@ -2,11 +2,12 @@ Summary: Execute commands under different root filesystems
Summary(pl.UTF-8): Wykonywanie poleceń w innym głównym systemie
Name: dchroot
Version: 0.13
-Release: 2
+Release: 3
License: GPL
Group: Applications/System
Source0: http://ftp.debian.org/debian/pool/main/d/dchroot/%{name}_%{version}.tar.gz
# Source0-md5: 1b5b2c44bb4dd684cd4a3adf01367c22
+Patch0: %{name}-command-len.patch
URL: http://packages.qa.debian.org/d/dchroot.html
BuildRequires: autoconf
BuildRequires: automake
@@ -21,6 +22,7 @@ Wykonywanie poleceń w innym głównym systemie.
%prep
%setup -q
+%patch -P 0 -p1
%build
%{__aclocal}
diff --git a/dchroot-command-len.patch b/dchroot-command-len.patch
new file mode 100644
index 0000000..810bc46
--- /dev/null
+++ b/dchroot-command-len.patch
@@ -0,0 +1,11 @@
+--- a/dchroot.c 2006-06-03 18:43:14.000000000 +0200
++++ b/dchroot.c 2026-05-20 23:37:22.372884007 +0200
+@@ -283,7 +283,7 @@
+ * new chroot.
+ */
+
+- int command_len = 0;
++ int command_len = 1;
+ char *command = NULL;
+ int i = 0;
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dchroot.git/commitdiff/18f3580c947733b037993596bdf430ea7b53be32
More information about the pld-cvs-commit
mailing list