forked from pool/kernel-source
Accepting request 55395 from Kernel:HEAD
Accepted submit request 55395 from user michal-m OBS-URL: https://build.opensuse.org/request/show/55395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=117
This commit is contained in:
commit
ea36c8ac8d
@ -3,5 +3,5 @@ SRCVERSION=2.6.36
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
OBS_PROJECT=openSUSE:11.3
|
||||
OBS_PROJECT=openSUSE:Factory
|
||||
IBS_PROJECT=SUSE:Factory:Head
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68556601eb279c6fb34acb7c1e1b3f0b42ebb0fda52238ece367a51e79fc5c6c
|
||||
size 225234
|
||||
oid sha256:0e2bf8f3fb5e7ae899c666a76bb112e621746deae257104173f43294f07b62cf
|
||||
size 225394
|
||||
|
@ -447,7 +447,7 @@ suffix=-%build_flavor
|
||||
ln -s $image$suffix %buildroot/boot/$image$suffix
|
||||
ln -s initrd$suffix %buildroot/boot/initrd$suffix
|
||||
|
||||
cp .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||
cp -p .config %buildroot/boot/config-%kernelrelease-%build_flavor
|
||||
|
||||
%if %install_vdso
|
||||
# Install the unstripped vdso's that are linked in the kernel image
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14087
kernel-debug.spec
14087
kernel-debug.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14087
kernel-default.spec
14087
kernel-default.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14082
kernel-desktop.spec
14082
kernel-desktop.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14051
kernel-docs.spec
14051
kernel-docs.spec
File diff suppressed because it is too large
Load Diff
@ -31,7 +31,7 @@ Release: @RELEASE_PREFIX@<RELEASE>
|
||||
Release: @RELEASE_PREFIX@0
|
||||
%endif
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant = %version-%source_rel
|
||||
BuildRequires: kernel-source%variant
|
||||
Url: http://www.kernel.org/
|
||||
License: GPL v2 or later
|
||||
Group: Documentation/Man
|
||||
@ -61,8 +61,8 @@ EOF
|
||||
# use texmf.cnf from local source
|
||||
export TEXMFCNF=$RPM_BUILD_DIR
|
||||
export LANG=en_US
|
||||
make -C /usr/src/linux-%kernelrelease%variant O=$PWD -k -i mandocs %{?jobs:-j%jobs}
|
||||
make -C /usr/src/linux-%kernelrelease%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
|
||||
make -C /usr/src/linux%variant O=$PWD -k -i mandocs %{?jobs:-j%jobs}
|
||||
make -C /usr/src/linux%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -86,7 +86,7 @@ fi
|
||||
|
||||
ln -s /usr/share/man/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT/usr/share/man/man9/request_irq.9.gz
|
||||
|
||||
cp -a /usr/src/linux-%kernelrelease%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
|
||||
cp -a /usr/src/linux%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14088
kernel-ec2.spec
14088
kernel-ec2.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14088
kernel-net.spec
14088
kernel-net.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14087
kernel-pae.spec
14087
kernel-pae.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14087
kernel-ppc64.spec
14087
kernel-ppc64.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14088
kernel-ps3.spec
14088
kernel-ps3.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14087
kernel-s390.spec
14087
kernel-s390.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14065
kernel-source.spec
14065
kernel-source.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14042
kernel-syms.spec
14042
kernel-syms.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14087
kernel-trace.spec
14087
kernel-trace.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14087
kernel-vanilla.spec
14087
kernel-vanilla.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14088
kernel-vmi.spec
14088
kernel-vmi.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 15:32:30 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix timestamp of /usr/src/linux-obj/.../.config
|
||||
- commit 149d22b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 14:48:13 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Build against openSUSE:Factory
|
||||
- commit bf19860
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 17:34:25 CET 2010 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: Allow to build against any version of
|
||||
kernel-source
|
||||
- commit 37bdc47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:38:29 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Remove stringification
|
||||
(needed only with very old assemblers).
|
||||
- commit 987c244
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:35:04 CET 2010 - jeffm@suse.com
|
||||
|
||||
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
|
||||
- commit 77ad87b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:32:30 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update vanilla config files.
|
||||
- commit f55f81b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 16:14:14 CET 2010 - jeffm@suse.com
|
||||
|
||||
- Update to 2.6.37-rc5.
|
||||
- commit ca102d9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 09:40:37 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
|
||||
- commit faf2142
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 12:40:34 CET 2010 - mgalbraith@suse.de
|
||||
|
||||
- Replace buggy per tty autogroup patch with final per session patch as
|
||||
integrated into tip.
|
||||
- sched: Add 'autogroup' scheduling feature: automated per session task groups (bnc#657613).
|
||||
- Delete patches.suse/sched-automated-per-tty-task-groups.
|
||||
- commit 0db6b6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:12:01 CET 2010 - jbeulich@novell.com
|
||||
|
||||
- patches.rpmify/rpm-kernel-config, patches.rpmify/split-package,
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch,
|
||||
patches.suse/SoN-15-netvm-reserve.patch,
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch,
|
||||
patches.suse/kconfig-automate-kernel-desktop,
|
||||
patches.suse/mm-tune-dirty-limits.patch,
|
||||
patches.suse/supported-flag-enterprise: Clean up Kconfig portions.
|
||||
- commit 713650c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 05:38:40 CET 2010 - jeffm@suse.com
|
||||
|
||||
|
14088
kernel-xen.spec
14088
kernel-xen.spec
File diff suppressed because it is too large
Load Diff
1
needed_space_in_mb
Normal file
1
needed_space_in_mb
Normal file
@ -0,0 +1 @@
|
||||
6144
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87c3889efbc71675a941b02df423e66b7f9988b62c83d611a08e2d68d2190b65
|
||||
size 75480
|
||||
oid sha256:b1886b658eda7194617b8460a7b2b0f315b6efa39c5bf9725304404314a73956
|
||||
size 75246
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5d2c6339b065dc14be2e226673101131da6a6f4a8491b8682b61ff8deb7e686
|
||||
size 12713734
|
||||
oid sha256:135d6396467ff4cfef6948fce85182f5c47a7a968767103566422d1ee549226b
|
||||
size 12806919
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0d5058695873c812222809f3a9a95d3fc7c24b1a88f4333b9b77cc9ac6e79a2
|
||||
size 3555
|
||||
oid sha256:1c5fcf2d74513ab88f8e306b2a999cbc4a3854200199fef76f585cf9045f8e7b
|
||||
size 3569
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1dbbd75dc9f89cfc80cc0e6053f9ada60ec018d3a79a1f6d1f13d71b0d53577
|
||||
size 288361
|
||||
oid sha256:9e795f2dd6ab35118b5d5afe6c0f0242b421b5d12be2124ec25791bff314f970
|
||||
size 289501
|
||||
|
@ -31,6 +31,7 @@
|
||||
patches.kernel.org/patch-2.6.37-rc1-rc2
|
||||
patches.kernel.org/patch-2.6.37-rc2-rc3
|
||||
patches.kernel.org/patch-2.6.37-rc3-rc4
|
||||
patches.kernel.org/patch-2.6.37-rc4-rc5
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -91,7 +92,7 @@
|
||||
patches.suse/hung_task_timeout-configurable-default
|
||||
+needs_update-33 patches.suse/sched-revert-latency-defaults
|
||||
|
||||
patches.suse/sched-automated-per-tty-task-groups
|
||||
patches.suse/sched-automated-per-session-task-groups
|
||||
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
|
@ -1,3 +1,3 @@
|
||||
2010-12-06 05:38:40 +0100
|
||||
GIT Revision: 9802d4e64c8103ccbc57b6a84d67cfe956a1f1f5
|
||||
2010-12-09 16:04:57 +0100
|
||||
GIT Revision: 149d22bc651b3083297e17b92842c6d7affba574
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user