1
0
forked from pool/kernel-source
OBS User unknown 2008-10-16 23:28:55 +00:00 committed by Git OBS Bridge
parent 1d18e0ac78
commit b996f8120c
50 changed files with 241 additions and 146 deletions

View File

@ -1,2 +1 @@
2008-10-16 12:51:33 +0200
CVS Tag: HEAD
2008-10-16 20:35:15 +0200

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5c90872b8ada836a086c39b067e647ad7eb27a8f8cf46393a4f5d22e216bede
size 135506
oid sha256:4244a3534c8d9969186328753b82e5d2133539db641ae5315c5ecff1d593d532
size 135343

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -216,8 +216,7 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -696,8 +695,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -734,8 +732,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -749,8 +746,10 @@ CVS Tag: HEAD
%files -n kernel-debug-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -234,8 +234,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -713,8 +712,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -750,8 +748,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -765,8 +762,10 @@ CVS Tag: HEAD
%files -n kernel-default-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@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.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
AutoReqProv: off
@ -36,8 +36,7 @@ Authors:
--------
Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%install
rm -rf %buildroot
@ -47,8 +46,10 @@ echo dummy > %buildroot/etc/dummy
%files
%defattr(-, root, root)
/etc/dummy
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-kdump
Summary: kernel for kdump
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -215,8 +215,7 @@ crashed kernel.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -697,8 +696,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -737,8 +735,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -752,8 +749,10 @@ CVS Tag: HEAD
%files -n kernel-kdump-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -216,8 +216,7 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -702,8 +701,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -746,8 +744,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -761,8 +758,10 @@ CVS Tag: HEAD
%files -n kernel-pae-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -228,8 +228,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -721,8 +720,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -772,8 +770,7 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -787,8 +784,10 @@ CVS Tag: HEAD
%files -n kernel-ppc64-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -214,8 +214,7 @@ needs to be as small as possible.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -693,8 +692,7 @@ needs to be as small as possible.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -730,8 +728,7 @@ needs to be as small as possible.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -745,8 +742,10 @@ CVS Tag: HEAD
%files -n kernel-ps3-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-rt
Summary: The Realtime Linux Kernel
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -218,8 +218,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -703,8 +702,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -746,8 +744,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -761,8 +758,10 @@ CVS Tag: HEAD
%files -n kernel-rt-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-rt_debug
Summary: A Debug Version of the Kernel
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -213,8 +213,7 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -693,8 +692,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -731,8 +729,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -746,8 +743,10 @@ CVS Tag: HEAD
%files -n kernel-rt_debug-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -209,8 +209,7 @@ The standard kernel.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -688,8 +687,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -725,8 +723,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -740,8 +737,10 @@ CVS Tag: HEAD
%files -n kernel-s390-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@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.1
Release: 1
Release: 2
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -120,8 +120,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -284,8 +283,10 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
%post -f kernel-source-rt-post.sh
%files -f kernel-source-rt.files
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@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.1
Release: 1
Release: 2
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -120,8 +120,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -284,8 +283,10 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
%post -f kernel-source-post.sh
%files -f kernel-source.files
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@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.1
Release: 1
Release: 2
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -74,8 +74,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
echo "Architecture symbol(s):" %symbols
@ -130,8 +129,10 @@ done
/usr/src/linux-*-obj
/boot/symsets-*-*.tar.gz
/lib/modules/*/build
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@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.1
Release: 1
Release: 2
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -94,8 +94,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
echo "Architecture symbol(s):" %symbols
@ -150,8 +149,10 @@ done
/usr/src/linux-*-obj
/boot/symsets-*-*.tar.gz
/lib/modules/*/build
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-trace
Summary: The Realtime Linux Kernel
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -221,8 +221,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -704,8 +703,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -745,8 +743,7 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -760,8 +757,10 @@ CVS Tag: HEAD
%files -n kernel-trace-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -231,8 +231,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -708,8 +707,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -743,8 +741,7 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -758,8 +755,10 @@ CVS Tag: HEAD
%files -n kernel-vanilla-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 16 20:10:40 CEST 2008 - ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
-------------------------------------------------------------------
Thu Oct 16 12:48:17 CEST 2008 - agruen@suse.de

View File

@ -58,7 +58,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.27.1
Release: 1
Release: 2
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -215,8 +215,7 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -697,8 +696,7 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun base -f preun-base.sh
@ -737,8 +735,7 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-10-16 12:51:33 +0200
CVS Tag: HEAD
Source Timestamp: 2008-10-16 20:35:15 +0200
%preun extra -f preun-extra.sh
@ -752,8 +749,10 @@ CVS Tag: HEAD
%files -n kernel-xen-extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%changelog
* Thu Oct 16 2008 ihno@suse.de
- added patches.arch/s390-01-03-cmm2-v2a.patch
fix the sequence of initilisations.
* 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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a2d4aad47d9d71abfe04ca351cc2473627808d786d24125a3543a71384e392c
size 79353
oid sha256:08c3fe2210b2c3334b1f3fa99e866b92c022ddbec2f33143175c70b515719893
size 79336

View File

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

View File

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

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1a61c435bcb2cc5e80cb43c9fd3f93809f49850ae5237df9055636fb303bb36
size 1193295
oid sha256:53178c5e31d6487ccb1a8af247de9da10d29e1d73c2786fcb2c7484ec2f4ec40
size 1193510

View File

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

View File

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

View File

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

View File

@ -225,6 +225,7 @@
patches.arch/s390-01-01-self-ptrace-v3.patch
patches.arch/s390-01-02-dcss-64-v2.patch
patches.arch/s390-01-03-cmm2-v2.patch
patches.arch/s390-01-03-cmm2-v2a.patch
patches.arch/s390-01-04-fcpperf-1.patch
patches.arch/s390-01-04-fcpperf-2.patch
patches.arch/s390-01-04-fcpperf-3.patch