forked from pool/kernel-source
This commit is contained in:
parent
215c05a8ef
commit
2fb6428ee5
@ -1,3 +1,3 @@
|
||||
2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3ae3a721f0b80534adae1341213c417b734350ed37385f9ee6e5a2f70e3abf3
|
||||
size 183965
|
||||
oid sha256:b6dee7ed080f5e2e954581b74318959d914d0bece76b076afa769e48e9a75857
|
||||
size 183982
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
prefix=rc5.
|
||||
prefix=rc6.git1.
|
||||
suffix=
|
||||
commit=3f6963f1
|
||||
commit=49be8e38
|
||||
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
|
||||
[ -n "$suffix" ] || suffix=$2
|
||||
while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44042b3ca3742014eb0a776affcbc3f59f4df2f6e9d438225f3d3028b1e2fd7b
|
||||
size 1829552
|
||||
oid sha256:133217ac99e728fe3b5c09fecb2a10cc5d2dcb947b960a5f0079d7033dd12a00
|
||||
size 2744
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -216,8 +216,8 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -278,7 +278,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-debug
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-debug
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -732,8 +732,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -775,8 +775,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -804,8 +804,8 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-debug-man
|
||||
@ -814,6 +814,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -851,6 +878,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -231,8 +231,8 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -293,7 +293,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-default
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-default
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -746,8 +746,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -788,8 +788,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -816,8 +816,8 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-default-man
|
||||
@ -826,6 +826,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -863,6 +890,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-dummy
|
||||
Summary: Internal dummy package for synchronizing release numbers
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
AutoReqProv: off
|
||||
@ -36,8 +36,8 @@ Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%install
|
||||
@ -50,6 +50,33 @@ echo dummy > %buildroot/etc/dummy
|
||||
/etc/dummy
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -87,6 +114,17 @@ echo dummy > %buildroot/etc/dummy
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-kdump
|
||||
Summary: kernel for kdump
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -212,8 +212,8 @@ crashed kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -274,7 +274,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-kdump
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-kdump
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -730,8 +730,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -775,8 +775,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -806,8 +806,8 @@ crashed kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-kdump-man
|
||||
@ -816,6 +816,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -853,6 +880,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -213,8 +213,8 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -275,7 +275,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-pae
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-pae
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -735,8 +735,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -784,8 +784,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -819,8 +819,8 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-pae-man
|
||||
@ -829,6 +829,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -866,6 +893,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -225,8 +225,8 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -287,7 +287,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-ppc64
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-ppc64
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -754,8 +754,8 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -810,8 +810,8 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -852,8 +852,8 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-ppc64-man
|
||||
@ -862,6 +862,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -899,6 +926,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -207,8 +207,8 @@ final system.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -269,7 +269,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-ps3
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-ps3
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -722,8 +722,8 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -764,8 +764,8 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -795,8 +795,8 @@ final system.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-ps3-man
|
||||
@ -805,6 +805,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -842,6 +869,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -206,8 +206,8 @@ The standard kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -268,7 +268,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-s390
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-s390
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -721,8 +721,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -763,8 +763,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -791,8 +791,8 @@ The standard kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-s390-man
|
||||
@ -801,6 +801,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -838,6 +865,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -30,7 +30,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -118,8 +118,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -137,7 +137,7 @@ RELEASE=%source_rel
|
||||
while [ "$RELEASE" != "${RELEASE#[^0-9]*.}" ]; do
|
||||
RELEASE=${RELEASE#[^0-9]*.}
|
||||
done
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE
|
||||
case kernel-source in
|
||||
(*-rt)
|
||||
variant=-rt
|
||||
@ -293,6 +293,33 @@ done
|
||||
%files -f kernel-source.files
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -330,6 +357,17 @@ done
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
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-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -123,12 +123,13 @@ for config in $(%_sourcedir/guards %symbols < %_sourcedir/config.conf) ; do
|
||||
diff -q %_builddir/{kernel-syms,kernel-$flavor}.patches || continue
|
||||
# Make sure that all the kernel-$flavor release numbers match the
|
||||
# kernel-syms release number.
|
||||
set -- %release $(rpm -q --qf '%{RELEASE}' kernel-$flavor)
|
||||
set -- %version-%release \
|
||||
$(rpm -q --qf '%{VERSION}-%{RELEASE}' kernel-$flavor)
|
||||
%if 0%{?opensuse_bs}
|
||||
set -- ${1%.*} ${2%.*}
|
||||
%endif
|
||||
if [ "$1" != "$2" ]; then
|
||||
echo "Release numbers $1 and $2 do not match" >&2
|
||||
echo "Version / release numbers $1 and $2 do not match" >&2
|
||||
exit 1
|
||||
fi
|
||||
shopt -s nullglob
|
||||
@ -153,6 +154,33 @@ done
|
||||
/lib/modules/*/build
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -190,6 +218,17 @@ done
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -218,8 +218,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -280,7 +280,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-trace
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-trace
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -737,8 +737,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -783,8 +783,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -817,8 +817,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-trace-man
|
||||
@ -827,6 +827,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -864,6 +891,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,4 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:25:46 CET 2009 - olh@suse.de
|
||||
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 10:41:14 CET 2009 - olh@suse.de
|
||||
|
||||
- disable kdump on ppc32
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com
|
||||
|
||||
- Update config files.
|
||||
@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -228,8 +228,8 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%prep
|
||||
@ -290,7 +290,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.29-rc5-$RELEASE-vanilla
|
||||
KERNELRELEASE=2.6.29-rc6-git1-$RELEASE-vanilla
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -741,8 +741,8 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
@ -781,8 +781,8 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
@ -809,8 +809,8 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-02-16 17:18:44 +0100
|
||||
GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb
|
||||
Source Timestamp: 2009-02-25 15:24:03 +0100
|
||||
GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3
|
||||
GIT Branch: master
|
||||
|
||||
%files -n kernel-vanilla-man
|
||||
@ -819,6 +819,33 @@ GIT Branch: master
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2009 jeffm@suse.com
|
||||
- Update to 2.6.29-rc6-git1.
|
||||
* Sat Feb 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-syms.spec.in: also check if the package versions match
|
||||
(bnc#478462)
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running().
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- patches.suse/stack-unwind: fix patch fuzz.
|
||||
* Fri Feb 20 2009 jbeulich@novell.com
|
||||
- misc/xen-port-patches.py: Adjust fro new x86 header placement.
|
||||
- patches.arch/x86_64-unwind-annotations: fix unwind annotations
|
||||
(bnc#472783).
|
||||
- patches.suse/stack-unwind: Properlz hook up unwinder again.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- patches.suse/kdb-common: Build fix with -I directive.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update config files.
|
||||
* Fri Feb 20 2009 jeffm@suse.de
|
||||
- Update to 2.6.29-rc5-git3.
|
||||
- Eliminated 1 patch.
|
||||
* Thu Feb 19 2009 mmarek@suse.cz
|
||||
- rpm/symsets.pl: allow passing only Module.symvers and no modules
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable ppc601 support, disable unused framebuffer drivers
|
||||
* Wed Feb 18 2009 olh@suse.de
|
||||
- disable kdump on ppc32
|
||||
* Mon Feb 16 2009 jeffm@suse.com
|
||||
- Update config files.
|
||||
* Sat Feb 14 2009 jeffm@suse.de
|
||||
@ -856,6 +883,17 @@ GIT Branch: master
|
||||
- scripts/wd-functions.sh: display master as "master", not "HEAD"
|
||||
or "".
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix
|
||||
led naming.
|
||||
- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy:
|
||||
fix led naming.
|
||||
- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff:
|
||||
iwlwifi: another led naming fix.
|
||||
- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi:
|
||||
fix led naming .
|
||||
- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00:
|
||||
fix led naming.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
- Updated to 2.6.29-rc3-git3.
|
||||
- Eliminated 6 patches.
|
||||
* Mon Feb 02 2009 jeffm@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c2c6111ceb66e7ce1e54cd97f2755be17f6e9e660d82be737471bee7252475a
|
||||
size 128
|
||||
oid sha256:cddfbf5c767dd5c74ca7a5b7a1e2d6e262fb1c1cf057571a7e3da3e3c4780a30
|
||||
size 127
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54f7f7c20ee7796682f586c25a2e8cbfbf42e81490a7f001525dbd205fef7a46
|
||||
size 60176
|
||||
oid sha256:e957df2cc06bb5e463b813477c8701ba5ef14a8f69082ef1e5a8bd46b5117e1d
|
||||
size 60211
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbece0d786152ce367a292e44204a1240013eea680d0c75554e176b6e1744983
|
||||
size 36025
|
||||
oid sha256:530ea8f8ba9b9c60b06ab3cea526b3e3fc3deb4e6bf99036302e5b9e32b3b6d4
|
||||
size 36636
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c18d43ebc4da911fd3308135ffe948af3ca0d2980619aa7de053a8d8d214084
|
||||
size 174353
|
||||
oid sha256:d31f940fa06d0a3b9bf080ce519c93d99e87fb6b467ae645258f44a722fcaadb
|
||||
size 174322
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:806813209a0d9ab6b979f16d248ca5eaa05c22343d5b3c1656769311c96cdabf
|
||||
size 42730
|
||||
oid sha256:60b63b46f05f0229c3b93a9dc86e87a6f225542346e6c64df9c2f011db988b00
|
||||
size 43028
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:068ff57cf9b05f5b920ae4e6d091c75861d17d4946234929b2e8e554145e41dd
|
||||
size 127
|
||||
oid sha256:161007f3585a32f8818de02495223c826b360189a6fdb685e41b6fd270418c1c
|
||||
size 125
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c0529bb492987e1d71f2686236f558979a393ddd4f90eb31972c0ed28ce7d17
|
||||
size 12510522
|
||||
oid sha256:88c68e4bfd3c357782bc09607b8036fb4b2742bf20774bc9ad6c35b2ee63801b
|
||||
size 12667403
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21edb3dc8a5e17e48687436f60f96576baee318ec89b4c3ce9613627b359ede9
|
||||
size 3391
|
||||
oid sha256:4d480295f359a405e3161812df20f7e1d2f691d93bf51040accb57ded7337254
|
||||
size 3376
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b265073a15f047f5a0b9e43b6cf46b822dd1ea8f665f23babb2b39bdbb16937
|
||||
size 125
|
||||
oid sha256:744e897802dfc34311d8608e91d29ad12ce5d74d0b294de5c7e0413f7c3ae533
|
||||
size 124
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:529a570ee0ba17968f54418aeaa69375c0cad262e8b711686da84cc180435ca2
|
||||
size 1278894
|
||||
oid sha256:5aeddfb89a7b7d1d1be88342954408c73cd4f92c4115c0622bd1fc3fff93599b
|
||||
size 1280183
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:155af2dcf8e3d730d2c49dfb40bc24094fd445c1d9024eaf67693a607a746243
|
||||
size 43326
|
||||
oid sha256:1243232814644478a8aa36091d8117e7d888476a229ec058540b523ba3b7ebdd
|
||||
size 43323
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fd20ee109c1c7596ae3ec1f69d0d441786b1c1e1b6867309c36f97fc869561e
|
||||
size 1498978
|
||||
oid sha256:3fcd21b1cfc0e99f583f443c6d552a07538ced5b8fce4df631206c9fc1b16142
|
||||
size 1498744
|
||||
|
10
series.conf
10
series.conf
@ -32,6 +32,8 @@
|
||||
patches.kernel.org/patch-2.6.29-rc2-rc3
|
||||
patches.kernel.org/patch-2.6.29-rc3-rc4
|
||||
patches.kernel.org/patch-2.6.29-rc4-rc5
|
||||
patches.kernel.org/patch-2.6.29-rc5-rc6
|
||||
patches.kernel.org/patch-2.6.29-rc6-git1
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -135,7 +137,6 @@
|
||||
patches.arch/x86-hpet-pre-read
|
||||
patches.arch/x86_64-hpet-64bit-timer.patch
|
||||
patches.suse/x86-mark_rodata_rw.patch
|
||||
patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem
|
||||
|
||||
########################################################
|
||||
# x86_64/4096CPUS - from SGI
|
||||
@ -486,7 +487,11 @@
|
||||
patches.suse/wireless-no-aes-select
|
||||
patches.fixes/iwl3945-fix-rfkill.patch
|
||||
patches.fixes/iwlagn-fix-rfkill.patch
|
||||
|
||||
patches.fixes/b43legacy-fix-led_device_naming.diff
|
||||
patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff
|
||||
patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff
|
||||
patches.fixes/rt2x00-fix-led_device_naming.diff
|
||||
patches.fixes/ath9k-fix-led_device_naming.diff
|
||||
|
||||
########################################################
|
||||
# iSCSI
|
||||
@ -662,6 +667,7 @@
|
||||
patches.suse/crasher-26.diff
|
||||
patches.suse/stack-unwind
|
||||
patches.suse/no-frame-pointer-select
|
||||
patches.arch/x86_64-unwind-annotations
|
||||
|
||||
########################################################
|
||||
# Perfmon
|
||||
|
@ -190,7 +190,7 @@ sub main {
|
||||
if (@modules == 0) {
|
||||
@modules = @ARGV;
|
||||
}
|
||||
if (@modules == 0) {
|
||||
if (@modules == 0 && !defined($opt_symvers_file)) {
|
||||
&$opt_err("No modules supplied");
|
||||
}
|
||||
if (!$res) {
|
||||
|
Loading…
Reference in New Issue
Block a user