OBS User unknown 2009-01-14 00:50:57 +00:00 committed by Git OBS Bridge
parent 79c8e6153d
commit 57e85b2130
45 changed files with 2067 additions and 142 deletions

View File

@ -1,2 +1,2 @@
2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91cdc3000c42df19e72d945fd0867ec15a90bcf86ffd0a507c89e9c3900ccffa
size 135245
oid sha256:8a77310392cf3be146fd51ebb83b91f330ceae1c4a354915b0ca3c48694830b5
size 135090

View File

@ -1,7 +1,7 @@
#! /bin/sh
prefix=
suffix=
commit=3b72ca18
commit=6d77fbf8
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
[ -n "$suffix" ] || suffix=$2
while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56b2f77a53b39e0d30735640a876ee13d68fcf6e38f613dfa007d3fe321211fd
size 4985344
oid sha256:21063d9894df4bb854ae8ef4c0a0e80f39eaf363cee47eb9fc155587ae96a894
size 4996324

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -212,8 +212,8 @@ Only use this kernel when investigating problems.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -732,8 +732,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -774,8 +774,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -803,8 +803,8 @@ Only use this kernel when investigating problems.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-debug-man
%defattr(-,root,root)
@ -813,6 +813,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -230,8 +230,8 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -749,8 +749,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -790,8 +790,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -818,8 +818,8 @@ The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-default-man
%defattr(-,root,root)
@ -828,6 +828,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -23,7 +23,7 @@ Url: http://www.kernel.org/
Name: kernel-dummy
Summary: Internal dummy package for synchronizing release numbers
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
AutoReqProv: off
@ -36,8 +36,8 @@ Authors:
--------
Andreas Gruenbacher <agruen@suse.de>
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%install
rm -rf %buildroot
@ -49,6 +49,60 @@ echo dummy > %buildroot/etc/dummy
/etc/dummy
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-kdump
Summary: kernel for kdump
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -211,8 +211,8 @@ crashed kernel.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -733,8 +733,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -777,8 +777,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -808,8 +808,8 @@ crashed kernel.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-kdump-man
%defattr(-,root,root)
@ -818,6 +818,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -212,8 +212,8 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -738,8 +738,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -786,8 +786,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -821,8 +821,8 @@ that support it, regardless of the amount of main memory.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-pae-man
%defattr(-,root,root)
@ -831,6 +831,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -224,8 +224,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -757,8 +757,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -812,8 +812,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -854,8 +854,8 @@ Authors:
Tom Gall <tom_gall@vnet.ibm.com>
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-ppc64-man
%defattr(-,root,root)
@ -864,6 +864,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -206,8 +206,8 @@ final system.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -725,8 +725,8 @@ needs to be as small as possible.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -766,8 +766,8 @@ needs to be as small as possible.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -797,8 +797,8 @@ final system.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-ps3-man
%defattr(-,root,root)
@ -807,6 +807,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -205,8 +205,8 @@ The standard kernel.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -724,8 +724,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -765,8 +765,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -793,8 +793,8 @@ The standard kernel.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-s390-man
%defattr(-,root,root)
@ -803,6 +803,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -30,7 +30,7 @@ Url: http://www.kernel.org/
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -48,8 +48,9 @@ Provides: linux lx_suse lx_sus22 lx_sus24
Obsoletes: linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus22 lx_sus24
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
Source1: source-post.sh
Source2: kernel-source.rpmlintrc
Source1: source-pre.sh
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source10: preun.sh
Source11: postun.sh
Source12: pre.sh
@ -117,8 +118,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -152,6 +153,8 @@ variant=$variant
EOF
mkdir -p $RPM_BUILD_ROOT/usr/src
cd $RPM_BUILD_ROOT/usr/src
ln -sf linux$variant linux$variant # dummy symlink
mkdir linux-obj
# Unpack the vanilla kernel sources
bzip2 -cd %_sourcedir/linux-2.6.27.tar.bz2 \
| tar xf -
@ -171,9 +174,9 @@ if [ -f %_sourcedir/localversion ] ; then
cat %_sourcedir/localversion > localversion
fi
cat > %my_builddir/kernel-source.files <<EOF
%%%%defattr(-, root, root)
%%%%ghost /usr/src/linux$variant
%%%%ghost /usr/src/linux$variant-obj
%%defattr(-, root, root)
%%ghost /usr/src/linux$variant
%%dir /usr/src/linux-obj
/usr/src/linux-$KERNELRELEASE$variant
/usr/src/linux-$KERNELRELEASE$variant-obj
/usr/share/doc/packages/%name
@ -185,6 +188,12 @@ for config in $(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep -v
cpu_arch=${config%/*}
flavor=${config#*/}
config=%_builddir/%buildsubdir/config/$config
if [ ! -d ../linux-obj/$cpu_arch ]; then
mkdir ../linux-obj/$cpu_arch
echo "%%dir /usr/src/linux-obj/$cpu_arch" >>%my_builddir/%name.files
fi
ln -s $flavor ../linux-obj/$cpu_arch/$flavor # dummy symlink
echo "%%ghost /usr/src/linux-obj/$cpu_arch/$flavor" >>%my_builddir/%name.files
case "$flavor" in
*-*)
echo "Flavor '$flavor' must not contain dashes." >&2
@ -240,7 +249,11 @@ rm -f linux-$KERNELRELEASE$variant/.patches
%fdupes $RPM_BUILD_ROOT
cd $RPM_BUILD_ROOT/usr/src/linux-$KERNELRELEASE$variant-obj
set -- *
[ -e %_target_cpu ] || ln -s $1 %_target_cpu
if [ ! -e %_target_cpu ]; then
ln -s $1 %_target_cpu
ln -s $1 ../linux-obj/%_target_cpu
echo "/usr/src/linux-obj/%_target_cpu" >>%my_builddir/%name.files
fi
cd $RPM_BUILD_ROOT/usr/src
rm -f `find linux-$KERNELRELEASE$variant -name ".gitignore"`
# Remove $RPM_BUILD_ROOT prefix from symlinks.
@ -249,8 +262,6 @@ for link in $(find $RPM_BUILD_ROOT/usr/src/linux-$KERNELRELEASE$variant-obj -typ
rm -f $link
ln -s ${target/$RPM_BUILD_ROOT/} $link
done
ln -sf linux$variant linux$variant # dummy symlink
ln -sf linux$variant-obj linux$variant-obj # dummy symlink
%install
source .rpm-defs
@ -265,15 +276,73 @@ install -m 644 %_sourcedir/macros.kernel-source $RPM_BUILD_ROOT/etc/rpm/
install -m 755 -d $RPM_BUILD_ROOT/usr/lib/rpm
install -m 644 %_sourcedir/kernel-module-subpackage \
$RPM_BUILD_ROOT/usr/lib/rpm/
sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
-e "s:@VARIANT@:$variant:g" \
%_sourcedir/source-post.sh > kernel-source-post.sh
for script in pre post; do
sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
-e "s:@VARIANT@:$variant:g" \
%_sourcedir/source-$script.sh > kernel-source-$script.sh
done
%pre -f kernel-source-pre.sh
%post -f kernel-source-post.sh
%files -f kernel-source.files
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -29,7 +29,7 @@ Url: http://www.kernel.org/
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
@ -94,8 +94,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
echo "Architecture symbol(s):" %symbols
@ -152,6 +152,60 @@ done
/lib/modules/*/build
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-trace
Summary: The Realtime Linux Kernel
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -217,8 +217,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -740,8 +740,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -785,8 +785,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -819,8 +819,8 @@ Authors:
see /usr/src/linux/CREDITS for more details.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-trace-man
%defattr(-,root,root)
@ -829,6 +829,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -227,8 +227,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -744,8 +744,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -783,8 +783,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -811,8 +811,8 @@ The standard kernel - without any SUSE patches
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-vanilla-man
%defattr(-,root,root)
@ -821,6 +821,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 14:54:58 CET 2009 - hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
-------------------------------------------------------------------
Tue Jan 13 10:43:59 CET 2009 - olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
-------------------------------------------------------------------
Tue Jan 13 08:55:32 CET 2009 - olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
-------------------------------------------------------------------
Tue Jan 13 05:25:12 CET 2009 - gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
-------------------------------------------------------------------
Mon Jan 12 20:09:42 CET 2009 - gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
-------------------------------------------------------------------
Mon Jan 12 19:06:00 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
-------------------------------------------------------------------
Mon Jan 12 18:39:57 CET 2009 - gregkh@suse.de
- supported.conf: updated staging and other drivers
-------------------------------------------------------------------
Mon Jan 12 18:11:10 CET 2009 - kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
-------------------------------------------------------------------
Mon Jan 12 15:50:46 CET 2009 - dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
-------------------------------------------------------------------
Mon Jan 12 14:25:27 CET 2009 - mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
-------------------------------------------------------------------
Sun Jan 11 23:18:21 CET 2009 - jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
-------------------------------------------------------------------
Fri Jan 9 18:54:47 CET 2009 - mmarek@suse.cz

View File

@ -63,7 +63,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.27.10
Release: 1
Release: 5
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
@ -211,8 +211,8 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%prep
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
@ -733,8 +733,8 @@ This package contains only the base modules, required in all installs.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun base -f preun-base.sh
@ -777,8 +777,8 @@ This package contains additional modules not supported by Novell.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%preun extra -f preun-extra.sh
@ -808,8 +808,8 @@ unprivileged ("xenU") kernel.
Source Timestamp: 2009-01-09 18:56:12 +0100
GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
Source Timestamp: 2009-01-13 16:46:43 +0100
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
%files -n kernel-xen-man
%defattr(-,root,root)
@ -818,6 +818,60 @@ GIT Revision: 3b72ca1832be37f939525cd763e4b94762b2d9cf
%endif
%changelog
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
after suggestions from James Bottomley (bnc#465346).
* Tue Jan 13 2009 hare@suse.de
- patches.fixes/scsi-restart-lookup-by-target: Restart
scsi_device_lookup_by_target() (bnc#465346).
* Tue Jan 13 2009 olh@suse.de
- update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time:
Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966)
* Tue Jan 13 2009 olh@suse.de
- patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release
and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816)
* Tue Jan 13 2009 gregkh@suse.de
- Update to 2.6.27.11-rc1:
- lots of minor fixes
- obsoletes:
- patches.fixes/md-bitmap-read-do-not-overflow
- patches.suse/scsi-scsi_transport_srp-shost_data.patch
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch
symlinks like i586 -> i386 in /usr/src/linux-obj.
* Mon Jan 12 2009 gregkh@suse.de
- supported.conf: updated staging and other drivers
* Mon Jan 12 2009 kkeil@suse.de
- patches.drivers/r8169-Tx-performance-tweak-helper: r8169:
Tx performance tweak helper.
- patches.drivers/r8169-add-8168-8101-registers-description:
r8169: add 8168/8101 registers description.
- patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101:
r8169: add hw start helpers for the 8168 and the 8101.
- patches.drivers/r8169-additional-8101-and-8102-support: r8169:
additional 8101 and 8102 support.
- patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features:
r8169: use pci_find_capability for the PCI-E features.
(bnc#448168)
* Mon Jan 12 2009 dgollub@suse.de
- scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed
"kernel-source" string, to stay in sync with with differet kernel
variants.
* Mon Jan 12 2009 mmarek@suse.cz
- rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh:
replace the /usr/src/linux-obj symlink with a directory containing
per-flavor symlinks instead. This allows us to install kernel-source /
syms and kernel-source-rt / syms-rt in parallel and still find
everything below /usr/src/linux-obj/.
- rpm/kernel-binary.spec.in: for -rt, install into
/usr/src/linux-$version-rt-obj.
- rpm/kernel-syms.spec.in: fix kernel-source requires for -rt.
* Sun Jan 11 2009 jkosina@suse.de
- patches.drivers/input-usbtouchscreen-hw-calibration.patch:
Input: usbtouchscreen - allow reporting calibrated data
(bnc#444814).
* Fri Jan 09 2009 mmarek@suse.cz
- patches.suse/file-capabilities-add-file_caps-switch.diff:
fix parsing of the file_caps commandline option (bnc#264075)

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c254a93008ce4bc96a142e264e608dd576e4468a2ee404a4e381ee77e2e26a6
size 127
oid sha256:f32e82e81b524e41080c9edfd10ec35305295a555b409cc47113ae0fac736077
size 129

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a115f4e748c9b9b6aef58644b092adedfb8a9c1bf05738af94d3e6e1e6695fe
size 60241
oid sha256:8fc51c0c71e41bd6810cdbce04a95461fab222fd36763cfb29bfff204d735bc8
size 60218

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4c0f173206d6a33a716c18cfdd55a14692c1606817be7e66917f03685b8361a
size 297907
oid sha256:061f62a21481a4fc0d687eeef39b4eac7eca076d2186a06c15f3630bfdcaec3c
size 297485

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:065399fcb5e313d9cde08db421d919f8f9158d482745e6514ad878952fdf4dff
size 3345558
oid sha256:dfc51ebcc53ccb0c3408813e3bddf9c2a9d240d3441d40c8d19c164e6c3821d3
size 3371354

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f7d1d1af0265255b5e5018dfd7781267bf88ad37e722dc5a5ea77ae58e4d24b
size 148335
oid sha256:144c6ea2687cecbef673bf950eff1d68b461eecafbb5df26ffcc2ef8444cfcfc
size 147476

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:670facc59b2dfedea1da21795723d0144f4c90b031ae49e1c30f3ee013def9c8
size 163776
oid sha256:e65795aa32c9701c0933a97e26a2fe0322724a7ffc19be193dbb58812cec7d34
size 167911

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8733f15bbaed733c473f07cee22bf95c08f62b039b3c2691a92b410fb5e4f5f9
size 1615
oid sha256:f5baff7805ce91ee88ffccef938ba004b87e92a494de7f031faf7a2729a0603c
size 1593

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9de167722b7bc91f70054940fe354f75093f46e4aef3b9e3ce47ffd9a28809d
size 126
oid sha256:8e7ecc247b21aacb3a484b1a9557bc7f9019b835afd18e07cdaa4492d079800b
size 122

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8d3a81796342de61c919fd627e07bf784dc8bc183b960e94a131f2e414fa79c
size 1475991
oid sha256:827fa1308faa075fe42c50bb5fee7a53ad5eb60a3b0c0e4fa2c0140d9ba17ba3
size 1474863

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d01f4a96e2c74003b9c16dddc446d563fe9ca1875c7604d2ce6a9a94204ac7f5
size 63242
oid sha256:95aacff8904f7f936ed9c121d5a2046abc8029f6b42c0b1d658f3de6b0146f2d
size 63320

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:060ef19ab5918829da18936f73a4efd7270177fddf68373f5dbe484dfa747d89
size 1514663
oid sha256:341c5905bc82feee6ccc5fa311b08e1564327a4d324b8b15f1eca8df733b65a0
size 1514292

View File

@ -40,6 +40,7 @@
patches.kernel.org/patch-2.6.27.7-8
patches.kernel.org/patch-2.6.27.8-9
patches.kernel.org/patch-2.6.27.9-10
patches.kernel.org/patch-2.6.27.11-rc1
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -835,6 +836,13 @@
patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_
patches.drivers/bnx2x-version-update.patch
patches.drivers/r8169-Tx-performance-tweak-helper
patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features
patches.drivers/r8169-add-8168-8101-registers-description
patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101
patches.drivers/r8169-additional-8101-and-8102-support
patches.drivers/ixgbe-fcoe-bugfixes
patches.drivers/sgi-ioc4-request-submodules
@ -996,6 +1004,7 @@
patches.fixes/scsi-refactor-busy-processing
patches.fixes/scsi-fix-hang-in-starved-list-processing
patches.fixes/scsi-call-unprep_request-under-lock
patches.fixes/scsi-restart-lookup-by-target
patches.drivers/ibmvfc-async-events-oops
patches.drivers/ibmvfc-add_sync.patch
@ -1010,7 +1019,6 @@
patches.fixes/scsi-ibmvscsi-show-config.patch
patches.fixes/scsi-ibmvscsi-can_queue_fix.patch
patches.suse/scsi-scsi_transport_srp-shost_data.patch
# bnc#362850
patches.fixes/sd_liberal_28_sense_invalid.diff
@ -1064,6 +1072,7 @@
patches.drivers/cxgb3i
patches.drivers/cxgb3i-fixed-offload-array-size
patches.drivers/cxgb3i_ddp.patch
patches.drivers/cxgb3i-mainline.patch
########################################################
# PCI and PCI hotplug
@ -1106,6 +1115,7 @@
patches.drivers/elousb.patch
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.fixes/hid-rdesc-quirk-for-sony-vaio-VGX-TP1E.patch
patches.drivers/input-usbtouchscreen-hw-calibration.patch
##########################################################
# Sound
@ -1216,7 +1226,6 @@
patches.fixes/md-Don-t-try-to-set-an-array-to-read-auto-if-it-i.patch
patches.suse/md-notify-when-stopped
patches.fixes/md-disable-recovery-on-faulty-degraded-array
patches.fixes/md-bitmap-read-do-not-overflow
##########################################################

View File

@ -11,4 +11,14 @@ relink() {
}
relink linux-@KERNELRELEASE@@VARIANT@ /usr/src/linux@VARIANT@
relink linux-@KERNELRELEASE@@VARIANT@-obj /usr/src/linux@VARIANT@-obj
cd /usr/src
for a in linux-@KERNELRELEASE@@VARIANT@-obj/*; do
if [ ! -d "$a" -o -h "$a" ]; then
# skip symlinks like i586 -> i386
continue
fi
for d in "$a"/*; do
arch_flavor=${d#*/}
relink ../../"$d" /usr/src/linux-obj/"$arch_flavor"
done
done

4
source-pre.sh Normal file
View File

@ -0,0 +1,4 @@
# handle update from an older kernel-source with linux-obj as symlink
if [ -h /usr/src/linux-obj ]; then
rm -vf /usr/src/linux-obj
fi

View File

@ -66,6 +66,13 @@
kernel/arch/x86/kvm/kvm-intel
kernel/arch/x86/oprofile/oprofile
kernel/arch/x86/oprofile/oprofile # OProfile system profiler
- kernel/arch/x86/perfmon/perfmon_amd64
- kernel/arch/x86/perfmon/perfmon_intel_arch
- kernel/arch/x86/perfmon/perfmon_intel_atom
- kernel/arch/x86/perfmon/perfmon_intel_core
- kernel/arch/x86/perfmon/perfmon_p4
- kernel/arch/x86/perfmon/perfmon_pebs_core_smpl
- kernel/arch/x86/perfmon/perfmon_pebs_p4_smpl
kernel/crypto/aead
kernel/crypto/aes_generic
kernel/crypto/anubis
@ -120,6 +127,7 @@
kernel/crypto/xor
kernel/crypto/xts
kernel/drivers/acpi/ac # ACPI AC Adapter Driver
kernel/drivers/acpi/acpi_memhotplug
kernel/drivers/acpi/battery # ACPI Battery Driver
kernel/drivers/acpi/bay
kernel/drivers/acpi/button # ACPI Button Driver
@ -1046,6 +1054,7 @@
kernel/drivers/misc/lkdtm
kernel/drivers/misc/msi-laptop
kernel/drivers/misc/phantom
kernel/drivers/misc/panasonic-laptop
kernel/drivers/misc/sgi-gru/gru
kernel/drivers/misc/sgi-xp/xp
kernel/drivers/misc/sgi-xp/xpc
@ -1656,6 +1665,25 @@
- kernel/drivers/spi/spidev
- kernel/drivers/spi/tle62x0
kernel/drivers/ssb/ssb
- kernel/drivers/staging/agnx/agnx
- kernel/drivers/staging/at76_usb/at76_usb
- kernel/drivers/staging/benet/benet
- kernel/drivers/staging/echo/echo
- kernel/drivers/staging/et131x/et131x
- kernel/drivers/staging/go7007/go7007-usb
- kernel/drivers/staging/go7007/go7007
- kernel/drivers/staging/me4000/me4000
- kernel/drivers/staging/otus/arusb_lnx
- kernel/drivers/staging/rt2860/rt2860sta
- kernel/drivers/staging/rt2870/rt2870sta
- kernel/drivers/staging/rtl8187se/rtl8187se
- kernel/drivers/staging/slicoss/slicoss
- kernel/drivers/staging/sxg/sxg
- kernel/drivers/staging/usbip/usbip
- kernel/drivers/staging/usbip/usbip_common_mod
- kernel/drivers/staging/usbip/vhci-hcd
- kernel/drivers/staging/winbond/w35und
- kernel/drivers/staging/wlan-ng/prism2_usb
- kernel/drivers/telephony/ixj_pcmcia
- kernel/drivers/telephony/ixj # Quicknet VoIP Telephony card module - www.quicknet.net
- kernel/drivers/telephony/phonedev