Hello community,

here is the log from the commit of package module-init-tools for 
openSUSE:Factory checked in at 2012-07-25 10:35:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/module-init-tools (Old)
 and      /work/SRC/openSUSE:Factory/.module-init-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "module-init-tools", Maintainer is "mma...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/module-init-tools/module-init-tools.changes      
2012-06-26 17:07:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.module-init-tools.new/module-init-tools.changes 
2012-07-25 10:35:07.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul  8 09:00:56 UTC 2012 - ag...@suse.com
+
+- add support for uImage based kernels
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ weak-modules ++++++
--- /var/tmp/diff_new_pack.Kq5T1p/_old  2012-07-25 10:35:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Kq5T1p/_new  2012-07-25 10:35:09.000000000 +0200
@@ -311,7 +311,7 @@
     [ -e /boot/System.map-$krel ] || continue
 
     image=
-    for x in vmlinuz image vmlinux linux bzImage; do
+    for x in vmlinuz image vmlinux linux bzImage uImage; do
        if [ -f /boot/$x-$krel ]; then
            image=$x
            break

++++++ weak-modules2 ++++++
--- /var/tmp/diff_new_pack.Kq5T1p/_old  2012-07-25 10:35:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Kq5T1p/_new  2012-07-25 10:35:09.000000000 +0200
@@ -338,7 +338,7 @@
     fi
     if needs_mkinitrd $krel; then
        local image
-       for x in vmlinuz image vmlinux linux bzImage; do
+       for x in vmlinuz image vmlinux linux bzImage uImage; do
            if [ -f /boot/$x-$krel ]; then
                image=$x
                break

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

Reply via email to