Hello community, here is the log from the commit of package mkinitrd for openSUSE:Factory checked in at Wed Oct 12 16:13:08 CEST 2011.
-------- --- openSUSE:Factory/mkinitrd/mkinitrd.changes 2011-10-11 17:03:59.000000000 +0200 +++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes 2011-10-11 15:54:40.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Oct 11 13:50:35 UTC 2011 - [email protected] + +- Include thermal, processor and fan acpi modules on x86 and ia64 + (bnc#716785#c11). + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 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-10-07 11:04:55.000000000 +0200 +++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-10-11 15:54:14.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Oct 11 13:50:35 UTC 2011 - [email protected] + +- Include thermal, processor and fan acpi modules on x86 and ia64 + (bnc#716785#c11). + +------------------------------------------------------------------- Fri Oct 7 08:50:45 UTC 2011 - [email protected] - Fix the module dependency resolver to include dependencies of diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-acpi.sh new/mkinitrd-2.7.0/scripts/boot-acpi.sh --- old/mkinitrd-2.7.0/scripts/boot-acpi.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/mkinitrd-2.7.0/scripts/boot-acpi.sh 2011-10-11 15:54:14.000000000 +0200 @@ -0,0 +1,4 @@ +#!/bin/bash +#%stage: boot +#%modules: $acpi_modules +#%if: -n "$acpi_modules" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-acpi.sh new/mkinitrd-2.7.0/scripts/setup-acpi.sh --- old/mkinitrd-2.7.0/scripts/setup-acpi.sh 2011-10-07 11:04:55.000000000 +0200 +++ new/mkinitrd-2.7.0/scripts/setup-acpi.sh 2011-10-11 15:54:14.000000000 +0200 @@ -55,3 +55,7 @@ attach_dsdt +case "$(uname -m)" in +i?86 | x86_64 | ia64) + acpi_modules="thermal processor fan" +esac continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
