From 41ed2f2fc3de381a945876aa122cadeb83368ea0156aa14369258b85a261a8cb Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Wed, 20 Apr 2011 05:02:59 +0000 Subject: [PATCH] GIT Revision: cdac87380ccc0e55f38650a2572f8e3957182568 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6955 --- config.conf | 5 ++-- config.sh | 2 +- config.tar.bz2 | 4 +-- kernel-debug.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 41 +++++++++++++++++++++++++++--- kernel-default.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 43 ++++++++++++++++++++++++++++---- kernel-desktop.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-desktop.spec | 41 +++++++++++++++++++++++++++--- kernel-docs.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 39 ++++++++++++++++++++++++++--- kernel-ec2.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-ec2.spec | 41 +++++++++++++++++++++++++++--- kernel-pae.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 41 +++++++++++++++++++++++++++--- kernel-ppc64.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-ppc64.spec | 41 +++++++++++++++++++++++++++--- kernel-ps3.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-ps3.spec | 41 +++++++++++++++++++++++++++--- kernel-s390.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-s390.spec | 41 +++++++++++++++++++++++++++--- kernel-source.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 41 +++++++++++++++++++++++++++--- kernel-syms.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 39 ++++++++++++++++++++++++++--- kernel-trace.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-trace.spec | 41 +++++++++++++++++++++++++++--- kernel-vanilla.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 41 +++++++++++++++++++++++++++--- kernel-xen.changes | 54 ++++++++++++++++++++++++++++++++++++++++ kernel-xen.spec | 41 +++++++++++++++++++++++++++--- linux-2.6.39-rc4.tar.bz2 | 3 +++ patches.fixes.tar.bz2 | 4 +-- patches.rpmify.tar.bz2 | 4 +-- patches.suse.tar.bz2 | 4 +-- patches.xen.tar.bz2 | 4 +-- series.conf | 8 ++---- source-timestamp | 4 +-- 38 files changed, 1294 insertions(+), 76 deletions(-) create mode 100644 linux-2.6.39-rc4.tar.bz2 diff --git a/config.conf b/config.conf index 051a6f14..a7223052 100644 --- a/config.conf +++ b/config.conf @@ -60,5 +60,6 @@ +s390x -syms s390x/trace +s390x s390x/vanilla -+sparc64 sparc64/default -+sparc64 -syms sparc64/net +# Maintained by jengelh +# +sparc64 sparc64/default +# +sparc64 -syms sparc64/net diff --git a/config.sh b/config.sh index 52525560..6ff68a9e 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ # The version of the main tarball to use -SRCVERSION=2.6.39-rc3 +SRCVERSION=2.6.39-rc4 # variant of the kernel-source package, either empty or "-rt" VARIANT= # buildservice projects to build the kernel against diff --git a/config.tar.bz2 b/config.tar.bz2 index 204c5027..70d344d4 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9144ed8f59f24286831a431f21a46eb94372fbaae7bb1991e717df22aef6f1c3 -size 230515 +oid sha256:8946a8be79371fb03a4dc6e2904f6dc6ad79b9d6b66c34b0356705c1661e9999 +size 225659 diff --git a/kernel-debug.changes b/kernel-debug.changes index 2a596cf4..889442df 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-debug.spec b/kernel-debug.spec index 0d0528b4..c2961c2a 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -872,6 +872,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -879,6 +908,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-default.changes b/kernel-default.changes index 2a596cf4..889442df 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-default.spec b/kernel-default.spec index 1bf52601..f2a4b1c0 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-default Summary: The Standard Kernel Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -213,7 +213,7 @@ Source112: patches.trace.tar.bz2 Source113: patches.kabi.tar.bz2 Source120: kabi.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 ia64 ppc ppc64 s390x sparc64 x86_64 +ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64 # These files are found in the kernel-source package: NoSource: 0 @@ -885,6 +885,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -892,6 +921,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 2a596cf4..889442df 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 827d3953..28bcb7e2 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -905,6 +905,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -912,6 +941,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-docs.changes b/kernel-docs.changes index 2a596cf4..889442df 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-docs.spec b/kernel-docs.spec index 7cbc1d4b..2f0dfc97 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ # norootforbuild -%define patchversion 2.6.39-rc3 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -26,9 +26,9 @@ Name: kernel-docs Summary: Kernel Documentation Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant @@ -99,6 +99,35 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -106,6 +135,10 @@ rm -rf $RPM_BUILD_ROOT - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 2a596cf4..889442df 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-ec2.spec b/kernel-ec2.spec index fc5a6589..e9665f2e 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -875,6 +875,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -882,6 +911,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-pae.changes b/kernel-pae.changes index 2a596cf4..889442df 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-pae.spec b/kernel-pae.spec index e3dd41bb..a660cb4f 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -890,6 +890,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -897,6 +926,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 2a596cf4..889442df 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index d2d7717d..e5c5ed6a 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -894,6 +894,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -901,6 +930,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 2a596cf4..889442df 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-ps3.spec b/kernel-ps3.spec index bb8c0b73..80904e28 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -875,6 +875,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -882,6 +911,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-s390.changes b/kernel-s390.changes index 2a596cf4..889442df 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-s390.spec b/kernel-s390.spec index 4bf61fb1..9ca6c3d4 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-s390 Summary: The Standard Kernel Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -869,6 +869,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -876,6 +905,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-source.changes b/kernel-source.changes index 2a596cf4..889442df 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-source.spec b/kernel-source.spec index 0e8aa57c..aa943709 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,8 +18,8 @@ # norootforbuild # icecream 0 -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %define vanilla_only 0 @@ -31,9 +31,9 @@ Name: kernel-source Summary: The Linux Kernel Sources Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: Development/Sources @@ -254,6 +254,35 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" %endif %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -261,6 +290,10 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-syms.changes b/kernel-syms.changes index 2a596cf4..889442df 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-syms.spec b/kernel-syms.spec index 8b6eb790..4f85cec8 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -25,7 +25,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) Release: %kernel_source_release @@ -35,7 +35,7 @@ Group: Development/Sources Url: http://www.kernel.org/ AutoReqProv: off BuildRequires: coreutils -%ifarch %ix86 ia64 ppc ppc64 s390x sparc64 x86_64 +%ifarch %ix86 ia64 ppc ppc64 s390x x86_64 Requires: kernel-default-devel = %version-%source_rel %endif %ifarch %ix86 x86_64 @@ -58,7 +58,7 @@ Provides: %name = %version-%source_rel Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x sparc64 x86_64 +ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64 Prefix: /usr/src %description @@ -81,6 +81,35 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -88,6 +117,10 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-trace.changes b/kernel-trace.changes index 2a596cf4..889442df 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-trace.spec b/kernel-trace.spec index c0e0ef3f..24080a5b 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -877,6 +877,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -884,6 +913,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 2a596cf4..889442df 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 2225bf6c..fa809b47 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -873,6 +873,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -880,6 +909,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/kernel-xen.changes b/kernel-xen.changes index 2a596cf4..889442df 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Tue Apr 19 23:37:06 CEST 2011 - jack@suse.cz + +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 + +------------------------------------------------------------------- +Tue Apr 19 23:32:54 CEST 2011 - jack@suse.cz + +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 + +------------------------------------------------------------------- +Tue Apr 19 23:30:34 CEST 2011 - jack@suse.cz + +- Update vanilla config files. +- commit 5e3c232 + +------------------------------------------------------------------- +Tue Apr 19 17:41:41 CEST 2011 - jeffm@suse.com + +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 + +------------------------------------------------------------------- +Tue Apr 19 17:16:52 CEST 2011 - jeffm@suse.com + +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e + +------------------------------------------------------------------- +Mon Apr 18 10:30:49 CEST 2011 - eich@suse.de + +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 + ------------------------------------------------------------------- Sat Apr 16 19:18:05 CEST 2011 - trenn@suse.de @@ -11,6 +58,13 @@ Sat Apr 16 18:42:01 CEST 2011 - trenn@suse.de (bnc#675161). - commit 85b156b +------------------------------------------------------------------- +Sat Apr 16 00:31:11 CEST 2011 - jack@suse.cz + +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 + ------------------------------------------------------------------- Fri Apr 15 20:24:29 CEST 2011 - jeffm@suse.com diff --git a/kernel-xen.spec b/kernel-xen.spec index cf846a82..8e6a39f4 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 2.6.39-rc3 -%define patchversion 2.6.39-rc3 +%define srcversion 2.6.39-rc4 +%define patchversion 2.6.39-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -57,9 +57,9 @@ Name: kernel-xen Summary: The Xen Kernel Version: 2.6.39 %if %using_buildservice -Release: rc3. +Release: rc4. %else -Release: rc3.0 +Release: rc4.0 %endif License: GPL v2 only Group: System/Kernel @@ -875,6 +875,35 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Tue Apr 19 2011 jack@suse.cz +- Revert changes to sparc configs to not make life harder for Jan Engelhardt + maintaining sparc architecture. +- commit cdac873 +* Tue Apr 19 2011 jack@suse.cz +- config.conf: Remove sparc as it is maintained separately by Jan Engelhardt +- commit 91307e3 +* Tue Apr 19 2011 jack@suse.cz +- Update vanilla config files. +- commit 5e3c232 +* Tue Apr 19 2011 jeffm@suse.com +- Updated to 2.6.39-rc4. + - Eliminated 1 patch. +- commit 3f654c8 +* Tue Apr 19 2011 jeffm@suse.com +- libata: DVR-216D can't do SETXFER DVD-RW DVR-216D (bnc#679143). +- commit b09d00e +* Mon Apr 18 2011 eich@suse.de +- Combined and consolidated bootsplash patch (bnc#669777, + bnc#570082, bnc#595657, bnc#594209, bnc#544645). + - Delete patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch. + - Delete patches.suse/bootsplash. + - Delete patches.suse/bootsplash-console-fix. + - Delete patches.suse/bootsplash-keep-multiple-data. + - Delete patches.suse/bootsplash-scaler. + - Reformatted code, fixed some minor bugs that became obvious. + - Fixed race that led to null pointer dereference in splash_read_proc(): + bnc#669777. +- commit 95844c5 * Sat Apr 16 2011 trenn@suse.de - intel_idle: Add a boot param to keep flushing TLBs (bnc#675161). - commit 02c0d8a @@ -882,6 +911,10 @@ Debug information for package %name-devel - intel_idle: Make lapic_timer_reliable_states a boot param (bnc#675161). - commit 85b156b +* Sat Apr 16 2011 jack@suse.cz +- Disable ext2, use ext4 instead as a driver +- Update config files. +- commit 2601b15 * Fri Apr 15 2011 jeffm@suse.com - Enabled CONFIG_GIGASET_CAPI (bnc#686008). - This results in automatically disabling CONFIG_GIGASET_I4L. diff --git a/linux-2.6.39-rc4.tar.bz2 b/linux-2.6.39-rc4.tar.bz2 new file mode 100644 index 00000000..7984544b --- /dev/null +++ b/linux-2.6.39-rc4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df695fcc48a6061730998a34897a6376f825b026b6dfd7c6429253eed15a15dd +size 76089755 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 6253b8a8..3e5413b3 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdc00104b45006c297503d053fdb72f7e196aa8e0c389b1c38fcf9189dd83d01 -size 81248 +oid sha256:b89eb81620f8f1e98e5af25b5eea1f75e043d8cf2e669709cd28016d96f9cda2 +size 81624 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index d3329ae0..dac179f7 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb6aefbd79a0271a631a85c451a9be1d7a927905c7b2e562312b4e715144255e -size 5596 +oid sha256:06093afa0c53c7ed9b9401d7aa626c037b3395f4ee83ec062e4256771830b529 +size 5451 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 043222e3..c4344478 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea0b9e9f285b1930f4f00a2e6a9f1c3be04af08a27306a4ffbe573a1ec75fbe9 -size 284459 +oid sha256:c8cdb0349747b4cf370ce36020727df201c03d13b502bae01b4ec4b3b9b51475 +size 277140 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 17c33d52..3263e18d 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45ef7c3b6f304455db972e7ed474c9fa69d04be0cfcd23c313f0c1b95155a083 -size 2129289 +oid sha256:16cbbc4c65004d45c786e06111d381695bd7b45486242ebfc8183da2bf7c20c1 +size 2128730 diff --git a/series.conf b/series.conf index 7274a660..e010c02a 100644 --- a/series.conf +++ b/series.conf @@ -39,7 +39,6 @@ patches.rpmify/rts_pstor-use-ifdef-instead-of-if patches.rpmify/rts_pstor-add-linux-vmalloc-h patches.rpmify/kvm-fix-off-by-one-in-kvm_for_each_vcpu-iteration - patches.rpmify/fhandle-add-linux-personality-h-for-ia64 patches.rpmify/ft1000-remove-unnecessary-export_symbols patches.rpmify/mpc5xxx_can-fix-typo-causing-build-failure-of_dev-ofdev @@ -474,6 +473,7 @@ # libata patches.drivers/libata-unlock-hpa-by-default + patches.fixes/libata-dvr-216d-can-t-do-setxfer-dvd-rw-dvr-216d # Block layer fixes patches.fixes/scsi-inquiry-too-short-ratelimit @@ -564,11 +564,7 @@ ######################################################## # Input & Console ######################################################## - patches.suse/bootsplash - patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch - patches.suse/bootsplash-keep-multiple-data - patches.suse/bootsplash-scaler - patches.suse/bootsplash-console-fix + patches.suse/SUSE-bootsplash patches.drivers/elousb.patch patches.suse/elousb-2.6.35-api-changes patches.fixes/input-add-acer-aspire-5710-to-nomux.patch diff --git a/source-timestamp b/source-timestamp index 82d554f8..4dc8b088 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2011-04-16 19:18:05 +0200 -GIT Revision: 02c0d8a5fef2d4c7ed848275a5ab56cbfaa3f450 +2011-04-19 23:37:06 +0200 +GIT Revision: cdac87380ccc0e55f38650a2572f8e3957182568 GIT Branch: master