Hello community,

here is the log from the commit of package open-fcoe for openSUSE:Factory 
checked in at 2013-07-25 20:29:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-fcoe (Old)
 and      /work/SRC/openSUSE:Factory/.open-fcoe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-fcoe"

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-fcoe/open-fcoe.changes      2012-06-05 
15:33:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.open-fcoe.new/open-fcoe.changes 2013-07-25 
20:29:07.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul 23 14:38:15 CEST 2013 - [email protected]
+
+- Remove usage of absolute paths in initrd
+- List all used binaries in programs tag
+- Use new emergency function, related to other bug (bnc#809812)
+- Remove unneeded mkdir in setup script, mkinitrd does it now
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-fcoe.spec ++++++
--- /var/tmp/diff_new_pack.i6LLFp/_old  2013-07-25 20:29:08.000000000 +0200
+++ /var/tmp/diff_new_pack.i6LLFp/_new  2013-07-25 20:29:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package open-fcoe
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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-boot.sh ++++++
--- /var/tmp/diff_new_pack.i6LLFp/_old  2013-07-25 20:29:08.000000000 +0200
+++ /var/tmp/diff_new_pack.i6LLFp/_new  2013-07-25 20:29:08.000000000 +0200
@@ -1,7 +1,12 @@
 #!/bin/bash
 #%stage: device
 #%depends: network lldpad
-#%programs: /usr/sbin/fipvlan /usr/sbin/fcoeadm /sbin/vconfig /sbin/ip
+#%programs: fcoeadm
+#%programs: fipvlan
+#%programs: ip
+#%programs: sed
+#%programs: sleep
+#%programs: vconfig
 #%modules: fcoe 8021q
 #%if: "$root_fcoe"
 #
@@ -34,7 +39,7 @@
 
     echo -n "Wait for FCoE link on $ifname: "
     while [ $retry_count -gt 0 ] ; do
-       status=$(/usr/sbin/fcoeadm -i $ifname 2> /dev/null | sed -n "s/.*State: 
*\(.*\)/\1/p")
+       status=$(fcoeadm -i $ifname 2> /dev/null | sed -n "s/.*State: 
*\(.*\)/\1/p")
        if [ "$status" = "Online" ] ; then
            echo "Ok"
            return 0
@@ -44,11 +49,9 @@
         sleep 2
     done
 
-    echo "Failed; dropping to /bin/sh"
-    cd /
-    PATH=$PATH PS1='$ ' /bin/sh -i
+    emergency "Failed!"
 }
 
 create_fcoe_vlan $fcoe_if $fcoe_vlan $fcoe_vif
-/usr/sbin/fipvlan -s $fcoe_if
+fipvlan -s $fcoe_if
 wait_for_fcoe_if $fcoe_vif

++++++ mkinitrd-setup.sh ++++++
--- /var/tmp/diff_new_pack.i6LLFp/_old  2013-07-25 20:29:08.000000000 +0200
+++ /var/tmp/diff_new_pack.i6LLFp/_new  2013-07-25 20:29:08.000000000 +0200
@@ -56,8 +56,6 @@
 save_var fcoe_vlan
 
 if [ "${root_fcoe}" ] ; then
-    # Create /usr/sbin directory if not present
-    [ -d $tmp_mnt/usr/sbin ] || mkdir -p $tmp_mnt/usr/sbin
     cp /etc/hba.conf ${tmp_mnt}/etc
     libhbalinux=$(sed -n 's/org.open-fcoe.libhbalinux *\(.*\)/\1/p' 
/etc/hba.conf)
     if [ "$libhbalinux" ] ; then

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

Reply via email to