Hello community,

here is the log from the commit of package mkinitrd for 
openSUSE:12.1:Update:Test checked in at 2012-03-23 14:49:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/mkinitrd (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkinitrd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/mkinitrd/mkinitrd.changes       
2012-03-23 14:49:33.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.mkinitrd.new/mkinitrd.changes  
2012-03-23 14:49:33.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 14 13:32:58 UTC 2012 - [email protected]
+
+- Copy ifcfg settings regardless of nettype value (bnc#724775).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mkinitrd.spec ++++++
--- /var/tmp/diff_new_pack.Krfrfw/_old  2012-03-23 14:49:33.000000000 +0100
+++ /var/tmp/diff_new_pack.Krfrfw/_new  2012-03-23 14:49:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkinitrd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ mkinitrd.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-11-07 13:55:24.000000000 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2012-03-14 14:45:53.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Mar 14 13:32:58 UTC 2012 - [email protected]
+
+- Copy ifcfg settings regardless of nettype value (bnc#724775).
+
+-------------------------------------------------------------------
 Mon Nov  7 12:54:16 UTC 2011 - [email protected]
 
 - Revert the NO_KMS_IN_INITRD -> KMS_IN_INITRD rename, it breaks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-network.sh 
new/mkinitrd-2.7.0/scripts/setup-network.sh
--- old/mkinitrd-2.7.0/scripts/setup-network.sh 2011-11-07 13:55:24.000000000 
+0100
+++ new/mkinitrd-2.7.0/scripts/setup-network.sh 2012-03-14 14:45:53.000000000 
+0100
@@ -266,9 +266,9 @@
 done
 
 # Copy ifcfg settings
+mkdir -p $tmp_mnt/etc/sysconfig
+cp -rp /etc/sysconfig/network $tmp_mnt/etc/sysconfig
 if [ "$nettype" = "ifup" ] ; then
-    mkdir -p $tmp_mnt/etc/sysconfig
-    cp -rp /etc/sysconfig/network $tmp_mnt/etc/sysconfig
     for i in /etc/sysconfig/network/ifcfg-*; do
        interface=${i##*/ifcfg-}
        if [ -d /sys/class/net/$interface/device ] ; then

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to