[SM-Commit] GIT changes to master grimoire by Eric Sandall (ec3945483358645c92a6183410ac9c7573fca63a)

Eric Sandall scm at sourcemage.org
Tue Apr 15 14:27:43 EDT 2008


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

 kernels/kvm/DEPENDS    |   12 +++++++++++-
 kernels/kvm/HISTORY    |    4 ++++
 net/iproute2/DETAILS   |    1 +
 net/iproute2/HISTORY   |    5 +++++
 net/iproute2/PRE_BUILD |    1 +
 5 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit ec3945483358645c92a6183410ac9c7573fca63a
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    iproute2: Install network scripts to /sbin, not /usr/sbin, so they are available at boot to get our networked filesystems up (which tend to include /usr)

commit bbe726e322f1e38c016b4a4d12cb9c1376ea3483
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    kvm: Suggest iproute2 and bridge-utils for TUN/TAP support

diff --git a/kernels/kvm/DEPENDS b/kernels/kvm/DEPENDS
index 656ce9c..a380a94 100755
--- a/kernels/kvm/DEPENDS
+++ b/kernels/kvm/DEPENDS
@@ -3,4 +3,14 @@ depends  sdl    &&
 optional_depends  alsa-lib                                                \
                   '--enable-alsa'                                         \
                   '--disable-alsa'                                        \
-                  'for Advanced Linux Sound Architecture driver support'
+                  'for Advanced Linux Sound Architecture driver support'  &&
+
+suggest_depends  'bridge-utils'                  \
+                 ''                              \
+                 ''                              \
+                 'for creating TUN/TAP bridges'  &&
+
+suggest_depends  'iproute2'                                \
+                 ''                                        \
+                 ''                                        \
+                 'for routing between TUN/TAP interfaces'
diff --git a/kernels/kvm/HISTORY b/kernels/kvm/HISTORY
index 3256e27..573dadd 100644
--- a/kernels/kvm/HISTORY
+++ b/kernels/kvm/HISTORY
@@ -1,3 +1,7 @@
+2008-04-15 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Suggest dependencies on bridge-utils and iproute2
+	  for TUN/TAP support
+
 2008-01-15 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 59
 
diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index 3d6b568..5b36e19 100755
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -6,6 +6,7 @@
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://developer.osdl.org/dev/iproute2/download/$SOURCE
   SOURCE2_URL[0]=http://developer.osdl.org/dev/iproute2/download/$SOURCE2
+      PATCHLEVEL=1
       SOURCE_GPG="iproute2.gpg:${SOURCE2}:VERIFIED_UPSTREAM_KEY"
       LICENSE[0]=GPL
         WEB_SITE=http://linux-net.osdl.org/index.php/Iproute2
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index 320a471..47bb7f8 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,8 @@
+2008-04-15 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: PATCHLEVEL++
+	* PRE_BUILD: Install network scripts to /sbin, not /usr/sbin, so they
+	  are available to get our network up for networked filesystems
+
 2008-01-28 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* PRE_BUILD: removed is_depends_enabled.function reference
 
diff --git a/net/iproute2/PRE_BUILD b/net/iproute2/PRE_BUILD
index 1ca09bc..b9df730 100755
--- a/net/iproute2/PRE_BUILD
+++ b/net/iproute2/PRE_BUILD
@@ -7,6 +7,7 @@ sedit  's/-g//'  Makefile                                     &&
 sedit  "s!^CFLAGS =!& -include ${PWD}/sctpfix.h !"  Makefile  &&
 sedit  "s:/usr:${INSTALL_ROOT}/usr:g"  Makefile               &&
 sedit  "s:/etc:${INSTALL_ROOT}/etc:g"  Makefile               &&
+sedit  "s:SBINDIR=.*:SBINDIR=$INSTALL_ROOT/sbin:"  Makefile   &&
 
 # Fix document install directory
 if  [  "$BUILD_DOCS"  =  y  ];  then



More information about the SM-Commit mailing list