summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-03-30 15:58:26 +0100
committerRichard Jones <rjones@redhat.com>2009-03-30 15:58:26 +0100
commit79d6fc6bba2e279baf59f27b8dd8fd728ed65de1 (patch)
treec0366940bdae19a3793ab0fdbaf809fbb6d9a59e
parenteef9f0b64f44a2098e2caacc4c3195762f5fc76e (diff)
downloadfebootstrap-79d6fc6bba2e279baf59f27b8dd8fd728ed65de1.tar.gz
febootstrap-79d6fc6bba2e279baf59f27b8dd8fd728ed65de1.tar.xz
febootstrap-79d6fc6bba2e279baf59f27b8dd8fd728ed65de1.zip
fakechroot 2.9 now includes the patches.
-rw-r--r--README2
-rw-r--r--fakechroot-2.8-relchroot.patch4
-rw-r--r--fakechroot-svn-no-dup-envs.patch4
3 files changed, 5 insertions, 5 deletions
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
===================================================================