OBS User unknown 2008-12-03 15:36:01 +00:00 committed by Git OBS Bridge
parent 0ca7e15433
commit 7e80d81ded
43 changed files with 1511 additions and 135 deletions

View File

@ -1,2 +1,2 @@
2008-12-01 20:13:26 +0100 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ac113fd38868c5491b947388805d6d7f415abe9610a4d5111c08815901bb8968 oid sha256:aed2cf88886ec9061aa663bb4c71b8bc95810d4341341b778f7e929f73b74828
size 135232 size 135245

View File

@ -1,12 +1,13 @@
#! /bin/sh #! /bin/sh
prefix= prefix=
suffix= suffix=
commit=a1ce8005
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
[ -n "$suffix" ] || suffix=$2 [ -n "$suffix" ] || suffix=$2
while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do
suffix=${suffix#[^0-9]*.} suffix=${suffix#[^0-9]*.}
done done
echo $prefix$suffix echo $prefix$suffix${commit:+_}$commit
else else
echo "pkg:kernel-dummy" echo "pkg:kernel-dummy"
fi fi

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:870770cdcde4eb01d819adbe6f319721074ff8fecc58902cfc87534796fae656 oid sha256:a5e08475a7ad29d62bfd87f6a07baf6dc394b6870b22a275ca03d791442dbbba
size 2758 size 2771

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -212,8 +212,8 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -704,8 +704,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -746,8 +746,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -775,8 +775,8 @@ Only use this kernel when investigating problems.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-debug-man %files -n kernel-debug-man
%defattr(-,root,root) %defattr(-,root,root)
@ -785,6 +785,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -230,8 +230,8 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -721,8 +721,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -762,8 +762,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -790,8 +790,8 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-default-man %files -n kernel-default-man
%defattr(-,root,root) %defattr(-,root,root)
@ -800,6 +800,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -23,7 +23,7 @@ Url: http://www.kernel.org/
Name: kernel-dummy Name: kernel-dummy
Summary: Internal dummy package for synchronizing release numbers Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
AutoReqProv: off AutoReqProv: off
@ -36,8 +36,8 @@ Authors:
-------- --------
Andreas Gruenbacher <agruen@suse.de> Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%install %install
rm -rf %buildroot rm -rf %buildroot
@ -49,6 +49,45 @@ echo dummy > %buildroot/etc/dummy
/etc/dummy /etc/dummy
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-kdump Name: kernel-kdump
Summary: kernel for kdump Summary: kernel for kdump
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -211,8 +211,8 @@ crashed kernel.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -705,8 +705,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -749,8 +749,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -780,8 +780,8 @@ crashed kernel.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-kdump-man %files -n kernel-kdump-man
%defattr(-,root,root) %defattr(-,root,root)
@ -790,6 +790,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -212,8 +212,8 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -710,8 +710,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -758,8 +758,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -793,8 +793,8 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-pae-man %files -n kernel-pae-man
%defattr(-,root,root) %defattr(-,root,root)
@ -803,6 +803,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-ppc64 Name: kernel-ppc64
Summary: Kernel for ppc64 Systems Summary: Kernel for ppc64 Systems
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -224,8 +224,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com> Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -729,8 +729,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com> Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -784,8 +784,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com> Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -826,8 +826,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com> Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-ppc64-man %files -n kernel-ppc64-man
%defattr(-,root,root) %defattr(-,root,root)
@ -836,6 +836,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-ps3 Name: kernel-ps3
Summary: kernel for ps3 bootloader Summary: kernel for ps3 bootloader
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -206,8 +206,8 @@ final system.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -697,8 +697,8 @@ needs to be as small as possible.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -738,8 +738,8 @@ needs to be as small as possible.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -769,8 +769,8 @@ final system.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-ps3-man %files -n kernel-ps3-man
%defattr(-,root,root) %defattr(-,root,root)
@ -779,6 +779,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -205,8 +205,8 @@ The standard kernel.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -696,8 +696,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -737,8 +737,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -765,8 +765,8 @@ The standard kernel.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-s390-man %files -n kernel-s390-man
%defattr(-,root,root) %defattr(-,root,root)
@ -775,6 +775,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -30,7 +30,7 @@ Url: http://www.kernel.org/
Name: kernel-source Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: Development/Sources Group: Development/Sources
AutoReqProv: off AutoReqProv: off
@ -117,8 +117,8 @@ Authors:
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -274,6 +274,45 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
%files -f kernel-source.files %files -f kernel-source.files
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -29,7 +29,7 @@ Url: http://www.kernel.org/
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: Development/Sources Group: Development/Sources
AutoReqProv: off AutoReqProv: off
@ -94,8 +94,8 @@ Authors:
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
echo "Architecture symbol(s):" %symbols echo "Architecture symbol(s):" %symbols
@ -152,6 +152,45 @@ done
/lib/modules/*/build /lib/modules/*/build
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-trace Name: kernel-trace
Summary: The Realtime Linux Kernel Summary: The Realtime Linux Kernel
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -217,8 +217,8 @@ Authors:
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -712,8 +712,8 @@ Authors:
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -757,8 +757,8 @@ Authors:
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -791,8 +791,8 @@ Authors:
see /usr/src/linux/CREDITS for more details. see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-trace-man %files -n kernel-trace-man
%defattr(-,root,root) %defattr(-,root,root)
@ -801,6 +801,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -227,8 +227,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -716,8 +716,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -755,8 +755,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -783,8 +783,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-vanilla-man %files -n kernel-vanilla-man
%defattr(-,root,root) %defattr(-,root,root)
@ -793,6 +793,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 2 17:53:44 CET 2008 - mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
-------------------------------------------------------------------
Tue Dec 2 17:38:41 CET 2008 - mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
-------------------------------------------------------------------
Tue Dec 2 16:57:59 CET 2008 - hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
-------------------------------------------------------------------
Tue Dec 2 16:28:04 CET 2008 - goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
-------------------------------------------------------------------
Tue Dec 2 14:22:23 CET 2008 - mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
-------------------------------------------------------------------
Tue Dec 2 14:04:44 CET 2008 - olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
-------------------------------------------------------------------
Tue Dec 2 13:27:21 CET 2008 - hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
-------------------------------------------------------------------
Tue Dec 2 08:13:10 CET 2008 - jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
-------------------------------------------------------------------
Tue Dec 2 08:03:44 CET 2008 - jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de Mon Dec 1 20:11:18 CET 2008 - kkeil@suse.de

View File

@ -63,7 +63,7 @@
Name: kernel-xen Name: kernel-xen
Summary: The Xen Kernel Summary: The Xen Kernel
Version: 2.6.27.7 Version: 2.6.27.7
Release: 7 Release: 8
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -211,8 +211,8 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%prep %prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -705,8 +705,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun base -f preun-base.sh %preun base -f preun-base.sh
@ -749,8 +749,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%preun extra -f preun-extra.sh %preun extra -f preun-extra.sh
@ -780,8 +780,8 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2008-12-01 20:13:26 +0100 Source Timestamp: 2008-12-02 22:27:33 +0100
GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197 GIT Revision: a1ce8005f2a7afb3456dd4a47b67cdc23488d0d0
%files -n kernel-xen-man %files -n kernel-xen-man
%defattr(-,root,root) %defattr(-,root,root)
@ -790,6 +790,45 @@ GIT Revision: c3f1fb158c919afddd154665f42d53e39c485197
%endif %endif
%changelog %changelog
* Tue Dec 02 2008 mmarek@suse.cz
- rpm/get_release_number.sh.in, scripts/tar-up.sh: append first
eight digits of the commit id to the release string. This makes
it easier to match rpm release numbers with commits.
* Tue Dec 02 2008 mszeredi@suse.de
- patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft
lockups/OOM issues w/ unix garbage collector (bnc#449739
CVE-2008-5300).
* Tue Dec 02 2008 hare@suse.de
- patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx:
additional fixes/updates for SLES11 (bnc#450197).
- patches.fixes/scsi-fixup-failfast-definitions: fc_transport:
fix old bug on bitflag definitions (bnc#447814).
* Tue Dec 02 2008 goldwyn@suse.de
- patches.suse/novfs-map-drives-correctly.diff
- patches.suse/novfs-merge-changes.diff: Modified to revert
some changes in novfs_set_map_drive()
- patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped
drives on exit (bnc#449451).
* Tue Dec 02 2008 mmarek@suse.cz
- supported.conf: mark ocfs2 as unsupported, a supported variant
will be provided in a separate KMP (bnc#449824)
* Tue Dec 02 2008 olh@suse.de
- patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch:
update error message (bnc#448301 - LTC50134)
* Tue Dec 02 2008 hare@suse.de
- Update config files for S/390: Disable FCoE and sync
default and s390.
- supported.conf: Mark KVM as supported.
* Tue Dec 02 2008 jjolly@suse.de
- ...and added the patches to the series.conf (bnc#450096)
* Tue Dec 02 2008 jjolly@suse.de
- patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp:
Wrong placement of linebreak in message (bnc#450096).
- patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch:
zfcp: invalid return value on failing fsf_req creation
(bnc#450096).
- patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening
of wka ports (bnc#450096).
* Mon Dec 01 2008 kkeil@suse.de * Mon Dec 01 2008 kkeil@suse.de
- patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G
fiber support. fiber support.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b1d30a5ff6244cfad51860cfda4c0395e998bab73ba97ff619f5e67041e5890b oid sha256:8a2ffd8055dac4f6a16bd303fbf94e2235f34d079c6b15f72a1ffdacdd169b51
size 126 size 127

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1bf477237397cbbf51425fcaf44ecd86cc9e130c11eae01445c90db127b69c03 oid sha256:bd3a92eb837f6ba5c02d7a79b02a47e41a1bea2152a03f175c79ea164e09cb23
size 59277 size 59244

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:dbc35f29b6b0af5b5839a090f62d835ca249fe7f49a81e88ac6d351c3561933f oid sha256:0020df95df322910e5b4edb6caa14215c0304b305e7cc2beb2aa66957383e468
size 263594 size 264450

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:01ab4f65d1ad197ca0524957b471eba28b446b0aa14cdaeaa17ac7fb0bee9008 oid sha256:b61780d851ab0557ccddadd264a40368835488e83a47af72d2dbdb50a0f09628
size 2678246 size 2695372

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:35a0100be4377845dd7d2ec75c5f82fd7728e0f9a0e093b3f7a19e4788d5aee0 oid sha256:4c68000c6d713f983c4d10c29e90296788fad096fb179f50e3363ac53cb192b2
size 152720 size 153490

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c340420741516c7d186d962dcdfa184f849ba4a4087e1ebb77d8c190a15e0a41 oid sha256:23f0c374b5a14e73238a0d3539b65b5072a4038b9e57c5918b1a67a919933be6
size 83080 size 83320

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:254fb7b8a500648bdc291d3558d023688775fb5e654bd039a9f66eef66d80fcc oid sha256:f5baff7805ce91ee88ffccef938ba004b87e92a494de7f031faf7a2729a0603c
size 1609 size 1593

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:58af8779c43b19210ce0b9abf9284aa3bea1ba098af0042e4593cfeac7a4abb8 oid sha256:c8299d11d665c5c33e247d0a634a8353eff3a1d3e41969c0ed41c0ef1edd1c7e
size 124 size 126

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:51d871e9fc358fa2b2d477cdfbd4af5af7eea90585c49a1e324f97d0bd987616 oid sha256:d0cb076bde0cb16afe60eb98c597ceab42935fa9035cc7f070ffa85dff73b3ea
size 1449866 size 1450555

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f518b17039a42d34831791924ae66ab38e98243b12053c03d51f00adb8761636 oid sha256:22c1d68058a6a71c22a4e1e57716ecc4f60b0d9267474838ce5bc984ec4d8380
size 63211 size 63312

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:08146f94bc0d3acb0e1ba75af98fc779ca089af7622e7a5cf44bbef8fdd04825 oid sha256:2f7e53c7d0104259e493a4c4f2160be68f091d383a7bcacb15b3c3d2be8d0492
size 1499325 size 1499281

View File

@ -353,6 +353,10 @@
patches.arch/s390-04-08-cio-ungroup-race-fix.patch patches.arch/s390-04-08-cio-ungroup-race-fix.patch
patches.arch/s390-04-09-zfcp-host-busy-count-fix.patch patches.arch/s390-04-09-zfcp-host-busy-count-fix.patch
patches.arch/s390-05-01-zfcp-message-linebreak.patch
patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch
patches.arch/s390-05-03-zfcp-wka-port.patch
patches.arch/s390-symmetrix-ioctl.patch patches.arch/s390-symmetrix-ioctl.patch
patches.arch/s390-personality-mask.patch patches.arch/s390-personality-mask.patch
@ -725,6 +729,7 @@
patches.suse/novfs-patch-2.6.27 patches.suse/novfs-patch-2.6.27
patches.suse/novfs-gregorian-day-fix patches.suse/novfs-gregorian-day-fix
patches.suse/novfs-map-drives-correctly.diff patches.suse/novfs-map-drives-correctly.diff
patches.suse/novfs-clear-mappeddrives.patch
######################################################## ########################################################
# other filesystem stuff # other filesystem stuff
@ -896,6 +901,7 @@
patches.drivers/lpfc-8.2.8.7-update patches.drivers/lpfc-8.2.8.7-update
patches.drivers/qla2xxx-8.02.01-k8-update patches.drivers/qla2xxx-8.02.01-k8-update
patches.drivers/qla2xxx-8.02.01-k9-update patches.drivers/qla2xxx-8.02.01-k9-update
patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update
patches.fixes/qla2xxx-disable-automatic-queue-tracking patches.fixes/qla2xxx-disable-automatic-queue-tracking
patches.drivers/mpt-fusion-4.00.43.00-update patches.drivers/mpt-fusion-4.00.43.00-update
patches.drivers/mpt-fusion-4.16.00.00-update patches.drivers/mpt-fusion-4.16.00.00-update
@ -911,6 +917,7 @@
patches.fixes/scsi-add-tgps-setting patches.fixes/scsi-add-tgps-setting
patches.fixes/scsi-dh-alua-send-stpg patches.fixes/scsi-dh-alua-send-stpg
patches.fixes/scsi-dh-rdac-initialize-passive-path patches.fixes/scsi-dh-rdac-initialize-passive-path
patches.fixes/scsi-fixup-failfast-definitions
patches.drivers/ibmvfc-async-events-oops patches.drivers/ibmvfc-async-events-oops
@ -933,6 +940,7 @@
patches.fixes/tulip-quad-NIC-ifdown patches.fixes/tulip-quad-NIC-ifdown
patches.suse/nameif-track-rename.patch patches.suse/nameif-track-rename.patch
patches.drivers/atl2-add-atl2-network-driver.patch patches.drivers/atl2-add-atl2-network-driver.patch
patches.fixes/af_unix-soft-lockup-fix.patch
# cxgb3 fixed requested by IBM bnc#446739 # cxgb3 fixed requested by IBM bnc#446739

View File

@ -35,6 +35,7 @@
kernel/arch/s390/crypto/sha512_s390 kernel/arch/s390/crypto/sha512_s390
kernel/arch/s390/crypto/sha_common kernel/arch/s390/crypto/sha_common
kernel/arch/s390/mm/cmm kernel/arch/s390/mm/cmm
kernel/arch/s390/kvm/kvm
kernel/arch/x86/crypto/aes-i586 # Rijndael (AES) Cipher Algorithm (optimized for i586) kernel/arch/x86/crypto/aes-i586 # Rijndael (AES) Cipher Algorithm (optimized for i586)
kernel/arch/x86/crypto/aes-x86_64 kernel/arch/x86/crypto/aes-x86_64
kernel/arch/x86/crypto/salsa20-i586 kernel/arch/x86/crypto/salsa20-i586
@ -1961,13 +1962,14 @@
kernel/fs/nls/nls_utf8 kernel/fs/nls/nls_utf8
kernel/fs/novfs/novfs kernel/fs/novfs/novfs
kernel/fs/ntfs/ntfs # NTFS 1.2/3.x driver - Copyright (c) 2001-2003 Anton Altaparmakov kernel/fs/ntfs/ntfs # NTFS 1.2/3.x driver - Copyright (c) 2001-2003 Anton Altaparmakov
kernel/fs/ocfs2/cluster/ocfs2_nodemanager # ocfs2 is provided separately in the ocfs2 KMP package
kernel/fs/ocfs2/dlm/ocfs2_dlm - kernel/fs/ocfs2/cluster/ocfs2_nodemanager
kernel/fs/ocfs2/dlm/ocfs2_dlmfs - kernel/fs/ocfs2/dlm/ocfs2_dlm
kernel/fs/ocfs2/ocfs2 - kernel/fs/ocfs2/dlm/ocfs2_dlmfs
kernel/fs/ocfs2/ocfs2_stack_o2cb - kernel/fs/ocfs2/ocfs2
kernel/fs/ocfs2/ocfs2_stack_user - kernel/fs/ocfs2/ocfs2_stack_o2cb
kernel/fs/ocfs2/ocfs2_stackglue - kernel/fs/ocfs2/ocfs2_stack_user
- kernel/fs/ocfs2/ocfs2_stackglue
kernel/fs/omfs/omfs kernel/fs/omfs/omfs
- kernel/fs/qnx4/qnx4 - kernel/fs/qnx4/qnx4
kernel/fs/quota_v1 # Old quota format support kernel/fs/quota_v1 # Old quota format support