From: Richard Jones Date: Mon, 30 Mar 2009 14:58:26 +0000 (+0100) Subject: fakechroot 2.9 now includes the patches. X-Git-Tag: 1.5~9 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=79d6fc6bba2e279baf59f27b8dd8fd728ed65de1;p=febootstrap.git fakechroot 2.9 now includes the patches. --- diff --git a/README b/README index 1abbc27..abe832a 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ Requirements fakeroot - Tested with version 1.11. - fakechroot > 2.8 or 2.8 + patch + fakechroot >= 2.9 or 2.8 + patch - **** NB. KNOWN NOT TO WORK WITH 2.8 ***** You MUST apply the patch 'fakechroot-2.8-relchroot.patch' to the fakechroot sources and recompile. Hopefully this patch will be included diff --git a/fakechroot-2.8-relchroot.patch b/fakechroot-2.8-relchroot.patch index beddabe..7544d31 100644 --- a/fakechroot-2.8-relchroot.patch +++ b/fakechroot-2.8-relchroot.patch @@ -1,6 +1,8 @@ -This patch must be applied to fakeroot 2.8 or SVN in order to +This patch must be applied to fakechroot 2.8 or SVN in order to enable correct handling of relative chroots, for rpm and yum. +Note this patch has been included in upstreak fakechroot >= 2.9 + Index: src/libfakechroot.c =================================================================== --- src/libfakechroot.c (revision 311) diff --git a/fakechroot-svn-no-dup-envs.patch b/fakechroot-svn-no-dup-envs.patch index 72b33a9..87f8e6f 100644 --- a/fakechroot-svn-no-dup-envs.patch +++ b/fakechroot-svn-no-dup-envs.patch @@ -1,6 +1,4 @@ -This patch must be applied to fakechroot SVN in order to -stop it from passing duplicated environment variables to -child processes. It is not necessary for fakechroot <= 2.8. +Note, this patch has been included in upstream fakechroot >= 2.9 Index: src/libfakechroot.c ===================================================================