forked from pool/kernel-source
This commit is contained in:
parent
afc89673ba
commit
ac6fb83b46
@ -1 +1,2 @@
|
||||
2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e360bd1a20c1c16441eb369c9c5183baf9dc7b3d9c921ff697c8d893f399515
|
||||
size 138944
|
||||
oid sha256:e1d3e055280e87ff79c37d47e575e228d20f1d8397544c7efc7799f54a998a8f
|
||||
size 139134
|
||||
|
@ -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,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.27
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -217,6 +217,7 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -684,6 +685,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-debug-base -f pre-base.sh
|
||||
|
||||
@ -715,6 +717,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-debug-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -723,6 +726,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems
|
||||
Version: 2.6.27
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -235,6 +235,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -701,6 +702,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-default-base -f pre-base.sh
|
||||
|
||||
@ -731,6 +733,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-default-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -739,6 +742,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 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: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
AutoReqProv: off
|
||||
@ -37,6 +37,7 @@ Authors:
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%install
|
||||
rm -rf %buildroot
|
||||
@ -47,6 +48,12 @@ echo dummy > %buildroot/etc/dummy
|
||||
%defattr(-, root, root)
|
||||
/etc/dummy
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-kdump
|
||||
Summary: kernel for kdump
|
||||
Version: 2.6.27
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -216,6 +216,7 @@ crashed kernel.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -685,6 +686,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-kdump-base -f pre-base.sh
|
||||
|
||||
@ -718,6 +720,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-kdump-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -726,6 +729,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.27
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -217,6 +217,7 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -690,6 +691,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-pae-base -f pre-base.sh
|
||||
|
||||
@ -727,6 +729,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-pae-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -735,6 +738,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.27
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -229,6 +229,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -709,6 +710,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-ppc64-base -f pre-base.sh
|
||||
|
||||
@ -753,6 +755,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-ppc64-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -761,6 +764,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.27
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -215,6 +215,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -681,6 +682,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-ps3-base -f pre-base.sh
|
||||
|
||||
@ -711,6 +713,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-ps3-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -719,6 +722,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -210,6 +210,7 @@ The standard kernel.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -676,6 +677,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-s390-base -f pre-base.sh
|
||||
|
||||
@ -706,6 +708,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-s390-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -714,6 +717,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 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: 11
|
||||
Release: 12
|
||||
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 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%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 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-source-rt -f source-post-rt.sh
|
||||
%if %with_rt
|
||||
@ -325,6 +327,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%files -n kernel-source-rt -f kernel-source.files
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 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: 11
|
||||
Release: 12
|
||||
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 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -151,6 +152,12 @@ done
|
||||
/boot/symsets-*-*.tar.gz
|
||||
/lib/modules/*/build
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.27
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -222,6 +222,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -692,6 +693,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-trace-base -f pre-base.sh
|
||||
|
||||
@ -726,6 +728,7 @@ Authors:
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-trace-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -734,6 +737,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.27
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -227,6 +227,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -691,6 +692,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-vanilla-base -f pre-base.sh
|
||||
|
||||
@ -719,6 +721,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-vanilla-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -727,6 +730,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de
|
||||
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.27
|
||||
Release: 9
|
||||
Release: 10
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -216,6 +216,7 @@ unprivileged ("xenU") kernel.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||
@ -685,6 +686,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%pre -n kernel-xen-base -f pre-base.sh
|
||||
|
||||
@ -718,6 +720,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
CVS Date: 2008.09.29.21.50.20
|
||||
|
||||
%post -n kernel-xen-extra -f post-extra.sh
|
||||
%if %split_packages
|
||||
@ -726,6 +729,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%changelog
|
||||
* Tue Sep 30 2008 jkosina@suse.de
|
||||
- additional patches to track down and fix e1000e NVM corruption
|
||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
- Update config files after Swap-over-NFS backout.
|
||||
* Tue Sep 30 2008 agruen@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41fde4670a8ebc7048d3b1e4fbd73128c809428f71a250f0299c6abbb7eab5d2
|
||||
size 128
|
||||
oid sha256:d8d4e488de975090915904b6eb5d154aa7232aeab36765eb3329e729e4fc2d91
|
||||
size 132
|
||||
|
@ -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:9a5fa018985c1fb891b667402a0bc389f8cdae7b0b1550a706545fd39fbfbf6d
|
||||
size 80445
|
||||
oid sha256:aba9f91c2f7bd330f56dd044bdc64d696a6aa073f9599ff110739a1b2ee05e41
|
||||
size 80462
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0fb4f037913c8d5de6bb59ec1792c7b600bc66b8cf547154dab08d1ad522f6b
|
||||
size 319231
|
||||
oid sha256:1e3146cfd3bcec0574902ff6a45fbd15d5cf6acfbef38474428e476befc47d57
|
||||
size 320457
|
||||
|
@ -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:f997b7192ec3d1c7277c4f8066d85c0679b4216eccf4ee8b7d0c7fa02bf7a7cb
|
||||
size 1115323
|
||||
oid sha256:f2bba65af5ffaa10958cb4aebefda2982cb6a19fbab6a2f93689effbdc5f6e88
|
||||
size 1124899
|
||||
|
@ -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:12035efa1c4f9ae5b6c3ca5dda1ea8dbb77472a3c2673b4445acc4d18d13d07d
|
||||
size 1450445
|
||||
oid sha256:ede4fae06100b4bab42251905a8e9f367ecd50d060893e538bf74d897b5a8c84
|
||||
size 1434255
|
||||
|
@ -494,6 +494,8 @@
|
||||
patches.suse/e1000e_allow_bad_checksum
|
||||
patches.suse/e1000e_call_dump_eeprom
|
||||
patches.suse/e1000e_mmap_range_chk
|
||||
patches.suse/e1000e_ioremap_sanity_check
|
||||
patches.suse/e1000e_write_protect_ichx_nvm
|
||||
|
||||
patches.drivers/ixgbe-fcoe-bugfixes
|
||||
patches.drivers/sgi-uv-led
|
||||
|
Loading…
Reference in New Issue
Block a user