OBS User unknown 2008-10-16 12:49:50 +00:00 committed by Git OBS Bridge
parent 14874086dd
commit 1d18e0ac78
52 changed files with 2340 additions and 252 deletions

View File

@ -1 +1,2 @@
2008-10-14 16:02:55 +0200
2008-10-16 12:51:33 +0200
CVS Tag: HEAD

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:046b2cbff3f0d962842f44712490ce650019c63db8167619d462ab8a5c05dcb4
size 135500
oid sha256:c5c90872b8ada836a086c39b067e647ad7eb27a8f8cf46393a4f5d22e216bede
size 135506

View File

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

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 2.6.27)
# spec file for package kernel-debug (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-debug-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch %ix86
@ -219,12 +216,13 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-debug-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-debug-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -303,7 +301,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-debug
KERNELRELEASE=2.6.27.1-$RELEASE-debug
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -698,7 +696,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -724,6 +723,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-debug)
Supplements: packageand(product(openSUSE):kernel-debug)
%description -n kernel-debug-extra
This kernel has several debug facilities enabled that hurt performance.
@ -733,7 +734,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -747,7 +749,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-debug-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 2.6.27)
# spec file for package kernel-default (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-default-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch %ix86
@ -237,12 +234,13 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-default-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-default-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -321,7 +319,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-default
KERNELRELEASE=2.6.27.1-$RELEASE-default
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -715,7 +713,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -741,6 +740,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-default)
Supplements: packageand(product(openSUSE):kernel-default)
%description -n kernel-default-extra
The standard kernel for both uniprocessor and multiprocessor systems.
@ -749,7 +750,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -763,7 +765,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-default-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-dummy (Version 2.6.27)
# spec file for package kernel-dummy (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,8 +22,8 @@ Url: http://www.kernel.org/
Name: kernel-dummy
Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
AutoReqProv: off
@ -36,7 +36,8 @@ Authors:
--------
Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%install
rm -rf %buildroot
@ -46,7 +47,50 @@ echo dummy > %buildroot/etc/dummy
%files
%defattr(-, root, root)
/etc/dummy
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-kdump (Version 2.6.27)
# spec file for package kernel-kdump (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-kdump
Summary: kernel for kdump
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-kdump-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch ppc
@ -218,12 +215,13 @@ crashed kernel.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-kdump-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-kdump-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -302,7 +300,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-kdump
KERNELRELEASE=2.6.27.1-$RELEASE-kdump
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -699,7 +697,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -725,6 +724,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-kdump)
Supplements: packageand(product(openSUSE):kernel-kdump)
%description -n kernel-kdump-extra
This kernel is intended for kdump. It can not be booted with a normal
@ -736,7 +737,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -750,7 +752,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-kdump-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 2.6.27)
# spec file for package kernel-pae (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-pae-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
Provides: k_smp4G kernel-bigsmp
@ -219,12 +216,13 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-pae-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-pae-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -303,7 +301,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-pae
KERNELRELEASE=2.6.27.1-$RELEASE-pae
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -704,7 +702,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -730,6 +729,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-pae)
Supplements: packageand(product(openSUSE):kernel-pae)
%description -n kernel-pae-extra
This kernel supports up to 64GB of main memory. It requires Physical
@ -745,7 +746,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -759,7 +761,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-pae-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 2.6.27)
# spec file for package kernel-ppc64 (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-ppc64-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch ppc
@ -231,12 +228,13 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-ppc64-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-ppc64-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -315,7 +313,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-ppc64
KERNELRELEASE=2.6.27.1-$RELEASE-ppc64
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -723,7 +721,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -749,6 +748,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-ppc64)
Supplements: packageand(product(openSUSE):kernel-ppc64)
%description -n kernel-ppc64-extra
This package contains the kernel for:
@ -771,7 +772,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -785,7 +787,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-ppc64-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 2.6.27)
# spec file for package kernel-ps3 (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-ps3-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch ppc
@ -217,12 +214,13 @@ needs to be as small as possible.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-ps3-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-ps3-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -301,7 +299,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-ps3
KERNELRELEASE=2.6.27.1-$RELEASE-ps3
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -695,7 +693,8 @@ needs to be as small as possible.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -721,6 +720,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-ps3)
Supplements: packageand(product(openSUSE):kernel-ps3)
%description -n kernel-ps3-extra
This package contains the kernel for the ps3 bootloader only. PS3
@ -729,7 +730,8 @@ needs to be as small as possible.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -743,7 +745,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-ps3-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-rt (Version 2.6.27)
# spec file for package kernel-rt (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-rt
Summary: The Realtime Linux Kernel
Version: 2.6.27
Release: 6
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-rt-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch %ix86
@ -221,12 +218,13 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-rt-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-rt-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -305,7 +303,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-rt
KERNELRELEASE=2.6.27.1-$RELEASE-rt
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -705,7 +703,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -731,6 +730,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-rt)
Supplements: packageand(product(openSUSE):kernel-rt)
%description -n kernel-rt-extra
This kernel is compiled for realtime applications.
@ -745,7 +746,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -759,7 +761,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-rt-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-rt_debug (Version 2.6.27)
# spec file for package kernel-rt_debug (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-rt_debug
Summary: A Debug Version of the Kernel
Version: 2.6.27
Release: 5
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-rt_debug-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch %ix86
@ -216,12 +213,13 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-rt_debug-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-rt_debug-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -300,7 +298,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-rt_debug
KERNELRELEASE=2.6.27.1-$RELEASE-rt_debug
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -695,7 +693,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -721,6 +720,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-rt_debug)
Supplements: packageand(product(openSUSE):kernel-rt_debug)
%description -n kernel-rt_debug-extra
This kernel has several debug facilities enabled that hurt performance.
@ -730,7 +731,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -744,7 +746,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-rt_debug-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 2.6.27)
# spec file for package kernel-s390 (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-s390-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
Provides: kernel-32bit k_deflt
@ -212,12 +209,13 @@ The standard kernel.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-s390-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-s390-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -296,7 +294,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-s390
KERNELRELEASE=2.6.27.1-$RELEASE-s390
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -690,7 +688,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -716,6 +715,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-s390)
Supplements: packageand(product(openSUSE):kernel-s390)
%description -n kernel-s390-extra
The standard kernel.
@ -724,7 +725,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -738,7 +740,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-s390-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source-rt (Version 2.6.27)
# spec file for package kernel-source-rt (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -29,8 +29,8 @@ Url: http://www.kernel.org/
Name: kernel-source-rt
Summary: The Linux Kernel Sources, including the real-time patches
Version: 2.6.27
Release: 12
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -42,7 +42,7 @@ BuildRequires: kernel-dummy
%endif
ExclusiveArch: %ix86 x86_64
Provides: linux
Provides: kernel-source-rt = 2.6.27-%source_rel
Provides: kernel-source-rt = 2.6.27.1-%source_rel
%if "kernel-source-rt" == "kernel-source"
Provides: linux lx_suse lx_sus22 lx_sus24
Obsoletes: linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus22 lx_sus24
@ -120,7 +120,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -137,7 +138,7 @@ RELEASE=%source_rel
while [ "$RELEASE" != "${RELEASE#[^0-9]*.}" ]; do
RELEASE=${RELEASE#[^0-9]*.}
done
KERNELRELEASE=2.6.27-$RELEASE
KERNELRELEASE=2.6.27.1-$RELEASE
case kernel-source-rt in
(*-rt)
variant=-rt
@ -164,7 +165,7 @@ chmod -x arch/arm/mach-at91/board-yl-9200.c # executable by accident (fixed in 2
> .patches
for patch in $(< .patches); do
if ! patch -s -F0 -E -p1 --no-backup-if-mismatch \
-i %_builddir/kernel-source-rt-2.6.27/$patch; then
-i %_builddir/kernel-source-rt-2.6.27.1/$patch; then
echo "*** Patch $patch failed ***"
exit 1
fi
@ -283,7 +284,50 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
%post -f kernel-source-rt-post.sh
%files -f kernel-source-rt.files
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 2.6.27)
# spec file for package kernel-source (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -29,8 +29,8 @@ Url: http://www.kernel.org/
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -42,7 +42,7 @@ BuildRequires: kernel-dummy
%endif
ExclusiveArch: %ix86 ppc ppc64 s390 s390x ia64 x86_64
Provides: linux
Provides: kernel-source = 2.6.27-%source_rel
Provides: kernel-source = 2.6.27.1-%source_rel
%if "kernel-source" == "kernel-source"
Provides: linux lx_suse lx_sus22 lx_sus24
Obsoletes: linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus22 lx_sus24
@ -120,7 +120,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -137,7 +138,7 @@ RELEASE=%source_rel
while [ "$RELEASE" != "${RELEASE#[^0-9]*.}" ]; do
RELEASE=${RELEASE#[^0-9]*.}
done
KERNELRELEASE=2.6.27-$RELEASE
KERNELRELEASE=2.6.27.1-$RELEASE
case kernel-source in
(*-rt)
variant=-rt
@ -164,7 +165,7 @@ chmod -x arch/arm/mach-at91/board-yl-9200.c # executable by accident (fixed in 2
> .patches
for patch in $(< .patches); do
if ! patch -s -F0 -E -p1 --no-backup-if-mismatch \
-i %_builddir/kernel-source-2.6.27/$patch; then
-i %_builddir/kernel-source-2.6.27.1/$patch; then
echo "*** Patch $patch failed ***"
exit 1
fi
@ -283,7 +284,50 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
%post -f kernel-source-post.sh
%files -f kernel-source.files
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms-rt (Version 2.6.27)
# spec file for package kernel-syms-rt (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -28,8 +28,8 @@ Url: http://www.kernel.org/
Name: kernel-syms-rt
Summary: Kernel Symbol Versions (modversions) For Real-Time Kernels
Version: 2.6.27
Release: 6
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -49,7 +49,7 @@ BuildRequires: kernel-rt kernel-rt_debug
#!BuildIgnore: irqbalance xen
#!BuildIgnore: perl-Bootloader mkinitrd
Requires: linux
Requires: kernel-source = 2.6.27-%source_rel
Requires: kernel-source = 2.6.27.1-%source_rel
Source11: arch-symbols
Source12: guards
Source21: config.conf
@ -74,7 +74,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
echo "Architecture symbol(s):" %symbols
@ -129,7 +130,50 @@ done
/usr/src/linux-*-obj
/boot/symsets-*-*.tar.gz
/lib/modules/*/build
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 2.6.27)
# spec file for package kernel-syms (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -28,8 +28,8 @@ Url: http://www.kernel.org/
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -69,7 +69,7 @@ BuildRequires: kernel-debug kernel-default kernel-trace kernel-xen
#!BuildIgnore: irqbalance xen
#!BuildIgnore: perl-Bootloader mkinitrd
Requires: linux
Requires: kernel-source = 2.6.27-%source_rel
Requires: kernel-source = 2.6.27.1-%source_rel
Source11: arch-symbols
Source12: guards
Source21: config.conf
@ -94,7 +94,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
echo "Architecture symbol(s):" %symbols
@ -149,7 +150,50 @@ done
/usr/src/linux-*-obj
/boot/symsets-*-*.tar.gz
/lib/modules/*/build
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 2.6.27)
# spec file for package kernel-trace (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-trace
Summary: The Realtime Linux Kernel
Version: 2.6.27
Release: 12
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-trace-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch %ix86
@ -224,12 +221,13 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-trace-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-trace-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -308,7 +306,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-trace
KERNELRELEASE=2.6.27.1-$RELEASE-trace
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -706,7 +704,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -732,6 +731,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-trace)
Supplements: packageand(product(openSUSE):kernel-trace)
%description -n kernel-trace-extra
This kernel is compiled for realtime applications.
@ -744,7 +745,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -758,7 +760,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-trace-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 2.6.27)
# spec file for package kernel-vanilla (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.27
Release: 19
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-vanilla-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch %ix86
@ -234,12 +231,13 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-vanilla-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-vanilla-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -318,7 +316,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-vanilla
KERNELRELEASE=2.6.27.1-$RELEASE-vanilla
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -710,7 +708,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -736,13 +735,16 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-vanilla)
Supplements: packageand(product(openSUSE):kernel-vanilla)
%description -n kernel-vanilla-extra
The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -756,7 +758,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-vanilla-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
-------------------------------------------------------------------
Thu Oct 16 05:03:49 CEST 2008 - tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
-------------------------------------------------------------------
Thu Oct 16 01:48:04 CEST 2008 - gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
-------------------------------------------------------------------
Wed Oct 15 16:29:57 CEST 2008 - olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
-------------------------------------------------------------------
Wed Oct 15 15:59:23 CEST 2008 - mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
-------------------------------------------------------------------
Wed Oct 15 11:25:19 CEST 2008 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
-------------------------------------------------------------------
Wed Oct 15 08:58:57 CEST 2008 - olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
-------------------------------------------------------------------
Wed Oct 15 07:46:16 CEST 2008 - nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
-------------------------------------------------------------------
Wed Oct 15 03:36:22 CEST 2008 - tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
-------------------------------------------------------------------
Tue Oct 14 17:29:36 CEST 2008 - jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
-------------------------------------------------------------------
Tue Oct 14 16:33:12 CEST 2008 - oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
-------------------------------------------------------------------
Tue Oct 14 15:48:20 CEST 2008 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 2.6.27)
# spec file for package kernel-xen (Version 2.6.27.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,8 +57,8 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.27
Release: 17
Version: 2.6.27.1
Release: 1
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -80,9 +80,6 @@ Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Recommends: kerneloops
%if ! %sles_version && %split_packages
Recommends: kernel-xen-extra
%endif
#!BuildIgnore: perl-Bootloader mkinitrd
%if ! 0%{?opensuse_bs}
BuildRequires: kernel-dummy
@ -100,8 +97,8 @@ BuildRequires: dtc
%endif
%if %build_xen
%ifarch %ix86
Provides: kernel-xenpae = 2.6.27
Obsoletes: kernel-xenpae <= 2.6.27
Provides: kernel-xenpae = 2.6.27.1
Obsoletes: kernel-xenpae <= 2.6.27.1
%endif
#!BuildIgnore: xen
%endif
@ -127,7 +124,7 @@ Conflicts: libc.so.6()(64bit)
#Conflicts: kernel
%else
%if ! %build_xen
Provides: kernel = 2.6.27-%source_rel
Provides: kernel = 2.6.27.1-%source_rel
%endif
%endif
%ifarch %ix86
@ -218,12 +215,13 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
echo "The kernel-xen-2.6.27.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.src.rpm."
echo "The kernel-xen-2.6.27.1.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-2.6.27.1.src.rpm."
exit 1
fi
echo "Architecture symbol(s):" %symbols
@ -302,7 +300,7 @@ MAKE_ARGS="ARCH=$subarch"
EOF
%endif
cat >> ../.rpm-defs <<EOF
KERNELRELEASE=2.6.27-$RELEASE-xen
KERNELRELEASE=2.6.27.1-$RELEASE-xen
EOF
%if 0%{?__debug_package:1}
cat >> ../.rpm-defs <<EOF
@ -699,7 +697,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun base -f preun-base.sh
@ -725,6 +724,8 @@ Requires(pre): coreutils awk
Requires(post): module-init-tools
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):kernel-xen)
Supplements: packageand(product(openSUSE):kernel-xen)
%description -n kernel-xen-extra
The Linux kernel for Xen paravirtualization.
@ -736,7 +737,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-14 16:02:55 +0200
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
%preun extra -f preun-extra.sh
@ -750,7 +752,50 @@ Source Timestamp: 2008-10-14 16:02:55 +0200
%files -n kernel-xen-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 agruen@suse.de
- rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages
supplement kernel-$flavor on openSUSE and SLED so that those
packages will get installed by default, using the product(...)
dependencies provided by the *-release packages.
* Thu Oct 16 2008 tonyj@suse.de
- Previous checkin was totally broken wrt rt config files.
Revert to previous versions and incorporate any changes from
run_oldconfig. Sole changes to previous versions is to remove
CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent
with change in 2.6.27.1
* Thu Oct 16 2008 gregkh@suse.de
- Update to 2.6.27.1
- disables a problem config option, only affected the vanilla,
debug, and rt kernel variants.
* Wed Oct 15 2008 olh@suse.de
- add patches.arch/ppc-pseries_pfn-mem-rm.patch
fix hotplug memory remove (bnc#435181 - LTC48640)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd
on older distros (bnc#435246)
Fixed fix for bnc#435104 ("/boot/" was missing in some places)
* Wed Oct 15 2008 mmarek@suse.cz
- rpm/kernel-binary.spec.in: don't recommend the -extra subpackage
(fate#303631)
- rpm/postun.sh, rpm/post.sh: remove the temporary workaround
* Wed Oct 15 2008 olh@suse.de
- drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
not needed anymore
* Wed Oct 15 2008 nfbrown@suse.de
- patches.fixes/nfs-file-cred-context-null: nfs_file_cred should
cope if 'file' hasn't been opened properly (bnc#431785).
* Wed Oct 15 2008 tonyj@suse.de
- Update RT patches to latest .27 Windriver version (all patches)
- Disable patches.rt/swap-spinlock-fix.patch
- Guard filp-slab-rcu for RT
* Tue Oct 14 2008 jkosina@suse.de
- patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input:
Add Acer Aspire 5710 to nomux blacklist (bnc#404881).
* Tue Oct 14 2008 oneukum@suse.de
- patches.fixes/ehci_sched.diff: Delete.
in mainline now. done to the right tree.
* Tue Oct 14 2008 mmarek@suse.cz
- rpm/postun.sh, rpm/post.sh: temporarily ignore errors from
weak-modules2 --{add,remove}-kernel-modules until

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85f3bf91cfb7229d2b276c705e0d18a946603852e8502491549397b9e46be54e
size 127
oid sha256:4bd4ca25a5d03ff962ef147fee9c30c7dd2c83b4f04c9d105a4b2c39dfad0b08
size 128

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf31b0c91c9683415b64709a49e2c65953e248b5bdc50bc3fc2463ce9bc36fdc
size 59158
oid sha256:41f1fa75bc3f10d2f3f2238a1b94e5d65f368cee30732a620c26e6ed87f809e4
size 59174

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:851afbe3a14c66603e47508d111c4ea6b3123c0886870c7e859d98e20da4f1c4
size 121448
oid sha256:a2a3b40a851175244c8c21621dcddc5103c5fb56f6cf9ff2b74191051983fd71
size 121361

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0031b880031f00292ef6b62d38f2f54d5762d2b637a5db1658e03abf9ad01ea9
size 1379825
oid sha256:72d575aec241ae1367371dac8a875ee423148293b4f4770462ecd01d39301992
size 1379371

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13e477d02627272eb8dec4aa37dbfc1b6788ba0373226981696de235ed6fca51
size 79232
oid sha256:1a2d4aad47d9d71abfe04ca351cc2473627808d786d24125a3543a71384e392c
size 79353

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80ebbe37eee1e7610af2b35b7834e012ea252663179164e4bd65587af2e44e13
size 5389
oid sha256:f5c5a1d208d927694040ce89c1131d8f61b23b36242c1343e4779a138c221e6c
size 5749

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28e0397870af76280f57d3218a465df2f4bd5dc310548390eabbdc7d5248252b
size 1616
oid sha256:98d3473e310ec6dd7931f81161377a10d8ad00652c75743da4c8a6413d21ffd8
size 1602

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9218d4eacd2881a767616a83dad9e7a517684dd173274dc1c74e5841fa9a866b
size 352344
oid sha256:565f4dcae7505551c4e4cdd3b46957797dde1c304ec9b97487cfa7f7dc31f27e
size 359806

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13c3cc80c41197383d13e0a2067bc8d1dfb5757cb792e6f072a66a4e19a67137
size 1193317
oid sha256:c1a61c435bcb2cc5e80cb43c9fd3f93809f49850ae5237df9055636fb303bb36
size 1193295

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7c6bf981664957b6d5cdec233dd1246de87b9d6bcca7e60c690740c0b698c54
size 57877
oid sha256:fca2d299782a535105afea5961e330ce3cdb523f3967a9c19517ed0cf14da26f
size 57872

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:464282c68b150d3675798c0562287140d9e39f4d8ad360217d10a3e9faddeed1
size 1461157
oid sha256:27a45174f898dc3ea18780af9455d652a587ce9fcab8d675d4d5703ac553689a
size 1461338

32
post.sh
View File

@ -3,7 +3,7 @@
# On powerpc, the different kernels are for different board/firmware types
# They are not compatible.
wrong_boardtype() {
echo "This kernel-@FLAVOR@ is for $1, it will not boot on your system."
echo "This kernel-@FLAVOR@ is for $1, it will not boot on this system."
echo "The /boot/vmlinux symlink will not be created or updated."
exit 0
}
@ -46,13 +46,33 @@ if [ -e /lib/modules/@KERNELRELEASE@ ]; then
fi
# Add symlinks of compatible modules to /lib/modules/$krel/weak-updates/,
# run depmod and mkinitrd
wm=/usr/lib/module-init-tools/weak-modules
wm2=/usr/lib/module-init-tools/weak-modules2
if [ -x $wm2 ]; then
if [ @BASE_PACKAGE@ = 1 ]; then
$wm2 --add-kernel @KERNELRELEASE@
$wm2 --add-kernel @KERNELRELEASE@
else
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
rpm -ql $nvr | $wm2 --add-kernel-modules @KERNELRELEASE@ || :
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
rpm -ql $nvr | $wm2 --add-kernel-modules @KERNELRELEASE@
fi
elif [ -x $wm ]; then
# pre CODE11 compatibility
$wm --add-kernel @KERNELRELEASE@
/sbin/depmod -a -F /boot/System.map-@KERNELRELEASE@ @KERNELRELEASE@
if [ -f /etc/fstab -a ! -e /.buildenv -a -x /sbin/mkinitrd ] ; then
/sbin/mkinitrd -k /boot/@IMAGE@-@KERNELRELEASE@ \
-i /boot/initrd-@KERNELRELEASE@
if [ $? -ne 0 ]; then
echo "/sbin/mkinitrd failed" >&2
case @SUBPACKAGE@ in
*-base)
echo "Ignoring this for the base subpackage" >&2
;;
*)
exit 1
;;
esac
fi
fi
fi
@ -78,9 +98,9 @@ if [ -f /etc/fstab -a ! -e /.buildenv ] ; then
# only run the bootloader if the usual bootloader configuration
# files are there -- this is different on every architecture
initrd=initrd-@KERNELRELEASE@
if [ -e $initrd -o ! -e /lib/modules/@KERNELRELEASE@ ] && \
if [ -e /boot/$initrd -o ! -e /lib/modules/@KERNELRELEASE@ ] && \
run_bootloader ; then
[ -e $initrd ] || initrd=
[ -e /boot/$initrd ] || initrd=
# handle 10.2 and SLES10 SP1 or later
if [ -x /usr/lib/bootloader/bootloader_entry ]; then
/usr/lib/bootloader/bootloader_entry \

View File

@ -1,8 +1,9 @@
wm=/usr/lib/module-init-tools/weak-modules
wm2=/usr/lib/module-init-tools/weak-modules2
if [ @BASE_PACKAGE@ = 0 ]; then
if [ -x $wm2 ]; then
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
$wm2 --remove-kernel-modules @KERNELRELEASE@ < /var/run/rpm-$nvr-modules || :
$wm2 --remove-kernel-modules @KERNELRELEASE@ < /var/run/rpm-$nvr-modules
fi
rm -f /var/run/rpm-$nvr-modules
exit 0
@ -10,6 +11,9 @@ fi
# Remove symlinks from /lib/modules/$krel/weak-updates/.
if [ -x $wm2 ]; then
$wm2 --remove-kernel @KERNELRELEASE@
elif [ -x $wm2 ]; then
# pre CODE11 compatibility
$wm --remove-kernel @KERNELRELEASE@
fi
# remove /boot/@IMAGE@.previous entry on a 10.1 and SLES10 GA system

View File

@ -27,6 +27,7 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-2.6.27.1
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -185,6 +186,7 @@
# powerpc/generic
########################################################
patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
patches.arch/ppc-pseries_pfn-mem-rm.patch
patches.suse/ppc-no-LDFLAGS_MODULE.patch
patches.arch/ppc-vio-modalias.patch
patches.arch/ppc-efika-mpc52xx-ac97.patch
@ -202,7 +204,6 @@
patches.drivers/ppc64-adb
patches.suse/suse-ppc64-branding
patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch
patches.arch/ppc-prom-nodisplay.patch
patches.fixes/ptrace-getsiginfo
patches.arch/ppc-ipic-suspend-without-83xx-fix
@ -241,7 +242,7 @@
patches.suse/shmall-bigger
patches.fixes/grab-swap-token-oops
patches.suse/filp-slab-rcu
-RT patches.suse/filp-slab-rcu
patches.fixes/loop-barriers
patches.fixes/loop-barriers2
patches.suse/osync-error
@ -343,6 +344,7 @@
########################################################
# NFS
########################################################
patches.fixes/nfs-file-cred-context-null
########################################################
# lockd + statd
@ -628,8 +630,6 @@
########################################################
# make debugging easier
patches.suse/usb-storage-disable-delay.patch
#403346
patches.fixes/ehci_sched.diff
#433817
patches.fixes/wdm_autoload.diff
@ -642,6 +642,7 @@
########################################################
patches.suse/bootsplash
patches.drivers/elousb.patch
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
##########################################################
# Sound
@ -994,7 +995,8 @@
# Real Time (RT)
########################################################
# disable portions of lttng-instrumentation-irq
# revert portions of SUSE patches allowing RT to apply
# RT versions of reverted changes added back at end of RT series
+RT patches.rt/partrevert-lttng-instrumentation-irq.patch
+RT patches.rt/revert-preempt-bkl-revert.patch
@ -1865,7 +1867,8 @@
+RT patches.rt/slab-irq-nopreempt-fix.patch
+RT patches.rt/ppc-tlbflush-preempt.patch
# PG: (rc2) basic ctxt mod.
+RT patches.rt/swap-spinlock-fix.patch
# obsoleted by find_get_page_nodiscard() fix
#+RT patches.rt/swap-spinlock-fix.patch
+RT patches.rt/aacraid-compat-sem.patch
# percpu fixes to handle debug_smp_processor_id errors.
@ -2077,8 +2080,6 @@
+RT patches.rt/plist-fix-static-node-init.patch
# PG: basic context mods
+RT patches.rt/sched-only-push-once-per-queue.patch
+RT patches.rt/fix-up-comment.patch
+RT patches.rt/check-for-migration-during-push.patch
# PG: basic context mods
# PG: (rc6) again basic context mods
+RT patches.rt/ftrace-ppc-define-mcount.patch
@ -2111,9 +2112,19 @@
+RT patches.rt/bit-spinlocks-fix-compile.patch
+RT patches.rt/nmi-prof-compile.patch
# PG: fix intermittent boot problem w/ timer IRQ being incorrectly threaded
+RT patches.rt/start_irq_thread.patch
# reapply portions of lttng-instrumentation-irq
+RT patches.rt/partreadd-lttng-instrumentation-irq.patch
# Patches not yet in .27 WR/upstream
# Gregory Haskins
+RT patches.rt/check-for-migration-during-push.patch
+RT patches.rt/fix-up-comment.patch
+RT patches.rt/mapping_nrpages2.patch
# Local SUSE RT patches
# Fix various issues with debug builds
+RT patches.rt/kdb-disable-ist.patch