GIT Revision: 855dd585fb8e17a0b8194f90e950dcc45481704c

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=59
This commit is contained in:
Michal Marek 2011-06-06 05:02:13 +00:00 committed by Git OBS Bridge
parent f863ec4d4f
commit 9efadae9de
36 changed files with 902 additions and 16 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5720300e690748fe5d51cc5b991e6226ae774ae98cc10b0f1d0a1d594487399e oid sha256:5eab40cf2782ece46e8b7ca6c133d0888c87d3cc37ee5de5ea9d5e273048887c
size 225152 size 225324

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -879,6 +879,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -892,6 +892,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -912,6 +912,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -99,6 +99,30 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel /usr/share/doc/kernel
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -882,6 +882,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -52,7 +52,7 @@ END { exit(! good) }
nvr=%{-n*}-%1-%_this_kmp_version-%{-r*} nvr=%{-n*}-%1-%_this_kmp_version-%{-r*}
wm2=/usr/lib/module-init-tools/weak-modules2 wm2=/usr/lib/module-init-tools/weak-modules2
if [ -x $wm2 ]; then if [ -x $wm2 ]; then
/bin/bash -${-/e/} $wm2 --add-kmp $nvr %{-b:KMP_NEEDS_MKINITRD=1} /bin/bash -${-/e/} $wm2 --add-kmp $nvr
fi fi
%preun -n %{-n*}-%1 %preun -n %{-n*}-%1
nvr=%{-n*}-%1-%_this_kmp_version-%{-r*} nvr=%{-n*}-%1-%_this_kmp_version-%{-r*}

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -897,6 +897,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -901,6 +901,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -882,6 +882,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -876,6 +876,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -255,6 +255,30 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif %endif
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -81,6 +81,30 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -884,6 +884,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -880,6 +880,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jun 5 11:18:05 CEST 2011 - jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
-------------------------------------------------------------------
Fri Jun 3 13:09:27 CEST 2011 - mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
-------------------------------------------------------------------
Fri Jun 3 12:51:22 CEST 2011 - mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
-------------------------------------------------------------------
Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz Fri Jun 3 09:54:03 CEST 2011 - jslaby@suse.cz

View File

@ -882,6 +882,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Sun Jun 05 2011 jslaby@suse.cz
- Revert "HID: magicmouse: ignore 'ivalid report id' while
switching modes".
- Revert "x86, efi: Retain boot service code until after switching
to virtual mode".
- commit 855dd58
* Sun Jun 05 2011 jslaby@suse.cz
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- asus-wmi: Remove __init from asus_wmi_platform_init
(bnc#696212).
- commit 2e6cc6b
* Fri Jun 03 2011 mmarek@suse.cz
- Temporarily set PPC_DISABLE_WERROR=y in power to fix build
- commit 5e9cb3b
* Fri Jun 03 2011 mmarek@suse.cz
- scripts/kmsg-doc: Do not require Switch.pm.
- commit 83a39c7
* Fri Jun 03 2011 mmarek@suse.cz
- rpm/macros.kernel-source: Add -b option to %%kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
* Fri Jun 03 2011 jslaby@suse.cz * Fri Jun 03 2011 jslaby@suse.cz
- Linux 2.6.39.1. - Linux 2.6.39.1.
- Refresh patches.suse/no-partition-scan. - Refresh patches.suse/no-partition-scan.

View File

@ -3,10 +3,10 @@
%kernel_module_package_buildreqs module-init-tools kernel-syms %kernel_module_package_buildreqs module-init-tools kernel-syms
# Defines %flavors_to_build and %kernel_source() as a side effect. # Defines %flavors_to_build and %kernel_source() as a side effect.
%_kernel_module_package(n:v:r:t:f:Xp:) \ %_kernel_module_package(n:v:r:t:f:Xp:b) \
%{expand:%( \ %{expand:%( \
subpkg=%{-t*}%{!-t:/usr/lib/rpm/kernel-module-subpackage} \ subpkg=%{-t*}%{!-t:/usr/lib/rpm/kernel-module-subpackage} \
echo "%%define _suse_kernel_module_subpackage(n:v:r:f:p:) %%{expand:%%(cd %_sourcedir; cat $subpkg; echo %%%%nil)}" \ echo "%%define _suse_kernel_module_subpackage(n:v:r:f:p:b) %%{expand:%%(cd %_sourcedir; cat $subpkg; echo %%%%nil)}" \
flavors_to_build= \ flavors_to_build= \
flavors="%*" \ flavors="%*" \
for flavor in $(ls /usr/src/linux-obj/%_target_cpu 2>/dev/null); do \ for flavor in $(ls /usr/src/linux-obj/%_target_cpu 2>/dev/null); do \
@ -19,7 +19,7 @@
krel=$(make -s -C /usr/src/linux-obj/%_target_cpu/$flavor kernelrelease) \ krel=$(make -s -C /usr/src/linux-obj/%_target_cpu/$flavor kernelrelease) \
kver=${krel%%-*} \ kver=${krel%%-*} \
flavors_to_build="$flavors_to_build $flavor" \ flavors_to_build="$flavors_to_build $flavor" \
echo "%%_suse_kernel_module_subpackage -n %{-n*}%{!-n:%name}-kmp -v %{-v*}%{!-v:%version} -r %{-r*}%{!-r:%release} %{-p} $flavor $kver" \ echo "%%_suse_kernel_module_subpackage -n %{-n*}%{!-n:%name}-kmp -v %{-v*}%{!-v:%version} -r %{-r*}%{!-r:%release} %{-p} %{-b} $flavor $kver" \
done \ done \
echo "%%global flavors_to_build${flavors_to_build:-%%nil}" \ echo "%%global flavors_to_build${flavors_to_build:-%%nil}" \
echo "%%{expand:%%(test -z '%flavors_to_build' && echo %%%%internal_kmp_error)}" \ echo "%%{expand:%%(test -z '%flavors_to_build' && echo %%%%internal_kmp_error)}" \
@ -34,10 +34,10 @@
)} )}
# kernel_module_package: simply pass on all options and arguments. # kernel_module_package: simply pass on all options and arguments.
%kernel_module_package(n:v:r:t:f:xp:) \ %kernel_module_package(n:v:r:t:f:xp:b) \
%{expand:%%_kernel_module_package %{-x:-X} %{-n} %{-v} %{-r} %{-t} %{-f} %{-p} %*} %{expand:%%_kernel_module_package %{-x:-X} %{-n} %{-v} %{-r} %{-t} %{-f} %{-p} %*}
# suse_kernel_module_package: invert the meaning of the -x flag. (You are not # suse_kernel_module_package: invert the meaning of the -x flag. (You are not
# supposed to understand why a simple %{-x:}%{!-x:-x} won't work.) # supposed to understand why a simple %{-x:}%{!-x:-x} won't work.)
%suse_kernel_module_package(n:v:r:s:f:xp:) \ %suse_kernel_module_package(n:v:r:s:f:xp:b) \
%{expand:%%_kernel_module_package %{-x: }%{!-x:-X} %{-n} %{-v} %{-r} %{-s:-t %{-s*}} %{-f} %{-p} %*} %{expand:%%_kernel_module_package %{-x: }%{!-x:-X} %{-n} %{-v} %{-r} %{-s:-t %{-s*}} %{-f} %{-p} %*}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f488b8b8d084d999b025da0c00000dbcedea8e9bb2b0fb043dbcbe2c1615851c oid sha256:efbc20ca3ba0c6e64fee92cf07a25cf92b50cba3ad8d2892f5a4bb702bf6706f
size 61310 size 61524

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8cb8b2c0ce2aef85b60a4b21e752efddc7481010d11be60c7b2a1ce5e2c0957c oid sha256:bea2df629003c03a996cda5b7044e1e14ebbfe5871894cbe2bc1aac8b3c00192
size 27671 size 27987

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b82732e2efbd6fb0664f4b22d38369b8b7bb363b1c971e839a67dbe94b4bab7b oid sha256:e81bbbdd4ece66065da33845db6aff7e39573770e35b1a19ed06945213eccae6
size 56278 size 57458

View File

@ -28,6 +28,8 @@
# Send separate patches upstream if you find a problem... # Send separate patches upstream if you find a problem...
######################################################## ########################################################
patches.kernel.org/patch-2.6.39.1 patches.kernel.org/patch-2.6.39.1
patches.kernel.org/0001-Revert-x86-efi-Retain-boot-service-code-until-after-.patch
patches.kernel.org/0002-Revert-HID-magicmouse-ignore-ivalid-report-id-while-.patch
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -155,6 +157,7 @@
######################################################## ########################################################
patches.arch/s390-message-catalog.diff patches.arch/s390-message-catalog.diff
patches.arch/s390-message-catalog-fix.diff patches.arch/s390-message-catalog-fix.diff
patches.arch/s390-message-catalog-perl-fix.diff
patches.arch/kmsg-fix-parameter-limitations patches.arch/kmsg-fix-parameter-limitations
patches.suse/s390-Kerntypes.diff patches.suse/s390-Kerntypes.diff
@ -442,6 +445,7 @@
# Allow setting maximum number of raw devices # Allow setting maximum number of raw devices
patches.suse/raw_device_max_minors_param.diff patches.suse/raw_device_max_minors_param.diff
patches.suse/no-partition-scan patches.suse/no-partition-scan
patches.fixes/asus-wmi-Remove-__init-from-asus_wmi_platform_init.patch
######################################################## ########################################################
# Other drivers we have added to the tree # Other drivers we have added to the tree

View File

@ -1,3 +1,3 @@
2011-06-03 10:29:22 +0200 2011-06-05 11:18:13 +0200
GIT Revision: 21b33d74c6d117907741b65cb2a611c111d2a214 GIT Revision: 855dd585fb8e17a0b8194f90e950dcc45481704c
GIT Branch: stable GIT Branch: stable