Accepting request 38615 from Kernel:HEAD
Copy from Kernel:HEAD/kernel-source based on submit request 38615 from user coolo OBS-URL: https://build.opensuse.org/request/show/38615 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=94
This commit is contained in:
parent
445733e37e
commit
b78403f1fd
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbbf9544277c8df111d78ea38f9e155a5b2cff9c4a8bf3c9f4ce24f8c52549d9
|
||||
size 210477
|
||||
oid sha256:74548dfdb01577c9071f1c635a89acb8c2c49540ab01b869e079a61029e4be06
|
||||
size 210603
|
||||
|
@ -69,6 +69,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
@ -29,10 +29,11 @@ License: GPLv2+
|
||||
Group: Documentation/Man
|
||||
AutoReqProv: on
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
Provides: %name = %version-%source_rel
|
||||
Summary: Kernel Documentation
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -34,6 +34,7 @@ Release: @RELEASE_PREFIX@<RELEASE>
|
||||
%else
|
||||
Release: @RELEASE_PREFIX@0
|
||||
%endif
|
||||
Provides: %name = %version-%source_rel
|
||||
Summary: Kernel Documentation
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-net
|
||||
Summary: Minimal kernel with disk and net support
|
||||
Version: 2.6.34
|
||||
Release: 3
|
||||
Release: 4
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,7 +31,7 @@
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
@ -53,6 +53,7 @@ Requires: kernel-s390-devel = %version-%source_rel
|
||||
Requires: kernel-xen-devel = %version-%source_rel
|
||||
%endif
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name = %version-%source_rel
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -37,6 +37,7 @@ AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
@REQUIRES@
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %name = %version-%source_rel
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-vmi
|
||||
Summary: VMI-enabled kernel
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 21:18:11 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- patches.suse/s390-Kerntypes.diff: Fix slab.h vs slab_def.h
|
||||
include ordering in kerntypes.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:47:57 CEST 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-*.spec.in: Provide %name = %version-%source_rel in
|
||||
all spec files (bnc#598453).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 09:32:19 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- Update config files: Fix remaining CONFIG_LEDS_CLASS=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 08:24:58 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
Refresh. Fix dependency with LED class.
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 16:44:28 CEST 2010 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/input-Add-LED-support-to-Synaptics-device:
|
||||
input: Add LED support to Synaptics device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/input-Add-support-of-Synaptics-Clickpad-device:
|
||||
input: Add support of Synaptics Clickpad device
|
||||
(bnc#547370,bnc#582529,bnc#589014).
|
||||
- patches.drivers/synaptics-hp-clickpad: Delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 03:01:21 CEST 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.34-rc5.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:25:54 CEST 2010 - jack@suse.de
|
||||
|
||||
- patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize
|
||||
super-block with standard macros.
|
||||
- patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir:
|
||||
fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty
|
||||
folder (bnc#583964).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 21:21:26 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.33
|
||||
%define patchversion 2.6.34-rc4
|
||||
%define patchversion 2.6.34-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -56,7 +56,7 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.34
|
||||
Release: 5
|
||||
Release: 6
|
||||
%if %using_buildservice
|
||||
%else
|
||||
%endif
|
||||
@ -68,6 +68,7 @@ BuildRequires: coreutils module-init-tools sparse
|
||||
BuildRequires: fdupes
|
||||
Provides: multiversion(kernel)
|
||||
Provides: %{name}_%_target_cpu = %version-%release
|
||||
Provides: %name = %version-%source_rel
|
||||
%if %split_base
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
# Obsolete the -base subpackage from 11.1 and 11.2 development phase
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b0bf2d00d0cb72e08a84944cce9202d5ad965774bef496a823c08769952dac2
|
||||
size 124548
|
||||
oid sha256:5cc8c9dc956e4d3b3818e16003f1a36d3d7c7f402b2d003582eb73e4eae38861
|
||||
size 126970
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b92f73930bfb7796cfd8a8dc87b4c613488ac39e9b163aed75c9eb75778a1f44
|
||||
size 40949
|
||||
oid sha256:3b904cc84e2bea013958a71b4d3215e2530591b82142218f462e5009f423c158
|
||||
size 41235
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3edb7d3cde83bb367ebcf2e7b111f75edda0b1a385fdcb3d2d71b49ea274fb2
|
||||
size 8060142
|
||||
oid sha256:76d8f3b4d52e3483f7a2c455c47c5ec62029e1b891b5dfe672a610a8212d7d49
|
||||
size 8145568
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c4ef81c6ba912b5e9ef04ee1ed14c543d43f8c1d3124f28974326573cbcc6ed
|
||||
size 850698
|
||||
oid sha256:b06b786953b4e76615c45926a5eb2c102b5c50e78422bb46ee1f8e7bbc7f61b9
|
||||
size 850624
|
||||
|
@ -31,6 +31,7 @@
|
||||
patches.kernel.org/patch-2.6.34-rc1-rc2
|
||||
patches.kernel.org/patch-2.6.34-rc2-rc3
|
||||
patches.kernel.org/patch-2.6.34-rc3-rc4
|
||||
patches.kernel.org/patch-2.6.34-rc4-rc5
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -107,8 +108,6 @@
|
||||
|
||||
patches.fixes/make-note_interrupt-fast.diff
|
||||
patches.fixes/twl6030-fix-note_interrupt-call
|
||||
patches.fixes/hibernation-fix-s2disk.patch
|
||||
|
||||
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
@ -390,6 +389,8 @@
|
||||
patches.fixes/novfs-truncate-fix
|
||||
patches.fixes/novfs-fix-oops-in-scope-finding
|
||||
patches.fixes/novfs-dentry-cache-limit.patch
|
||||
patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir
|
||||
patches.fixes/novfs-LFS-initialization
|
||||
|
||||
########################################################
|
||||
# other filesystem stuff
|
||||
@ -555,7 +556,8 @@
|
||||
patches.suse/bootsplash-console-fix
|
||||
patches.drivers/elousb.patch
|
||||
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
||||
patches.drivers/synaptics-hp-clickpad
|
||||
patches.drivers/input-Add-support-of-Synaptics-Clickpad-device
|
||||
patches.drivers/input-Add-LED-support-to-Synaptics-device
|
||||
|
||||
##########################################################
|
||||
# Sound
|
||||
|
@ -1,3 +1,3 @@
|
||||
2010-04-19 21:21:36 +0200
|
||||
GIT Revision: edfae1aa21950bd4200dd722852583ed4d4f08cd
|
||||
2010-04-22 21:18:20 +0200
|
||||
GIT Revision: 72f7d49ac45380c1b71bd38e86c3bbf74577b9f6
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user