Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (5ada8680cc3d85cf39b71a5aef475f455af0894f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (5ada8680cc3d85cf39b71a5aef475f455af0894f)
  • Date: Fri, 17 Jul 2009 22:22:37 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/e2fsprogs/DETAILS | 2 ++
disk/e2fsprogs/HISTORY | 6 ++++++
utils/util-linux/DETAILS | 2 ++
utils/util-linux/HISTORY | 6 ++++++
4 files changed, 16 insertions(+)

New commits:
commit 5ada8680cc3d85cf39b71a5aef475f455af0894f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

util-linux: Disable STAGED_INSTALL (castfs) and TMPFS (Bug #15257) The
problem with the migration of libraries from e2fsprogs -> util-linux
stems from the library being removed and breaking mount, which castfs
and tmpfs use during installation.

commit a45c9712569a375761a394ce1ffffc6c1dde5307
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e2fsprogs: Disable STAGED_INSTALL (castfs) and TMPFS (Bug #15257)
The problem with the migration of libraries from e2fsprogs ->
util-linux stems from the library being removed and breaking mount,
which castfs and tmpfs use during installation.

diff --git a/disk/e2fsprogs/DETAILS b/disk/e2fsprogs/DETAILS
index 4216a5c..616389d 100755
--- a/disk/e2fsprogs/DETAILS
+++ b/disk/e2fsprogs/DETAILS
@@ -13,6 +13,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[1]=LGPL
ENTERED=20010922
KEYWORDS="disk"
+ STAGED_INSTALL=off
+ TMPFS=off
SHORT="utilities for the EXT2 file system"
cat << EOF
e2fsprogs - The EXT2 file system utilities and libraries. EXT2 stands for
diff --git a/disk/e2fsprogs/HISTORY b/disk/e2fsprogs/HISTORY
index 196c9a5..81c38f2 100644
--- a/disk/e2fsprogs/HISTORY
+++ b/disk/e2fsprogs/HISTORY
@@ -1,3 +1,9 @@
+2009-07-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Disable STAGED_INSTALL (castfs) and TMPFS (Bug #15257)
+ The problem with the migration of libraries from e2fsprogs ->
util-linux
+ stems from the library being removed and breaking mount, which
castfs
+ and tmpfs use during installation.
+
2009-07-16 Ladislav Hagara <hgr AT vabo.cz>
* BUILD: added --disable-libuuid and --disable-uuidd
the libuuid library has been moved from e2fsprogs to util-linux-ng
diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index bb7c674..1fc2f56 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -25,6 +25,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-ng-$VERSION"
LICENSE[0]=GPL
KEYWORDS="utils"
SECURITY_PATCH=1
+ STAGED_INSTALL=off
+ TMPFS=off
SHORT="essential utilities for any Linux box"
cat << EOF
Util-linux is a suite of essential utilities for any Linux system. Its
primary
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index e1807df..cb1974d 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,9 @@
+2009-07-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Disable STAGED_INSTALL (castfs) and TMPFS (Bug #15257)
+ The problem with the migration of libraries from e2fsprogs ->
util-linux
+ stems from the library being removed and breaking mount, which
castfs
+ and tmpfs use during installation.
+
2009-07-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.16




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (5ada8680cc3d85cf39b71a5aef475f455af0894f), Eric Sandall, 07/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page