fakechroot 2.9 now includes the patches.
authorRichard Jones <rjones@redhat.com>
Mon, 30 Mar 2009 14:58:26 +0000 (15:58 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 30 Mar 2009 14:58:26 +0000 (15:58 +0100)
README
fakechroot-2.8-relchroot.patch
fakechroot-svn-no-dup-envs.patch

diff --git a/README b/README
index 1abbc27..abe832a 100644 (file)
--- 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
index beddabe..7544d31 100644 (file)
@@ -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)
index 72b33a9..87f8e6f 100644 (file)
@@ -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
 ===================================================================