This commit is contained in:
parent
f85e59d0cc
commit
b1f26a33e2
@ -1 +1 @@
|
||||
2008-08-26 19:12:39 +0200
|
||||
2008-09-01 14:27:54 +0200
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9b5ddfbf9b881e8301c0446c144fce67fc8dad71a65af4b6765137d231792de
|
||||
size 94492
|
||||
oid sha256:72d51f44c906314749e64087f5d183fd3ba82451989fc9405a1f64a94afa4e59
|
||||
size 94416
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
prefix=rc4.
|
||||
prefix=rc5.git2.
|
||||
suffix=
|
||||
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
|
||||
[ -n "$suffix" ] || suffix=$2
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1ed544d35336321c457eb9cf956206a163fdff8db6beddc19502ce38f9c844a
|
||||
size 2265
|
||||
oid sha256:e42c4d109b2a8f57b5e2e616a6212b1efe26bd6b8c5628d3249d0017c6a214e3
|
||||
size 2272
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -199,7 +199,7 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -281,7 +281,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-debug
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-debug
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -573,6 +573,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -217,7 +217,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -299,7 +299,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-default
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-default
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -591,6 +591,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -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: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
AutoReqProv: off
|
||||
@ -36,7 +36,7 @@ Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%install
|
||||
rm -rf %buildroot
|
||||
@ -47,6 +47,27 @@ echo dummy > %buildroot/etc/dummy
|
||||
%defattr(-, root, root)
|
||||
/etc/dummy
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-kdump
|
||||
Summary: kernel for kdump
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -198,7 +198,7 @@ crashed kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -280,7 +280,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-kdump
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-kdump
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -572,6 +572,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -199,7 +199,7 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -281,7 +281,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-pae
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-pae
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -573,6 +573,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -211,7 +211,7 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -293,7 +293,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-ppc64
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-ppc64
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -585,6 +585,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -197,7 +197,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -279,7 +279,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-ps3
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-ps3
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -571,6 +571,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -192,7 +192,7 @@ The standard kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -274,7 +274,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-s390
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-s390
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -566,6 +566,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -30,7 +30,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
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-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -150,7 +150,7 @@ if [ -f %_sourcedir/localversion ] ; then
|
||||
cat %_sourcedir/localversion > localversion
|
||||
fi
|
||||
%_sourcedir/install-configs %_sourcedir %_builddir/%buildsubdir $RELEASE
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE
|
||||
cat > %_builddir/%{name}-%{version}/.rpm-defs <<EOF
|
||||
KERNELRELEASE=$KERNELRELEASE
|
||||
SYMBOLS="%symbols"
|
||||
@ -289,6 +289,27 @@ EOF
|
||||
|
||||
%files -f kernel-source.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
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-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -151,6 +151,27 @@ done
|
||||
/boot/symsets-*-*.tar.gz
|
||||
/lib/modules/*/build
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.27
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -209,7 +209,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -291,7 +291,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-vanilla
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-vanilla
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -583,6 +583,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:03:09 CEST 2008 - agruen@suse.de
|
||||
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:58:24 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:19:24 CEST 2008 - olh@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 22:46:43 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 16:20:49 CEST 2008 - olh@suse.de
|
||||
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 16:04:48 CEST 2008 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 15:55:28 CEST 2008 - olh@suse.de
|
||||
|
||||
- disable musb, not useful, does not compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 18:54:43 CEST 2008 - trenn@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.27
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -198,7 +198,7 @@ unprivileged ("xenU") kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-08-26 19:12:39 +0200
|
||||
Source Timestamp: 2008-09-01 14:27:54 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -280,7 +280,7 @@ MAKE_ARGS="ARCH=$subarch"
|
||||
EOF
|
||||
%endif
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
KERNELRELEASE=2.6.27-rc4-$RELEASE-xen
|
||||
KERNELRELEASE=2.6.27-rc5-git2-$RELEASE-xen
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -572,6 +572,27 @@ install -m 644 %_sourcedir/module-renames %buildroot/etc/modprobe.d/
|
||||
|
||||
%files -f kernel.files
|
||||
%changelog
|
||||
* Mon Sep 01 2008 agruen@suse.de
|
||||
- File capabilities: replace our no_file_caps patch with what is
|
||||
supposed to end up in 2.6.28.
|
||||
* Mon Sep 01 2008 bwalle@suse.de
|
||||
- patches.arch/ia64-node_mem_map-node_start_pfn.diff:
|
||||
Fix memory map for ia64/discontmem for kdump.
|
||||
* Mon Sep 01 2008 olh@suse.de
|
||||
- Updated to 2.6.27-rc5-git2
|
||||
* Sat Aug 30 2008 jeffm@suse.de
|
||||
- Updated to 2.6.27-rc5.
|
||||
- Eliminated 2 patches.
|
||||
- KDB has an incompatible change on x86_64, so kernel-debug
|
||||
will fail there.
|
||||
* Fri Aug 29 2008 olh@suse.de
|
||||
- update message in post.sh to display also the rpm FLAVOR
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch
|
||||
rename rh_init to region_hash_init to avoid conflict
|
||||
with existing powerpc symbol on powerpc
|
||||
* Thu Aug 28 2008 olh@suse.de
|
||||
- disable musb, not useful, does not compile
|
||||
* Tue Aug 26 2008 trenn@suse.de
|
||||
Vendor specific drivers vs generic video driver.
|
||||
Distinguish which ACPI driver should do backlight switching.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cf2adf64e2d4f84ecc3d3729abba1a2bc3a6cc7c213e491136c3a6a0e91c63e
|
||||
size 2314
|
||||
oid sha256:2f4f9fb7b64da4f7dfe0325cb4cb0dc481cf950222d08671f978d6d7826921e7
|
||||
size 2328
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30cd1d367b050bfec00ae30fd728a8fcc58285f564a8ed4de7bdc53cb3c71c9f
|
||||
size 127
|
||||
oid sha256:47ed2e73bb912c1b8d433d06eff17494d096fefb1348778e29033e336a1f0057
|
||||
size 123
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:191d8730ba0c70bc9c42a74227a541e21ece64ded730e3f7dddb68e06621e4ff
|
||||
size 59001
|
||||
oid sha256:bf879045525ef70a9ee8043c90b1c7ff5edc064594d186ed79d5fe0f5567ce79
|
||||
size 59018
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5f3665f1e9144af3acd1601de867f8bd713d8fee3568c2428cf9d2cd63f478f
|
||||
size 33862
|
||||
oid sha256:443def525657a04051f974279712395d4cb0391e9e959671b67adadca592a755
|
||||
size 34546
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2d257e28d411d969cb4b085205d4e23508f646795df924778afad7b913b397e
|
||||
size 223815
|
||||
oid sha256:bc092a464041998c610d2accc947fa0d85dc79afd60fc2a527965ba7633033b5
|
||||
size 224015
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afac1b0dcf3b43df7027acb5898d04443ec732a6716832865362d3be9ff559e1
|
||||
size 16875
|
||||
oid sha256:29312440a8d7db8e8abc762022971837360713c9958512ec151bf605ce5a8f1f
|
||||
size 16584
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2189265c14769e35d97c9990690e6ee79807dd2d45b17521250fca062b3abfb5
|
||||
size 13774758
|
||||
oid sha256:d01b90840e8b99e915fdbaa04229662a9abc47f334effa58b663848fd40ecea1
|
||||
size 14614091
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28e0397870af76280f57d3218a465df2f4bd5dc310548390eabbdc7d5248252b
|
||||
size 1616
|
||||
oid sha256:2f41a715f97942579ffbe54175c368a86eee764b2ce2a88370d2bc6cb8dc55ca
|
||||
size 1613
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed4868f9859e4f73378757ef2f82e979a55bb8fe154e9a40b528e1bb5cacd65b
|
||||
size 435768
|
||||
oid sha256:1dcbd65841f2b94f18e8d33b5a44cb2b9ef9f589c01e2d30a5d08565c2a96dfd
|
||||
size 435865
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8512b9e3eb36926cfdbad20b6b8f3973c734545183d711257fa68fea4c5f344e
|
||||
size 1010111
|
||||
oid sha256:b10f9c2838d2d3404198a9bc25e84c94c3601318c71a74f2977432c9e1e3fdbd
|
||||
size 1011120
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cac1f98a8aa39f4f41d55e9cc551053c71be28f80a4c04c94104f7d17217035
|
||||
size 11055
|
||||
oid sha256:f06a71eabfc02bbdb249f64b53d4c91851b7287c759c40a88cfd64cd3d17cf12
|
||||
size 11029
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aa73ed49a93b30bdeaec789c1b03f1f55a8c6cd0469a19c3e6540b933747152
|
||||
size 1438276
|
||||
oid sha256:4f418968a7ee03ae26ef0a251f582010f37003e020a2fe66948590ebd504b685
|
||||
size 1438581
|
||||
|
2
post.sh
2
post.sh
@ -3,7 +3,7 @@
|
||||
# On powerpc, the different kernels are for different board/firmware types
|
||||
# They are not compatible.
|
||||
wrong_boardtype() {
|
||||
echo "This kernel is for $1, it will not boot on your system."
|
||||
echo "This kernel-@FLAVOR@ is for $1, it will not boot on your system."
|
||||
echo "The /boot/vmlinux symlink will not be created or updated."
|
||||
exit 0
|
||||
}
|
||||
|
@ -28,6 +28,8 @@
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/patch-2.6.27-rc4
|
||||
patches.kernel.org/patch-2.6.27-rc4-rc5
|
||||
patches.kernel.org/patch-2.6.27-rc5-git2
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -39,7 +41,6 @@
|
||||
patches.kernel.org/psmouse-section-conflict.diff
|
||||
patches.kernel.org/ipmi-section-conflict.diff
|
||||
patches.kernel.org/spu_profiler-include
|
||||
patches.kernel.org/ia64-export-cpu_core_map
|
||||
+jeffm patches.kernel.org/ia64-asm-nr-irqs
|
||||
|
||||
########################################################
|
||||
@ -92,6 +93,7 @@
|
||||
########################################################
|
||||
# ia64
|
||||
########################################################
|
||||
patches.arch/ia64-node_mem_map-node_start_pfn.diff
|
||||
|
||||
########################################################
|
||||
# i386
|
||||
@ -143,7 +145,6 @@
|
||||
patches.arch/ppc-prom-nodisplay.patch
|
||||
patches.fixes/ptrace-getsiginfo
|
||||
patches.arch/ppc-ipic-suspend-without-83xx-fix
|
||||
patches.fixes/pseries-compile-fix
|
||||
|
||||
########################################################
|
||||
# PS3
|
||||
@ -175,6 +176,8 @@
|
||||
+jeffm-2.6.24 patches.suse/osync-error
|
||||
patches.fixes/remount-no-shrink-dcache
|
||||
patches.suse/reiser4-sync_inodes
|
||||
patches.suse/file-capabilities-add-no_file_caps-switch.diff
|
||||
patches.suse/file-capabilities-turn-on-by-default.diff
|
||||
|
||||
|
||||
########################################################
|
||||
@ -402,7 +405,6 @@
|
||||
########################################################
|
||||
# make debugging easier
|
||||
patches.suse/usb-storage-disable-delay.patch
|
||||
patches.kernel.org/musb-powerpc-conflict
|
||||
|
||||
########################################################
|
||||
# I2C
|
||||
|
Loading…
Reference in New Issue
Block a user