1
0
forked from pool/kernel-source
OBS User unknown 2008-10-13 08:19:41 +00:00 committed by Git OBS Bridge
parent 02d1f8fefb
commit b962baa347
37 changed files with 352 additions and 63 deletions

View File

@ -1 +1 @@
2008-10-11 20:45:44 +0200
2008-10-13 10:05:25 +0200

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -214,7 +214,7 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -684,7 +684,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-debug-base -f pre-base.sh
@ -715,7 +715,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-debug-extra -f post-extra.sh
%if %split_packages
@ -724,6 +724,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -232,7 +232,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -701,7 +701,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-default-base -f pre-base.sh
@ -731,7 +731,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-default-extra -f post-extra.sh
%if %split_packages
@ -740,6 +740,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -23,7 +23,7 @@ Url: http://www.kernel.org/
Name: kernel-dummy
Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
AutoReqProv: off
@ -36,7 +36,7 @@ Authors:
--------
Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%install
rm -rf %buildroot
@ -47,6 +47,11 @@ echo dummy > %buildroot/etc/dummy
%defattr(-, root, root)
/etc/dummy
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-kdump
Summary: kernel for kdump
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -213,7 +213,7 @@ crashed kernel.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -685,7 +685,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-kdump-base -f pre-base.sh
@ -718,7 +718,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-kdump-extra -f post-extra.sh
%if %split_packages
@ -727,6 +727,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -214,7 +214,7 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -690,7 +690,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-pae-base -f pre-base.sh
@ -727,7 +727,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-pae-extra -f post-extra.sh
%if %split_packages
@ -736,6 +736,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -226,7 +226,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -709,7 +709,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-ppc64-base -f pre-base.sh
@ -753,7 +753,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-ppc64-extra -f post-extra.sh
%if %split_packages
@ -762,6 +762,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -212,7 +212,7 @@ needs to be as small as possible.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -681,7 +681,7 @@ needs to be as small as possible.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-ps3-base -f pre-base.sh
@ -711,7 +711,7 @@ needs to be as small as possible.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-ps3-extra -f post-extra.sh
%if %split_packages
@ -720,6 +720,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-rt
Summary: The Realtime Linux Kernel
Version: 2.6.27
Release: 3
Release: 4
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -216,7 +216,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -691,7 +691,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-rt-base -f pre-base.sh
@ -727,7 +727,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-rt-extra -f post-extra.sh
%if %split_packages
@ -736,6 +736,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-rt_debug
Summary: A Debug Version of the Kernel
Version: 2.6.27
Release: 2
Release: 3
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -211,7 +211,7 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -681,7 +681,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-rt_debug-base -f pre-base.sh
@ -712,7 +712,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-rt_debug-extra -f post-extra.sh
%if %split_packages
@ -721,6 +721,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -207,7 +207,7 @@ The standard kernel.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -676,7 +676,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-s390-base -f pre-base.sh
@ -706,7 +706,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-s390-extra -f post-extra.sh
%if %split_packages
@ -715,6 +715,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -30,7 +30,7 @@ Url: http://www.kernel.org/
Name: kernel-source-rt
Summary: The Linux Kernel Sources, including the real-time patches
Version: 2.6.27
Release: 9
Release: 10
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -120,7 +120,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -286,6 +286,11 @@ install -m 644 %_sourcedir/kernel-module-subpackage \
%files -f kernel-source-rt.files
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -30,7 +30,7 @@ Url: http://www.kernel.org/
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -120,7 +120,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -286,6 +286,11 @@ install -m 644 %_sourcedir/kernel-module-subpackage \
%files -f kernel-source.files
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -29,7 +29,7 @@ Url: http://www.kernel.org/
Name: kernel-syms-rt
Summary: Kernel Symbol Versions (modversions) For Real-Time Kernels
Version: 2.6.27
Release: 3
Release: 4
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -74,7 +74,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
echo "Architecture symbol(s):" %symbols
@ -130,6 +130,11 @@ done
/boot/symsets-*-*.tar.gz
/lib/modules/*/build
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -29,7 +29,7 @@ Url: http://www.kernel.org/
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -94,7 +94,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
echo "Architecture symbol(s):" %symbols
@ -150,6 +150,11 @@ done
/boot/symsets-*-*.tar.gz
/lib/modules/*/build
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-trace
Summary: The Realtime Linux Kernel
Version: 2.6.27
Release: 9
Release: 10
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -219,7 +219,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -692,7 +692,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-trace-base -f pre-base.sh
@ -726,7 +726,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-trace-extra -f post-extra.sh
%if %split_packages
@ -735,6 +735,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.27
Release: 16
Release: 17
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -229,7 +229,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -696,7 +696,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-vanilla-base -f pre-base.sh
@ -724,7 +724,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-vanilla-extra -f post-extra.sh
%if %split_packages
@ -733,6 +733,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 13 10:01:30 CEST 2008 - aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
-------------------------------------------------------------------
Mon Oct 13 08:11:29 CEST 2008 - sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
-------------------------------------------------------------------
Fri Oct 10 05:56:00 CEST 2008 - jeffm@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.27
Release: 14
Release: 15
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -213,7 +213,7 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -685,7 +685,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%pre -n kernel-xen-base -f pre-base.sh
@ -718,7 +718,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-11 20:45:44 +0200
Source Timestamp: 2008-10-13 10:05:25 +0200
%post -n kernel-xen-extra -f post-extra.sh
%if %split_packages
@ -727,6 +727,11 @@ Source Timestamp: 2008-10-11 20:45:44 +0200
%defattr(-, root, root)
%endif
%changelog
* Mon Oct 13 2008 aj@suse.de
- patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning.
* Mon Oct 13 2008 sjayaraman@suse.de
- Remove another stale swap-over-nfs patch.
patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete.
* Fri Oct 10 2008 jeffm@suse.de
- Updated to 2.6.27 final.
* Fri Oct 10 2008 tonyj@suse.de

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc1839b5e1ba07b961aadd162d88715481cd1b2dd78a2c2ce95b30459ad7d9ed
size 126
oid sha256:bddb75cab0edf905aa99194ab7d52811cd97e83553b7c8f5791c22c27e0b68ea
size 125

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7f0ebe5dd0d202fdd3a3bbd7299d0fc21629a3da13970c9fd6309d06293ed3d
size 1194969
oid sha256:11d224beb429d227785636360890ed626ee8c1417d093c6b2938394ea34da8ba
size 1195897