Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2013-08-01 06:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkinitrd (Old)
 and      /work/SRC/openSUSE:Factory/.mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkinitrd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes        2013-07-03 
16:51:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2013-08-01 
06:54:34.000000000 +0200
@@ -1,0 +2,31 @@
+Wed Jul 31 17:42:59 CEST 2013 - oher...@suse.de
+
+- Remove useless console output before starting splash (doing fast
+  boot, Creating device nodes with udev) (bnc#775982)
+
+-------------------------------------------------------------------
+Wed Jul 31 17:33:48 CEST 2013 - oher...@suse.de
+
+- Fix parsing of /etc/sysconfig/initrd (bnc#717590)
+
+-------------------------------------------------------------------
+Wed Jul 31 17:21:07 CEST 2013 - oher...@suse.de
+
+- Fix parsing of disabled modules in INTRD_MODULES (bnc#696959)
+
+-------------------------------------------------------------------
+Wed Jul 31 16:59:53 CEST 2013 - oher...@suse.de
+
+- Add blacklist for unused /usr/lib/udev helpers (bnc#757706)
+
+-------------------------------------------------------------------
+Tue Jul 16 11:12:11 CEST 2013 - oher...@suse.de
+
+- Preserve existing /etc/nsswitch.conf in boot-network.sh
+
+-------------------------------------------------------------------
+Tue Jul 16 10:46:21 CEST 2013 - oher...@suse.de
+
+- Remove usage of absolute path to readlink
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mkinitrd.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/lib/mkinitrd/bin/linuxrc 
new/mkinitrd-2.7.2/lib/mkinitrd/bin/linuxrc
--- old/mkinitrd-2.7.2/lib/mkinitrd/bin/linuxrc 2013-07-03 15:27:47.000000000 
+0200
+++ new/mkinitrd-2.7.2/lib/mkinitrd/bin/linuxrc 2013-07-31 17:44:01.000000000 
+0200
@@ -48,7 +48,6 @@
 }
 
 if [ ! "$slow_boot" ]; then
-  echo "doing fast boot"
   source run_all.sh
 else
   for file in boot/*; do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/mkinitrd.changes 
new/mkinitrd-2.7.2/mkinitrd.changes
--- old/mkinitrd-2.7.2/mkinitrd.changes 2013-07-03 15:27:47.000000000 +0200
+++ new/mkinitrd-2.7.2/mkinitrd.changes 2013-07-31 17:44:01.000000000 +0200
@@ -1,4 +1,35 @@
 -------------------------------------------------------------------
+Wed Jul 31 17:42:59 CEST 2013 - oher...@suse.de
+
+- Remove useless console output before starting splash (doing fast
+  boot, Creating device nodes with udev) (bnc#775982)
+
+-------------------------------------------------------------------
+Wed Jul 31 17:33:48 CEST 2013 - oher...@suse.de
+
+- Fix parsing of /etc/sysconfig/initrd (bnc#717590)
+
+-------------------------------------------------------------------
+Wed Jul 31 17:21:07 CEST 2013 - oher...@suse.de
+
+- Fix parsing of disabled modules in INTRD_MODULES (bnc#696959)
+
+-------------------------------------------------------------------
+Wed Jul 31 16:59:53 CEST 2013 - oher...@suse.de
+
+- Add blacklist for unused /usr/lib/udev helpers (bnc#757706)
+
+-------------------------------------------------------------------
+Tue Jul 16 11:12:11 CEST 2013 - oher...@suse.de
+
+- Preserve existing /etc/nsswitch.conf in boot-network.sh
+
+-------------------------------------------------------------------
+Tue Jul 16 10:46:21 CEST 2013 - oher...@suse.de
+
+- Remove usage of absolute path to readlink
+
+-------------------------------------------------------------------
 Wed Jul  3 15:25:44 CEST 2013 - schue...@gmx.net
 
 - Purge old kernels with low I/O priority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/sbin/mkinitrd 
new/mkinitrd-2.7.2/sbin/mkinitrd
--- old/mkinitrd-2.7.2/sbin/mkinitrd    2013-07-03 15:27:47.000000000 +0200
+++ new/mkinitrd-2.7.2/sbin/mkinitrd    2013-07-31 17:44:01.000000000 +0200
@@ -476,7 +476,7 @@
 save_var() {
         # sysconfig options override dynamically generated options
         if [ -e "/etc/sysconfig/initrd" ]; then
-                local override="$(cat /etc/sysconfig/initrd | egrep \"^$1=\")"
+                local override="$(egrep "^$1=" /etc/sysconfig/initrd)"
                 if [ "$override" ]; then
                         eval $override
                 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/boot-network.sh 
new/mkinitrd-2.7.2/scripts/boot-network.sh
--- old/mkinitrd-2.7.2/scripts/boot-network.sh  2013-07-03 15:27:47.000000000 
+0200
+++ new/mkinitrd-2.7.2/scripts/boot-network.sh  2013-07-31 17:44:01.000000000 
+0200
@@ -47,7 +47,7 @@
     HOSTNAME="${ip%%:*}"
     ip="${ip#*:}" # first entry => iface
     INTERFACE="${ip%%:*}"
-    echo 'hosts: files dns' > /etc/nsswitch.conf
+    echo 'hosts: files dns' >> /etc/nsswitch.conf
 }
 
 configure_dynamic()
@@ -72,7 +72,7 @@
         if [ -n "$DOMAIN" ]; then
                 echo "search $DOMAIN" >> /etc/resolv.conf
         fi
-        echo 'hosts: files dns' > /etc/nsswitch.conf
+        echo 'hosts: files dns' >> /etc/nsswitch.conf
     elif [ -n "$DNSSERVERS" ]; then
         oifs="$IFS"
         IFS=" "
@@ -83,7 +83,7 @@
         if [ -n "$DNSDOMAIN" ]; then
                 echo "search $DNSDOMAIN" >> /etc/resolv.conf
         fi
-        echo 'hosts: files dns' > /etc/nsswitch.conf
+        echo 'hosts: files dns' >> /etc/nsswitch.conf
     fi
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/boot-udev.sh 
new/mkinitrd-2.7.2/scripts/boot-udev.sh
--- old/mkinitrd-2.7.2/scripts/boot-udev.sh     2013-07-03 15:27:47.000000000 
+0200
+++ new/mkinitrd-2.7.2/scripts/boot-udev.sh     2013-07-31 17:44:01.000000000 
+0200
@@ -29,7 +29,6 @@
 fi
 
 # Start udev
-echo "Creating device nodes with udev"
 udevd --daemon
 udevadm trigger --action=add
 udevadm trigger --type=subsystems --action=add
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/setup-modules.sh 
new/mkinitrd-2.7.2/scripts/setup-modules.sh
--- old/mkinitrd-2.7.2/scripts/setup-modules.sh 2013-07-03 15:27:47.000000000 
+0200
+++ new/mkinitrd-2.7.2/scripts/setup-modules.sh 2013-07-31 17:44:01.000000000 
+0200
@@ -289,10 +289,6 @@
 
 # parsing of '# SUSE INITRD' lines
 load_additional_dependencies
-resolved_modules="$(resolve_modules $kernel_version $modules)"
-if [ $? -ne 0 ] ; then
-    return 1
-fi
 
 # cut out all modules which have a minus preceding them
 modules=$(
@@ -308,6 +304,10 @@
 done
 )
 
+resolved_modules="$(resolve_modules $kernel_version $modules)"
+if [ $? -ne 0 ] ; then
+    return 1
+fi
 if [ "$resolved_modules" ] ; then
     echo -ne "Kernel Modules:\t"
     for mod in $resolved_modules ; do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/setup-storage.sh 
new/mkinitrd-2.7.2/scripts/setup-storage.sh
--- old/mkinitrd-2.7.2/scripts/setup-storage.sh 2013-07-03 15:27:47.000000000 
+0200
+++ new/mkinitrd-2.7.2/scripts/setup-storage.sh 2013-07-31 17:44:01.000000000 
+0200
@@ -229,7 +229,7 @@
         realrootdev=$(readlink -m $realrootdev)
         ;;
       /dev/md/*)
-        realrootdev=$(/usr/bin/readlink -m $realrootdev)
+        realrootdev=$(readlink -m $realrootdev)
         ;;
       *:*|//*)
         [ "$type" = "Root" ] && x="$rootfstype-root"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/setup-udev.sh 
new/mkinitrd-2.7.2/scripts/setup-udev.sh
--- old/mkinitrd-2.7.2/scripts/setup-udev.sh    2013-07-03 15:27:47.000000000 
+0200
+++ new/mkinitrd-2.7.2/scripts/setup-udev.sh    2013-07-31 17:44:01.000000000 
+0200
@@ -15,6 +15,51 @@
 
 # copy helper
 for script in /usr/lib/udev/* /lib/udev/* /sbin/*_id ; do
+    # some helpers are not needed 
+    case "${script##*/}" in
+    accelerometer) continue ;;
+    ata_id) ;;
+    bluetooth_serial) continue ;;
+    cdrom_id) ;;
+    collect) ;;
+    collect_lvm) ;;
+    findkeyboards) continue ;;
+    gpsd.sh) continue ;;
+    hid2hci) continue ;;
+    hwdb.d) continue ;;
+    idedma.sh) continue ;;
+    ift-load) continue ;;
+    iphone-set-info) continue ;;
+    ipod-set-info) continue ;;
+    isdn.sh) continue ;;
+    iwlwifi-led.sh) continue ;;
+    keyboard-force-release.sh) continue ;;
+    keymap) continue ;;
+    kpartx_id) ;;
+    lmt-udev) continue ;;
+    lomoco.sh) continue ;;
+    mtd_probe) ;;
+    mtp-probe) ;;
+    numlock-on) continue ;;
+    openct_pcmcia) continue ;;
+    openct_serial) continue ;;
+    openct_usb) continue ;;
+    pcmcia-check-broken-cis) continue ;;
+    pcmcia-socket-startup) continue ;;
+    scsi_id) ;;
+    udev-acl) continue ;;
+    udev-add-printer) continue ;;
+    udev-configure-printer) continue ;;
+    udevmountd) continue ;;
+    udisks-dm-export) ;;
+    udisks-part-id) ;;
+    udisks-probe-ata-smart) ;;
+    udisks-probe-sas-expander) ;;
+    usb_modeswitch) continue ;;
+    v4l_id) continue ;;
+    write_dev_root_rule) continue ;;
+    *) ;;
+    esac
     if [ ! -d "$script" ] && [ -x "$script" ] ; then
         cp_bin $script ${tmp_mnt}${script}
     elif [ -f "$script" ] ; then

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to