forked from pool/kernel-source
This commit is contained in:
parent
e769c89f5e
commit
cb67068a09
@ -6,8 +6,8 @@
|
|||||||
# kernel-binary and kernel-source rely on this
|
# kernel-binary and kernel-source rely on this
|
||||||
#
|
#
|
||||||
|
|
||||||
+i386 i386/legacy
|
|
||||||
+i386 i386/default
|
+i386 i386/default
|
||||||
|
+i386 i386/pae
|
||||||
+i386 i386/debug
|
+i386 i386/debug
|
||||||
+i386 i386/xen
|
+i386 i386/xen
|
||||||
+i386 i386/vanilla
|
+i386 i386/vanilla
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e018e1906bc3f772ab52c0e3b584b5ba69e4b337a4040b0bef45fc30ac8b0a90
|
oid sha256:7b0c6d0d9d1a9f2aad0f355b7009b54fc84a92c2ee58faa9add7e8f7dbb589e1
|
||||||
size 146664
|
size 146640
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -790,6 +790,9 @@ kernel module packages) against the -debug flavor of the kernel.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -122,8 +122,8 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: smp kernel-smp kernel-pae kernel-bigsmp
|
Provides: smp kernel-smp
|
||||||
Obsoletes: smp kernel-smp kernel-pae kernel-bigsmp
|
Obsoletes: smp kernel-smp
|
||||||
%endif
|
%endif
|
||||||
%ifarch ia64
|
%ifarch ia64
|
||||||
Provides: kernel-sn2
|
Provides: kernel-sn2
|
||||||
@ -802,6 +802,9 @@ kernel module packages) against the -default flavor of the kernel.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-kdump
|
Name: kernel-kdump
|
||||||
Summary: kernel for kdump
|
Summary: kernel for kdump
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -798,6 +798,9 @@ kernel module packages) against the -kdump flavor of the kernel.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-legacy (Version 2.6.30)
|
# spec file for package kernel-pae (Version 2.6.30)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -28,7 +28,7 @@
|
|||||||
# macro to add the source timestamp to package descriptions
|
# macro to add the source timestamp to package descriptions
|
||||||
%define source_timestamp %(sed '1s/^/Source timestamp: /' %_sourcedir/source-timestamp || :)
|
%define source_timestamp %(sed '1s/^/Source timestamp: /' %_sourcedir/source-timestamp || :)
|
||||||
# Don't use shell commands in build macros, this won't work outside of rpm
|
# Don't use shell commands in build macros, this won't work outside of rpm
|
||||||
%define build_flavor legacy
|
%define build_flavor pae
|
||||||
%define build_kdump (%build_flavor == "kdump")
|
%define build_kdump (%build_flavor == "kdump")
|
||||||
%define build_xen (%build_flavor == "xen")
|
%define build_xen (%build_flavor == "xen")
|
||||||
%define build_vanilla (%build_flavor == "vanilla")
|
%define build_vanilla (%build_flavor == "vanilla")
|
||||||
@ -59,10 +59,10 @@
|
|||||||
%define install_vdso 0
|
%define install_vdso 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kernel-legacy
|
Name: kernel-pae
|
||||||
Summary: The Standard Kernel
|
Summary: Kernel with PAE Support
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 1
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -121,6 +121,10 @@ Conflicts: lvm2 < 2.02.33
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
|
%ifarch %ix86
|
||||||
|
Provides: kernel-bigsmp
|
||||||
|
Obsoletes: kernel-bigsmp
|
||||||
|
%endif
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
||||||
Source10: preun.sh
|
Source10: preun.sh
|
||||||
Source11: postun.sh
|
Source11: postun.sh
|
||||||
@ -198,7 +202,14 @@ Obsoletes: ralink-rt2860-kmp
|
|||||||
%define tolerate_kabi_changes 6
|
%define tolerate_kabi_changes 6
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The standard kernel for both uniprocessor and multiprocessor systems.
|
This kernel supports up to 64GB of main memory. It requires Physical
|
||||||
|
Addressing Extensions (PAE), which were introduced with the Pentium Pro
|
||||||
|
processor.
|
||||||
|
|
||||||
|
PAE is not only more physical address space but also important for the
|
||||||
|
"no execute" feature which disables execution of code that is marked as
|
||||||
|
non-executable. Therefore, the PAE kernel should be used on any systems
|
||||||
|
that support it, regardless of the amount of main memory.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -659,7 +670,7 @@ done
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%package base
|
%package base
|
||||||
Summary: Base Modules of the Legacy Kernel
|
Summary: Kernel with PAE Support - base modules
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -674,9 +685,14 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description base
|
%description base
|
||||||
The kernel for both uniprocessor and multiprocessor systems to run on
|
This kernel supports up to 64GB of main memory. It requires Physical
|
||||||
older hardware. It contains support for ISA devices and has the
|
Addressing Extensions (PAE), which were introduced with the Pentium Pro
|
||||||
Physical Addressing Extension (PAE) feature disabled.
|
processor.
|
||||||
|
|
||||||
|
PAE is not only more physical address space but also important for the
|
||||||
|
"no execute" feature which disables execution of code that is marked as
|
||||||
|
non-executable. Therefore, the PAE kernel should be used on any systems
|
||||||
|
that support it, regardless of the amount of main memory.
|
||||||
|
|
||||||
This package contains only the base modules, required in all installs.
|
This package contains only the base modules, required in all installs.
|
||||||
|
|
||||||
@ -697,7 +713,7 @@ This package contains only the base modules, required in all installs.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package extra
|
%package extra
|
||||||
Summary: Extra Modules for the Legacy Kernel
|
Summary: Kernel with PAE Support - extra modules
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -715,9 +731,14 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description extra
|
%description extra
|
||||||
The kernel for both uniprocessor and multiprocessor systems to run on
|
This kernel supports up to 64GB of main memory. It requires Physical
|
||||||
older hardware. It contains support for ISA devices and has the
|
Addressing Extensions (PAE), which were introduced with the Pentium Pro
|
||||||
Physical Addressing Extension (PAE) feature disabled.
|
processor.
|
||||||
|
|
||||||
|
PAE is not only more physical address space but also important for the
|
||||||
|
"no execute" feature which disables execution of code that is marked as
|
||||||
|
non-executable. Therefore, the PAE kernel should be used on any systems
|
||||||
|
that support it, regardless of the amount of main memory.
|
||||||
|
|
||||||
This package contains additional modules not supported by Novell.
|
This package contains additional modules not supported by Novell.
|
||||||
|
|
||||||
@ -740,13 +761,18 @@ This package contains additional modules not supported by Novell.
|
|||||||
|
|
||||||
%package man
|
%package man
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Summary: The Legacy Kernel
|
Summary: Kernel with PAE Support
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
|
||||||
%description man
|
%description man
|
||||||
The kernel for both uniprocessor and multiprocessor systems to run on
|
This kernel supports up to 64GB of main memory. It requires Physical
|
||||||
older hardware. It contains support for ISA devices and has the
|
Addressing Extensions (PAE), which were introduced with the Pentium Pro
|
||||||
Physical Addressing Extension (PAE) feature disabled.
|
processor.
|
||||||
|
|
||||||
|
PAE is not only more physical address space but also important for the
|
||||||
|
"no execute" feature which disables execution of code that is marked as
|
||||||
|
non-executable. Therefore, the PAE kernel should be used on any systems
|
||||||
|
that support it, regardless of the amount of main memory.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -766,7 +792,7 @@ AutoReqProv: on
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
kernel module packages) against the -legacy flavor of the kernel.
|
kernel module packages) against the -pae flavor of the kernel.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -792,6 +818,9 @@ kernel module packages) against the -legacy flavor of the kernel.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -853,6 +853,9 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-ps3
|
Name: kernel-ps3
|
||||||
Summary: kernel for ps3 bootloader
|
Summary: kernel for ps3 bootloader
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -792,6 +792,9 @@ kernel module packages) against the -default flavor of the kernel.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -790,6 +790,9 @@ kernel module packages) against the -s390 flavor of the kernel.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ Url: http://www.kernel.org/
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -235,6 +235,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Url: http://www.kernel.org/
|
|||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-source%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
%define kernel_source_release %(LC_ALL=C rpm -q kernel-source%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||||
@ -52,7 +52,7 @@ Requires: kernel-default-devel = %version-%source_rel
|
|||||||
Requires: kernel-kdump-devel = %version-%source_rel
|
Requires: kernel-kdump-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Requires: kernel-legacy-devel = %version-%source_rel
|
Requires: kernel-pae-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
Requires: kernel-ppc64-devel = %version-%source_rel
|
Requires: kernel-ppc64-devel = %version-%source_rel
|
||||||
@ -102,6 +102,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
|||||||
%_docdir/%name/README.SUSE
|
%_docdir/%name/README.SUSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Realtime Linux Kernel
|
Summary: The Realtime Linux Kernel
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -812,6 +812,9 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -790,6 +790,9 @@ kernel module packages) against the -vanilla flavor of the kernel.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 25 14:11:04 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
Sun May 24 10:36:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 2.6.30
|
Version: 2.6.30
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -798,6 +798,9 @@ kernel module packages) against the -xen flavor of the kernel.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2009 mmarek@suse.cz
|
||||||
|
- switch i386 flavors back to -default (non-pae) and -pae for
|
||||||
|
milestone2
|
||||||
* Sun May 24 2009 mmarek@suse.cz
|
* Sun May 24 2009 mmarek@suse.cz
|
||||||
- rpm/find-provides: fix for kernel-kdump.
|
- rpm/find-provides: fix for kernel-kdump.
|
||||||
* Sat May 23 2009 mmarek@suse.cz
|
* Sat May 23 2009 mmarek@suse.cz
|
||||||
|
@ -15,7 +15,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# i386 =================================================================
|
# i386 =================================================================
|
||||||
+i386 -!default smp kernel-smp kernel-pae kernel-bigsmp
|
+i386 -!default smp kernel-smp
|
||||||
|
|
||||||
|
+i386 -!pae kernel-bigsmp
|
||||||
|
|
||||||
# x86_64 ===============================================================
|
# x86_64 ===============================================================
|
||||||
+x86_64 -!default smp kernel-smp
|
+x86_64 -!default smp kernel-smp
|
||||||
|
@ -20,13 +20,6 @@ The Standard Kernel
|
|||||||
|
|
||||||
The standard kernel for both uniprocessor and multiprocessor systems.
|
The standard kernel for both uniprocessor and multiprocessor systems.
|
||||||
|
|
||||||
=== kernel-legacy ===
|
|
||||||
The Legacy Kernel
|
|
||||||
|
|
||||||
The kernel for both uniprocessor and multiprocessor systems to run on older
|
|
||||||
hardware. It contains support for ISA devices and has the Physical Addressing
|
|
||||||
Extension (PAE) feature disabled.
|
|
||||||
|
|
||||||
=== kernel-kdump ===
|
=== kernel-kdump ===
|
||||||
kernel for kdump
|
kernel for kdump
|
||||||
|
|
||||||
@ -35,6 +28,18 @@ bootloader, the kexec tool has to be used to load it. Once the system
|
|||||||
crashes, the loaded kernel will be started to grab debug info from the
|
crashes, the loaded kernel will be started to grab debug info from the
|
||||||
crashed kernel.
|
crashed kernel.
|
||||||
|
|
||||||
|
=== kernel-pae ===
|
||||||
|
Kernel with PAE Support
|
||||||
|
|
||||||
|
This kernel supports up to 64GB of main memory. It requires Physical
|
||||||
|
Addressing Extensions (PAE), which were introduced with the Pentium Pro
|
||||||
|
processor.
|
||||||
|
|
||||||
|
PAE is not only more physical address space but also important for the
|
||||||
|
"no execute" feature which disables execution of code that is marked as
|
||||||
|
non-executable. Therefore, the PAE kernel should be used on any systems
|
||||||
|
that support it, regardless of the amount of main memory.
|
||||||
|
|
||||||
=== kernel-ppc64 ===
|
=== kernel-ppc64 ===
|
||||||
Kernel for ppc64 Systems
|
Kernel for ppc64 Systems
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2009-05-24 10:36:30 +0200
|
2009-05-25 14:11:59 +0200
|
||||||
GIT Revision: b74f2b51e1f325297f352ba2ee9648782e4516d7
|
GIT Revision: 6580dd3e9ae59976b902a43cb1407cc863f22b9e
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user