forked from pool/kernel-source
This commit is contained in:
parent
8abb94f778
commit
cae9b7c0f8
@ -1 +1,2 @@
|
||||
2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73c5d1f6d0011cbcfc5aad4fc9d4e5d2ac948ce1a9357f47d9cfef45650ad490
|
||||
size 139468
|
||||
oid sha256:b82c9e4ee2324d30559460619a61c7c1c1b5c730937a82bfc8deb68ef7884130
|
||||
size 138901
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aedb1bedfcb811c42f174b8bf90a65c23b4f07242fceee2e58070c9feee4a4f7
|
||||
size 2270
|
||||
oid sha256:e8d8d82e4a375c1cf6cce93cdf57b19633194f647c15acca93e17375c8b11566
|
||||
size 2269
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -215,6 +215,7 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -687,6 +688,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-debug-base -f pre-base.sh
|
||||
|
||||
@ -717,6 +719,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-debug-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -724,6 +727,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-debug-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -233,6 +233,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -704,6 +705,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-default-base -f pre-base.sh
|
||||
|
||||
@ -733,6 +735,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-default-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -740,6 +743,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-default-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-dummy
|
||||
Summary: Internal dummy package for synchronizing release numbers
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
AutoReqProv: off
|
||||
@ -37,6 +37,7 @@ Authors:
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%install
|
||||
rm -rf %buildroot
|
||||
@ -47,6 +48,9 @@ echo dummy > %buildroot/etc/dummy
|
||||
%defattr(-, root, root)
|
||||
/etc/dummy
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-kdump
|
||||
Summary: kernel for kdump
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -214,6 +214,7 @@ crashed kernel.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -688,6 +689,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-kdump-base -f pre-base.sh
|
||||
|
||||
@ -720,6 +722,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-kdump-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -727,6 +730,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-kdump-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -215,6 +215,7 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -693,6 +694,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-pae-base -f pre-base.sh
|
||||
|
||||
@ -729,6 +731,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-pae-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -736,6 +739,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-pae-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -227,6 +227,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -712,6 +713,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-ppc64-base -f pre-base.sh
|
||||
|
||||
@ -755,6 +757,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-ppc64-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -762,6 +765,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-ppc64-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -213,6 +213,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -684,6 +685,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-ps3-base -f pre-base.sh
|
||||
|
||||
@ -713,6 +715,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-ps3-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -720,6 +723,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-ps3-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -208,6 +208,7 @@ The standard kernel.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -679,6 +680,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-s390-base -f pre-base.sh
|
||||
|
||||
@ -708,6 +710,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-s390-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -715,6 +718,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-s390-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -30,7 +30,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -121,6 +121,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -318,6 +319,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-source-rt -f source-post-rt.sh
|
||||
%if %with_rt
|
||||
@ -325,6 +327,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-source-rt -f kernel-source.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -100,6 +100,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -151,6 +152,9 @@ done
|
||||
/boot/symsets-*-*.tar.gz
|
||||
/lib/modules/*/build
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.27
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -220,6 +220,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -695,6 +696,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-trace-base -f pre-base.sh
|
||||
|
||||
@ -728,6 +730,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-trace-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -735,6 +738,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-trace-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.27
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -225,6 +225,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -694,6 +695,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-vanilla-base -f pre-base.sh
|
||||
|
||||
@ -721,6 +723,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-vanilla-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -728,6 +731,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-vanilla-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:49:00 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 15:29:06 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.27
|
||||
Release: 6
|
||||
Release: 7
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -214,6 +214,7 @@ unprivileged ("xenU") kernel.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -688,6 +689,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%pre -n kernel-xen-base -f pre-base.sh
|
||||
|
||||
@ -720,6 +722,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
CVS Date: 2008.09.29.14.00.00
|
||||
|
||||
%post -n kernel-xen-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -727,6 +730,9 @@ Source Timestamp: 2008-09-29 15:31:19 +0200
|
||||
%files -n kernel-xen-extra -f kernel-extra.files
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Sep 29 2008 jkosina@suse.de
|
||||
- patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in
|
||||
e1000_probe() in case the card has invalid EEPROM checksum
|
||||
* Mon Sep 29 2008 agruen@suse.de
|
||||
- Do not split kernels which have modules disabled (kernel-ps3)
|
||||
or which do not differentiate between supported and unsupported
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa00261e8293f0e50af8abc3949c26741fd7f93a0985100027a0c35b1ff9a5ab
|
||||
size 129
|
||||
oid sha256:b92f8881726a11db012c72a4c2c1a7c127bf470feef7b7ee745a763edb094e35
|
||||
size 131
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:507ba469984ba8039ebe6c2527f4528747d310cdf4aaeca25532eb53faad8b85
|
||||
size 59017
|
||||
oid sha256:dbdc5f725a2dfda9ae99dbf0f64a5471c945246cddc3701e020719027862b180
|
||||
size 58871
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:612bd7b49638d118195233b78666effc686fcf9a767604355f7f2d3f122350c3
|
||||
size 77802
|
||||
oid sha256:d9c394b39b6209d2a140c0553ba935bb5fead5a3df79ba29d26652fb6ab3f69e
|
||||
size 77609
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74922dbd476e95f46c60508a91cf7925fa1b7e72e6b21c6b415919dfabe42fc0
|
||||
size 314029
|
||||
oid sha256:f12e562a977eaf720fd6af53dc88e602f33e6c3b03a2d3ac7e30c3d577074d84
|
||||
size 315294
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de88554e6453158fd72fab4ba24d1cc283b796670317f217043dcadcd67b0471
|
||||
size 81437
|
||||
oid sha256:023886364a867af03d71004b5ab572c0fcb945dfcc84bcb1b9ea7e444524b48c
|
||||
size 81440
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b551982be7269c5dec9285be56f9d3c581ce9900cfd1847518588391a17b696
|
||||
size 14821880
|
||||
oid sha256:e092fbcfe89a77b4db601fe59d312821c3a55f3f8d3f2f5ec9d39b13c4d89a68
|
||||
size 14822889
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b076f8ed155fedbcbdfd666971472b78f5d580b36fbb35f94b70496fa9edd00
|
||||
size 1609
|
||||
oid sha256:5b38eb53977e83d03959ec1c26bc657b703982ed028d74d09401061f664b14cb
|
||||
size 1626
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70de6e84568d4d81f4e1f0dc06a46cf458915885f0a2eb691884107ffbb3fa0a
|
||||
size 435751
|
||||
oid sha256:1716626c40b4fa154fda69981d56e322de2dbe0d0971c19d04de9b9c9ce6c47d
|
||||
size 436999
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1857aeae79a9b83820cbe91e44085049ebddb24452775990b7b9490060a56e1f
|
||||
size 1115679
|
||||
oid sha256:b9bc6a997c768868f95f1d1d1353e304ae315aad8ae541a4ac36e9ea1b12f585
|
||||
size 1122956
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f70258dcd17fed864c42c104ea4ddfcb7fb26de9fe1078f8d9197bb36ca338b0
|
||||
size 28560
|
||||
oid sha256:24a06a4ce9d843e59f02b66421dbb1464c28bf61b3f2c01cca5e06692686009f
|
||||
size 28527
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c00e25e4b12000befe2cbd1dcbea6b26c5f10fa3164d120a76cee64ebff7e09
|
||||
size 11059
|
||||
oid sha256:3eae647839c0ae7103ef5ab0d6918768a9f25776dda1028411d439e78fcaf9d9
|
||||
size 11061
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ce1198cc71e9950e5dc3d179f8dc9b577a0f69147ec764943cb0b3f04036c6b
|
||||
size 1450140
|
||||
oid sha256:ffd71effb7188ae411a3c849457b8f3c86e87352a8f11c534d897136289bff9d
|
||||
size 1433937
|
||||
|
Loading…
Reference in New Issue
Block a user