From faafcb6f8af3573a6760d7fe30e96cd51a90a279d1a2397b244b066c347bee83 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 24 Mar 2009 19:26:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=53 --- build-source-timestamp | 4 +- config.tar.bz2 | 4 +- find-provides | 40 +++++------------ get_release_number.sh | 4 +- kernel-debug.changes | 27 ++++++++++++ kernel-debug.spec | 89 ++++++++++++++------------------------ kernel-default.changes | 27 ++++++++++++ kernel-default.spec | 89 ++++++++++++++------------------------ kernel-kdump.changes | 27 ++++++++++++ kernel-kdump.spec | 89 ++++++++++++++------------------------ kernel-pae.changes | 27 ++++++++++++ kernel-pae.spec | 89 ++++++++++++++------------------------ kernel-ppc64.changes | 27 ++++++++++++ kernel-ppc64.spec | 89 ++++++++++++++------------------------ kernel-ps3.changes | 27 ++++++++++++ kernel-ps3.spec | 89 ++++++++++++++------------------------ kernel-s390.changes | 27 ++++++++++++ kernel-s390.spec | 89 ++++++++++++++------------------------ kernel-source.changes | 27 ++++++++++++ kernel-source.spec | 33 ++++++++++---- kernel-syms.changes | 27 ++++++++++++ kernel-syms.spec | 25 ++++++++--- kernel-trace.changes | 27 ++++++++++++ kernel-trace.spec | 89 ++++++++++++++------------------------ kernel-vanilla.changes | 27 ++++++++++++ kernel-vanilla.spec | 89 ++++++++++++++------------------------ kernel-xen.changes | 27 ++++++++++++ kernel-xen.spec | 89 ++++++++++++++------------------------ linux-2.6.28.tar.bz2 | 3 -- linux-2.6.29.tar.bz2 | 3 ++ macros.kernel-source | 1 - patches.addon.tar.bz2 | 2 +- patches.drivers.tar.bz2 | 4 +- patches.kabi.tar.bz2 | 4 +- patches.kernel.org.tar.bz2 | 4 +- patches.rt.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- patches.xen.tar.bz2 | 4 +- series.conf | 30 +------------ 39 files changed, 732 insertions(+), 655 deletions(-) delete mode 100644 linux-2.6.28.tar.bz2 create mode 100644 linux-2.6.29.tar.bz2 diff --git a/build-source-timestamp b/build-source-timestamp index e011f81..e2d4015 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,3 +1,3 @@ -2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master diff --git a/config.tar.bz2 b/config.tar.bz2 index c4d3a3a..74fe69b 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97ed789c2524b22d2f246480fa0915c5377e3dc5092ad629c385fea26eeebd29 -size 185132 +oid sha256:b052773bca87ff1f3efa11b6881b14f6d83b1fdc3169dea376fb1e9e3c92cfee +size 185156 diff --git a/find-provides b/find-provides index 8b119fb..595ec37 100644 --- a/find-provides +++ b/find-provides @@ -2,7 +2,6 @@ # these are updated by the spec file sourcedir=${0%/*} -builddir="$sourcedir/../BUILD" filelist=$(mktemp -t ${0##*/}.XXXXXXXXXX) trap "rm -f $filelist" EXIT @@ -11,34 +10,19 @@ flavor=${1##*-} /usr/lib/rpm/find-provides "$@" <"$filelist" -# HACK: find out what subpackage is this and just print the symsets -# computed in %build. We need to do it this way because the provided -# symsets are computed from the modules AND the reference symsets, which -# we don't see here. -subpack= - -samemodules() +( + grep '\.ko$' "$filelist" | \ + xargs -r $sourcedir/symsets.pl --list-exported-symbols; + grep '/Module\.symvers$' "$filelist" | while read f; do + $sourcedir/symsets.pl --list-exported-symbols --symvers-file="$f" + done +) | awk -v flavor="$flavor" ' { - cmp -s <(sed -rn 's:.*/([^/]*\.ko)$:\1:p' "$1" | sort) \ - <(sed -rn 's:.*/([^/]*\.ko)$:\1:p' "$2" | sort) -} - -if ! grep -q '\.ko$' "$filelist"; then - # no modules, no symsets - exit 0 -fi -if samemodules "$builddir"/base-modules "$filelist"; then - subpack=base -elif samemodules "$builddir"/main-modules "$filelist"; then - subpack=main -elif samemodules "$builddir"/unsupported-modules "$filelist"; then - subpack=extra -else - echo "find-provides: failed to determine which subpackage is this" >&2 - exit 1 -fi - -ls "$builddir/$subpack-symsets" | sed -rn 's/^(.+)\.([a-z0-9]{16})/kernel('$flavor':\1) = \2/p' + sub(/^0x0*/, "", $1); + if (!$1) + $1 = "0"; + printf "ksym(%s:%s) = %s\n", flavor, $2, $1 +}' exit 0 diff --git a/get_release_number.sh b/get_release_number.sh index dc9161a..d4c2042 100644 --- a/get_release_number.sh +++ b/get_release_number.sh @@ -1,7 +1,7 @@ #! /bin/sh -prefix=rc8. +prefix= suffix= -commit=808de9df +commit=4bf28205 [ -n "$suffix" ] || suffix=$2 while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do suffix=${suffix#[^0-9]*.} diff --git a/kernel-debug.changes b/kernel-debug.changes index 83256d3..46f5802 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index a99fb82..3affe4f 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -63,7 +63,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -130,7 +130,7 @@ Provides: kernel = 2.6.29-%source_rel %endif %endif %endif -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -213,12 +213,12 @@ Only use this kernel when investigating problems. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-debug-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -235,12 +235,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -275,7 +275,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-debug.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-debug.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-debug/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -623,13 +592,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -730,8 +692,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -773,8 +735,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -802,8 +764,8 @@ Only use this kernel when investigating problems. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-debug-man @@ -812,6 +774,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-default.changes b/kernel-default.changes index 83256d3..46f5802 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index a64ac75..227dae9 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -63,7 +63,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -146,7 +146,7 @@ Obsoletes: k_deflt k_numa k_smp smp kernel-smp %endif %endif %endif -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -228,12 +228,12 @@ The standard kernel for both uniprocessor and multiprocessor systems. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-default-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -250,12 +250,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -290,7 +290,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-default.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-default.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-default/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -638,13 +607,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -744,8 +706,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -786,8 +748,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -814,8 +776,8 @@ The standard kernel for both uniprocessor and multiprocessor systems. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-default-man @@ -824,6 +786,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-kdump.changes b/kernel-kdump.changes index 83256d3..46f5802 100644 --- a/kernel-kdump.changes +++ b/kernel-kdump.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-kdump.spec b/kernel-kdump.spec index a51356c..9f38337 100644 --- a/kernel-kdump.spec +++ b/kernel-kdump.spec @@ -63,7 +63,7 @@ Name: kernel-kdump Summary: kernel for kdump Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -124,7 +124,7 @@ Provides: kernel = 2.6.29-%source_rel %ifarch ppc64 %endif %endif -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -209,12 +209,12 @@ crashed kernel. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-kdump-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -231,12 +231,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -271,7 +271,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-kdump.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-kdump.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-kdump/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -619,13 +588,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -728,8 +690,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -773,8 +735,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -804,8 +766,8 @@ crashed kernel. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-kdump-man @@ -814,6 +776,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-pae.changes b/kernel-pae.changes index 83256d3..46f5802 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index a7e8a89..98baaad 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -63,7 +63,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -121,7 +121,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = 2.6.29-%source_rel Provides: k_smp4G kernel-bigsmp Obsoletes: k_smp4G kernel-bigsmp -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -210,12 +210,12 @@ that support it, regardless of the amount of main memory. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-pae-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -232,12 +232,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -272,7 +272,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-pae.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-pae.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-pae/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -620,13 +589,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -733,8 +695,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -782,8 +744,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -817,8 +779,8 @@ that support it, regardless of the amount of main memory. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-pae-man @@ -827,6 +789,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 83256d3..46f5802 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 0eca03f..578a0a2 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -63,7 +63,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -126,7 +126,7 @@ Obsoletes: kernel-pmac64 kernel-pseries64 kernel-iseries64 %ifarch ppc64 %endif %endif -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -222,12 +222,12 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-ppc64-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -244,12 +244,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -284,7 +284,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-ppc64.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-ppc64.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-ppc64/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -632,13 +601,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -752,8 +714,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -808,8 +770,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -850,8 +812,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-ppc64-man @@ -860,6 +822,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 83256d3..46f5802 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 5d8e4c4..cf1f2c9 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -63,7 +63,7 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -119,7 +119,7 @@ Conflicts: lvm2 < 2.02.33 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = 2.6.29-%source_rel -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -204,12 +204,12 @@ final system. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-ps3-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -226,12 +226,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -266,7 +266,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-ps3.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-ps3.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-ps3/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -614,13 +583,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -720,8 +682,8 @@ needs to be as small as possible. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -762,8 +724,8 @@ needs to be as small as possible. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -793,8 +755,8 @@ final system. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-ps3-man @@ -803,6 +765,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-s390.changes b/kernel-s390.changes index 83256d3..46f5802 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index 75fd0df..036b24b 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -63,7 +63,7 @@ Name: kernel-s390 Summary: The Standard Kernel Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -121,7 +121,7 @@ Conflicts: libc.so.6()(64bit) Provides: kernel = 2.6.29-%source_rel Provides: kernel-32bit k_deflt Obsoletes: kernel-32bit k_deflt -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -203,12 +203,12 @@ The standard kernel. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-s390-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -225,12 +225,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -265,7 +265,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-s390.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-s390.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-s390/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -613,13 +582,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -719,8 +681,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -761,8 +723,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -789,8 +751,8 @@ The standard kernel. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-s390-man @@ -799,6 +761,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-source.changes b/kernel-source.changes index 83256d3..46f5802 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 3fd90aa..3714f82 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -30,7 +30,7 @@ Url: http://www.kernel.org/ Name: kernel-source Summary: The Linux Kernel Sources Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: Development/Sources AutoReqProv: off @@ -44,7 +44,7 @@ Provides: kernel-source = 2.6.29-%source_rel Provides: linux lx_suse lx_sus22 lx_sus24 Obsoletes: linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus22 lx_sus24 %endif -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source1: source-pre.sh Source2: source-post.sh Source3: kernel-source.rpmlintrc @@ -116,13 +116,13 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then - echo "Please get a copy of linux-2.6.28.tar.bz2 from" \ +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then + echo "Please get a copy of linux-2.6.29.tar.bz2 from" \ "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/." fi echo "Architecture symbol(s): %symbols" @@ -135,7 +135,7 @@ RELEASE=%source_rel while [ "$RELEASE" != "${RELEASE#[^0-9]*.}" ]; do RELEASE=${RELEASE#[^0-9]*.} done -KERNELRELEASE=2.6.29-rc8-$RELEASE +KERNELRELEASE=2.6.29-$RELEASE case kernel-source in (*-rt) variant=-rt @@ -155,9 +155,9 @@ cd $RPM_BUILD_ROOT/usr/src ln -sf linux$variant linux$variant # dummy symlink mkdir linux-obj # Unpack the vanilla kernel sources -bzip2 -cd %_sourcedir/linux-2.6.28.tar.bz2 \ +bzip2 -cd %_sourcedir/linux-2.6.29.tar.bz2 \ | tar xf - -mv linux-2.6.28 linux-$KERNELRELEASE$variant +mv linux-2.6.29 linux-$KERNELRELEASE$variant cd linux-$KERNELRELEASE$variant chmod -x arch/arm/mach-at91/board-yl-9200.c # executable by accident (fixed in 2.6.27) %_sourcedir/guards $variant_symbols %symbols < %_sourcedir/series.conf \ @@ -291,6 +291,21 @@ done %files -f kernel-source.files %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-syms.changes b/kernel-syms.changes index 83256d3..46f5802 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index f30c46b..2fa6cdb 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -29,7 +29,7 @@ Url: http://www.kernel.org/ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: Development/Sources AutoReqProv: off @@ -91,8 +91,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep @@ -136,9 +136,6 @@ for config in $(%_sourcedir/guards %symbols < %_sourcedir/config.conf) ; do cp -p $file $(dirname $RPM_BUILD_ROOT$symvers) done done - for symsets in /boot/symsets-*-$flavor.tar.gz; do - cp -p --parents $symsets $RPM_BUILD_ROOT/ - done for file in /lib/modules/*-$flavor/build; do cp -pd --parents $file $RPM_BUILD_ROOT/ done @@ -147,10 +144,24 @@ done %files %defattr(-, root, root) /usr/src/linux-*-obj -/boot/symsets-*-*.tar.gz /lib/modules/*/build %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-trace.changes b/kernel-trace.changes index 83256d3..46f5802 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index 41e882e..5e6385b 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -63,7 +63,7 @@ Name: kernel-trace Summary: The Realtime Linux Kernel Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -127,7 +127,7 @@ Provides: kernel = 2.6.29-%source_rel %endif %endif %endif -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -215,12 +215,12 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-trace-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -237,12 +237,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -277,7 +277,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-trace.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-trace.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-trace/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -625,13 +594,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -735,8 +697,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -781,8 +743,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -815,8 +777,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-trace-man @@ -825,6 +787,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 83256d3..46f5802 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 5923d9c..4fbfa27 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -63,7 +63,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 2.6.29 -Release: 5 +Release: 6 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -143,7 +143,7 @@ Obsoletes: kernel-64bit k_deflt %endif %endif %endif -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -225,12 +225,12 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-vanilla-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -247,12 +247,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -287,7 +287,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-vanilla.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-vanilla.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-vanilla/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -635,13 +604,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -739,8 +701,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -779,8 +741,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -807,8 +769,8 @@ The standard kernel - without any SUSE patches -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-vanilla-man @@ -817,6 +779,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/kernel-xen.changes b/kernel-xen.changes index 83256d3..46f5802 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 24 15:37:54 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-final. + - Eliminated 4 patches. + +------------------------------------------------------------------- +Fri Mar 20 09:41:41 CET 2009 - jbeulich@novell.com + +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. + +------------------------------------------------------------------- +Wed Mar 18 15:10:32 CET 2009 - mmarek@suse.cz + +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. + +------------------------------------------------------------------- +Tue Mar 17 16:14:08 CET 2009 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) + ------------------------------------------------------------------- Tue Mar 17 07:56:40 CET 2009 - knikanth@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index 9020ce3..9ea1e98 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -63,7 +63,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 2.6.29 -Release: 3 +Release: 4 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -124,7 +124,7 @@ Provides: kernel = 2.6.29-%source_rel %ifarch x86_64 %endif %endif -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh @@ -209,12 +209,12 @@ unprivileged ("xenU") kernel. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %prep -if ! [ -e %_sourcedir/linux-2.6.28.tar.bz2 ]; then +if ! [ -e %_sourcedir/linux-2.6.29.tar.bz2 ]; then echo "The kernel-xen-2.6.29.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-2.6.29.src.rpm." exit 1 @@ -231,12 +231,12 @@ supported_conf() { comm -2 -3 <(supported_conf base $how) <(supported_conf base) \ | sed -e 's:$: '"$how"':' done -} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.28/Module.supported +} | sed -e 's,.*/,,' -e 's,\.ko$,,' > linux-2.6.29/Module.supported # Create grep pattern file for the modules to end up in the base package comm -2 -3 <(supported_conf base) <(supported_conf) \ | sed -e 's:.*/::' -e 's:^:\\/:' -e 's:$:\.ko$:' \ > %my_builddir/grep-for-base-modules -cd linux-2.6.28 +cd linux-2.6.29 # Apply the patches needed for this architecture. %if ! %build_vanilla for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf); do @@ -271,7 +271,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < %my_builddir/base-modules -%endif - # generate symsets - mkdir -p %my_builddir/{base,main,extra}-symsets - for f in %my_builddir/{base,main,unsupported}-modules; do - if [ -f "$f" ]; then - sed 's:^/:%buildroot/:' "$f" - fi > "$f-br" - done - reference= - if test -e %my_builddir/kabi/$cpu_arch/symsets-xen.tar.gz; then - tar xzf %my_builddir/kabi/$cpu_arch/symsets-xen.tar.gz -C \ - %my_builddir/kabi/$cpu_arch - reference="--reference %my_builddir/kabi/$cpu_arch/symsets-*-xen/" - fi - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --symvers=Module.symvers \ - --modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/base-symsets -%if %split_packages - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/main-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --output-dir=%my_builddir/main-symsets - %_sourcedir/symsets.pl --generate-symsets \ - $reference \ - --modules=%my_builddir/unsupported-modules-br \ - --required-modules=%my_builddir/base-modules-br \ - --required-modules=%my_builddir/main-modules-br \ - --output-dir=%my_builddir/extra-symsets %endif # check for kabi changes KABI=0 @@ -619,13 +588,6 @@ if [ $CONFIG_MODULES = y ]; then # Indicate the ABI badness in build result emails. echo "KABI BADNESS $KABI" > %_rpmdir/%_arch/mbuild_subject.tag fi - symsets=%my_builddir/symsets-$KERNELRELEASE - mkdir -p $symsets - find %my_builddir/{base,main,extra}-symsets -type f \ - | xargs --replace='{}' cp '{}' $symsets/ - tar c -C ${symsets%/*} ${symsets##*/} \ - | gzip -9 \ - > %buildroot/boot/symsets-$KERNELRELEASE.tar.gz # Set up some module aliases install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/module-renames \ @@ -728,8 +690,8 @@ This package contains only the base modules, required in all installs. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun base -f preun-base.sh @@ -773,8 +735,8 @@ This package contains additional modules not supported by Novell. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %preun extra -f preun-extra.sh @@ -804,8 +766,8 @@ unprivileged ("xenU") kernel. -Source Timestamp: 2009-03-17 12:11:53 +0100 -GIT Revision: 808de9df1ee94a7d2dab6b9da1bb0870c941fb28 +Source Timestamp: 2009-03-24 15:38:18 +0100 +GIT Revision: 4bf28205c0f7e5acf2f5690f0515b74f3460a7db GIT Branch: master %files -n kernel-xen-man @@ -814,6 +776,21 @@ GIT Branch: master %endif %changelog +* Tue Mar 24 2009 jeffm@suse.de +- Update to 2.6.29-final. + - Eliminated 4 patches. +* Fri Mar 20 2009 jbeulich@novell.com +- Update Xen config files. +- Update Xen patches to 2.6.29-rc8 and c/s 821. +* Wed Mar 18 2009 mmarek@suse.cz +- rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" + to the release, breaks plain rpmbuild. +* Tue Mar 17 2009 mmarek@suse.cz +- rpm/kernel-binary.spec.in: don't generate symsets +- rpm/kernel-syms.spec.in: don't package symsets +- rpm/find-provides: disable symset provides +- rpm/macros.kernel-source: don't check for /boot/symsets* + (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. diff --git a/linux-2.6.28.tar.bz2 b/linux-2.6.28.tar.bz2 deleted file mode 100644 index 176cdc7..0000000 --- a/linux-2.6.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae0d97c55efe7fce01273c97f8152af0deff5541e3bbf5b9ad98689112b54380 -size 52665364 diff --git a/linux-2.6.29.tar.bz2 b/linux-2.6.29.tar.bz2 new file mode 100644 index 0000000..c93fe6e --- /dev/null +++ b/linux-2.6.29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f +size 56579370 diff --git a/macros.kernel-source b/macros.kernel-source index c3c3495..aa357a9 100644 --- a/macros.kernel-source +++ b/macros.kernel-source @@ -18,7 +18,6 @@ esac \ krel=$(make -s -C /usr/src/linux-obj/%_target_cpu/$flavor kernelrelease) \ kver=${krel%%-*} \ - [ -e /boot/symsets-$kver-$flavor.tar.gz ] || continue \ flavors_to_build="$flavors_to_build $flavor" \ echo "%%_suse_kernel_module_subpackage -n %{-n*}%{!-n:%name}-kmp -v %{-v*}%{!-v:%version} -r %{-r*}%{!-r:%release} %{-p} $flavor $kver" \ done \ diff --git a/patches.addon.tar.bz2 b/patches.addon.tar.bz2 index 47cbadb..f3adc13 100644 --- a/patches.addon.tar.bz2 +++ b/patches.addon.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e7c0d6b3a3bd1219abe2a5b16bba5e45640f4483a57b7887d58b8c04a018e73 +oid sha256:1e9877a3f48c9c24cfe0e8e449d872d58df300e8957496280d7a6a8ed0562caa size 127 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 0160377..ea6c505 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a2fb9d88132985542a4fca1cb5a509f382509c326a53d676e44c4b1071c40b8 -size 173520 +oid sha256:e295a4b4e94a619a8c845fe45a3b0f7addbcb38083de9ad0be241731a173dac7 +size 171727 diff --git a/patches.kabi.tar.bz2 b/patches.kabi.tar.bz2 index 30223d5..3b4ffbe 100644 --- a/patches.kabi.tar.bz2 +++ b/patches.kabi.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12ef9ad87dcbfbf4c6eb14cd672b7f51adadc91dfe68edf979dcfeebe7eac23d -size 126 +oid sha256:41b2d5e56efb399ff2c0df634095fda13b3eedfc7a6bd474d8b549a058958888 +size 123 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index e648403..82d9d9f 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e354c9586f59bc9f459504411804d6f8d0eefef1f249ecffdc61f30b6b308004 -size 12844283 +oid sha256:5b88f274939d97cad971f5b562812a05c55e09f8d9dca3040376d433a660bd44 +size 3708 diff --git a/patches.rt.tar.bz2 b/patches.rt.tar.bz2 index 429adb1..d85eb3a 100644 --- a/patches.rt.tar.bz2 +++ b/patches.rt.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:764932e4aa24cd40b4e4a10e8ebdb5328e2e39afdcd664bc9d28ed7bb993f962 -size 125 +oid sha256:78c6e796d51f019117f663ddb136571da2911b385672a3785e399b7119a84c0a +size 124 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 1966840..be47bf6 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:133b9cde5083eca7e5450dd10b1554f496a5d2106b45bb31b79443973a64a24a -size 1279147 +oid sha256:98972db234d25f739b8205616f0c4140695ffdbafd81c1208a0ec89cab764023 +size 1279783 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 405aca2..d740309 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a53a5eb104a3bcb9095985e3d5a03b9c4bf5fa65876bb66ed2c6a4b0a9c23af7 -size 1660575 +oid sha256:784758af3ac07d3b19f2b01a63561ceca1d321c8c609f74057d66fa083fd9a21 +size 1661110 diff --git a/series.conf b/series.conf index dee6138..9a85051 100644 --- a/series.conf +++ b/series.conf @@ -27,14 +27,6 @@ # DO NOT MODIFY THEM! # Send separate patches upstream if you find a problem... ######################################################## - patches.kernel.org/patch-2.6.29-rc1 - patches.kernel.org/patch-2.6.29-rc1-rc2 - 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-rc7 - patches.kernel.org/patch-2.6.29-rc7-rc8 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -501,11 +493,6 @@ +needs_update patches.drivers/cxgb3i-fixed-offload-array-size +needs_update patches.fixes/disable-lro-per-default - patches.drivers/libfc-handle-rrq-exch-timeout.diff - patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff - patches.drivers/libfc-when-rport-goes-away-re.diff - - ######################################################## # PCI and PCI hotplug ######################################################## @@ -572,7 +559,6 @@ patches.suse/dm-mpath-queue-length-load-balancing patches.suse/dm-mpath-tracking-nr-bytes patches.suse/dm-mpath-service-time-load-balancing - patches.suse/dm-block-integrity ######################################################## # md @@ -784,6 +770,7 @@ patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch patches.xen/ipv6-no-autoconf patches.xen/pci-reassign-resources + patches.xen/pci-guestdev patches.xen/sfc-driverlink patches.xen/sfc-resource-driver patches.xen/sfc-driverlink-conditional @@ -806,18 +793,6 @@ patches.xen/xen3-fixup-xen # newer changeset backports - patches.xen/735-balloon-exit.patch - patches.xen/737-kexec-free.patch - patches.xen/740-blkback-resource-leak.patch - patches.xen/746-pirq-status-page.patch - patches.xen/747-x86-undo-mfn-limit.patch - patches.xen/748-x86-ioapic-cleanup.patch - patches.xen/761-highpte.patch - patches.xen/762-xencons-hvc.patch - patches.xen/764-netback-foreign-pages.patch - patches.xen/769-evtchn-CPU-offline.patch - patches.xen/782-netback-error-handling.patch - patches.xen/791-x86-pcifront-register-pirq.patch # changes outside arch/{i386,x86_64}/xen patches.xen/xen3-fixup-kconfig @@ -841,6 +816,7 @@ patches.xen/xen3-patch-2.6.29-rc4-rc5 patches.xen/xen3-patch-2.6.29-rc5-rc6 patches.xen/xen3-patch-2.6.29-rc6-rc7 + patches.xen/xen3-patch-2.6.29-rc7-rc8 patches.xen/xen3-seccomp-disable-tsc-option patches.xen/xen3-rwlocks-enable-interrupts patches.xen/xen3-x86-mark_rodata_rw.patch @@ -862,7 +838,6 @@ patches.xen/xen-scsifront-block-timeout-update patches.xen/xen-op-packet patches.xen/xen-blkfront-cdrom - patches.xen/xen-blkfront-map-sg patches.xen/xen-sections patches.xen/xen-swiotlb-heuristics patches.xen/xen-kconfig-compat @@ -874,7 +849,6 @@ patches.xen/xen-configurable-guest-devices patches.xen/xen-netback-nr-irqs patches.xen/xen-netback-notify-multi - patches.xen/xen-S3-MSI patches.xen/xen-x86-panic-no-reboot patches.xen/xen-x86-dcr-fallback patches.xen/xen-x86-consistent-nmi