1
0
forked from pool/kernel-source
OBS User unknown 2008-09-15 12:21:38 +00:00 committed by Git OBS Bridge
parent bbde4ee6a9
commit fd90e837e9
40 changed files with 456 additions and 72 deletions

View File

@ -1 +1 @@
2008-09-14 02:03:34 +0200
2008-09-15 10:58:05 +0200

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7988e5c885e0dfb074ee24c7304882fd0f291eb0d5c9f61e63809567c9ffbc2
size 94469
oid sha256:da4590b754c6c49ac7c649c331c55564f9fbfc76bdd6e6eb1aad467e5ce64d4b
size 94738

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1ed544d35336321c457eb9cf956206a163fdff8db6beddc19502ce38f9c844a
size 2265
oid sha256:929187bc20ebab50d691c009e66e0da5c5598eb7b0810f7d4cea19b162cd7498
size 2271

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -200,7 +200,7 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -323,7 +323,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -575,6 +575,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-default
Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -218,7 +218,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -341,7 +341,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -593,6 +593,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -23,7 +23,7 @@ Url: http://www.kernel.org/
Name: kernel-dummy
Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
AutoReqProv: off
@ -36,7 +36,7 @@ Authors:
--------
Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%install
rm -rf %buildroot
@ -48,6 +48,16 @@ echo dummy > %buildroot/etc/dummy
/etc/dummy
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-kdump
Summary: kernel for kdump
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -199,7 +199,7 @@ crashed kernel.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -322,7 +322,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -574,6 +574,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -200,7 +200,7 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -323,7 +323,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -575,6 +575,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -212,7 +212,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -335,7 +335,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -587,6 +587,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -198,7 +198,7 @@ needs to be as small as possible.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -321,7 +321,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -573,6 +573,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -193,7 +193,7 @@ The standard kernel.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -316,7 +316,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -568,6 +568,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -30,7 +30,7 @@ Url: http://www.kernel.org/
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -112,7 +112,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -290,6 +290,16 @@ EOF
%files -f kernel-source.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -29,7 +29,7 @@ Url: http://www.kernel.org/
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -99,7 +99,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
echo "Architecture symbol(s):" %symbols
@ -152,6 +152,16 @@ done
/lib/modules/*/build
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.27
Release: 6
Release: 7
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -210,7 +210,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -333,7 +333,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -585,6 +585,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 15 10:40:01 CEST 2008 - hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
-------------------------------------------------------------------
Mon Sep 15 10:28:26 CEST 2008 - hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
-------------------------------------------------------------------
Mon Sep 15 09:45:55 CEST 2008 - sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
-------------------------------------------------------------------
Mon Sep 15 09:03:13 CEST 2008 - hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
-------------------------------------------------------------------
Fri Sep 12 19:16:39 CEST 2008 - duwe@suse.de

View File

@ -50,12 +50,12 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.27
Release: 4
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: coreutils module-init-tools
Requires(pre): coreutils awk
Requires(post): module-init-tools
# This Requires is wrong, because the post/postun scripts have a
@ -199,7 +199,7 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2008-09-14 02:03:34 +0200
Source Timestamp: 2008-09-15 10:58:05 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
@ -322,7 +322,7 @@ export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
EOF
source .kernel-binary.spec.buildenv
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y C=1
make %{?jobs:-j%jobs} all $MAKE_ARGS
%install
source .rpm-defs
@ -574,6 +574,16 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
%files -f kernel.files
%changelog
* Mon Sep 15 2008 hare@suse.de
- Update config files: Disable CONFIG_OCFS2_COMPAT_JBD
* Mon Sep 15 2008 hare@suse.de
- patches.xen/xen-scsifront-block-timeout-update: Update XEN
scsifront driver to request timeouts.
* Mon Sep 15 2008 sdietrich@suse.de
- Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED,
RT_GROUP_SCHED, CGROUP_SCHED
* Mon Sep 15 2008 hare@suse.de
- patches.drivers/block-timeout-handling: Fix typo.
* Fri Sep 12 2008 duwe@suse.de
- Add LED driver for SGI "UV" systems (FATE#304268)
* Fri Sep 12 2008 hare@suse.de

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cf2adf64e2d4f84ecc3d3729abba1a2bc3a6cc7c213e491136c3a6a0e91c63e
size 2314
oid sha256:6c9bf7c0d0031e026d82c7e2fda2994a37e76b3c53c1ce7c78ee78d6a779697c
size 2359

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:734a70665c14dd362a9398c57dceba3cfb2b6e34eaf8dfe18095b7159a98187a
size 129
oid sha256:02a974fff6f2366b8b7d868bc74b725ff68035ec3020fc65e3213a1102129225
size 127

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:191d8730ba0c70bc9c42a74227a541e21ece64ded730e3f7dddb68e06621e4ff
size 59001
oid sha256:92f8c8932bfc3183d68746ae86861a071a8937c6bcb8a1bba1b14e2afe98e571
size 59074

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af2894b551da7459646fe55ba93e50b4b842a71447bfd9e88e7fc544177a6f64
size 65309
oid sha256:f6852a5e7261854140a646915092ee916b6c6a568bd980097802c38b3a25b1de
size 65324

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:651f33d39c6c3cd8dde1e0459db016e0b2466918f1393cf59df4dfaf2bf68c20
size 382494
oid sha256:e19673287eaeecf0e3dce09024410a847bb092f5fa7be7fc9510a970790ec6da
size 382565

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be5a1527a7a5de1c87c07a15865b61925b1369d492e1453ac3665430968b93ee
size 68586
oid sha256:7adf85d743feb4e8842fd8dd83a4e3e29dce87221a7d6053648f895db833efd1
size 68545

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f5f3e4fd7f98e7e3e13ac82005cd4ac934862f82ea31457b6797718a5f02db5
size 14772897
oid sha256:c430bd314135755bab08d0dfb1ce13e84e2e924e520f8be4385e45d8344dabe8
size 14772682

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28e0397870af76280f57d3218a465df2f4bd5dc310548390eabbdc7d5248252b
size 1616
oid sha256:71573c4b76a4482bca464316992b8ec2cc1763c1d652bbfa27f63cd94885bfad
size 1605

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed4868f9859e4f73378757ef2f82e979a55bb8fe154e9a40b528e1bb5cacd65b
size 435768
oid sha256:1f8c40742d60c40f73109a67078e0fbe7c6d2e8c426ba7c8e80f1d3a47541361
size 435710

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa652737d36397e26a2259ab7997f5fa785b1b91cd90dc98183f16654f5efa6c
size 1071020
oid sha256:b3c8cb6a32cf1d9cae5a1edf755a31880e1ff221eee59fe4fdedbfce68134ceb
size 1071322

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cac1f98a8aa39f4f41d55e9cc551053c71be28f80a4c04c94104f7d17217035
size 11055
oid sha256:a035715531a8cbf38b00f59524fce12173decad50b1002fde50dceed285361d7
size 11059

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25a913c001002a162be2015e7c757fa452c2e45d4a4cc54c20b4590b2486cd76
size 1444275
oid sha256:d054712ac37dc2b47b41afad42b8f1b17d0a6b1671f8a43ac0354358331a3988
size 1444682

View File

@ -741,7 +741,7 @@
-RT patches.xen/xen-blktap-write-barriers
-RT patches.xen/xen-x86-bigmem
-RT patches.xen/xen-msix-restore
-RT patches.xen/xen-scsifront-block-timeout-update
#
# base tree: 2.6.23-rc4