1
0
forked from pool/kernel-source

GIT Revision: 987c24495a9ba61ec3622aaf5f756ba8e8befd43

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6878
This commit is contained in:
Michal Marek 2010-12-08 06:00:53 +00:00 committed by Git OBS Bridge
parent c3a70ec696
commit ff7b72afca
38 changed files with 809 additions and 56 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68556601eb279c6fb34acb7c1e1b3f0b42ebb0fda52238ece367a51e79fc5c6c
size 225234
oid sha256:0e2bf8f3fb5e7ae899c666a76bb112e621746deae257104173f43294f07b62cf
size 225394

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -865,6 +865,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -878,6 +878,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -898,6 +898,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -17,7 +17,7 @@
# norootforbuild
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -26,9 +26,9 @@ Name: kernel-docs
Summary: Kernel Documentation
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant = %version-%source_rel
@ -99,6 +99,22 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -868,6 +868,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-net
Summary: Minimal kernel with disk and net support
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -865,6 +865,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -883,6 +883,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -887,6 +887,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -868,6 +868,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -862,6 +862,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -19,7 +19,7 @@
# icecream 0
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -32,9 +32,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: Development/Sources
@ -243,6 +243,22 @@ popd
%endif
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release
@ -81,6 +81,22 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -870,6 +870,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -866,6 +866,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-vmi
Summary: VMI-enabled kernel
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -862,6 +862,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.36
%define patchversion 2.6.37-rc4
%define patchversion 2.6.37-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.37
%if %using_buildservice
Release: rc4.<RELEASE>
Release: rc5.<RELEASE>
%else
Release: rc4.0
Release: rc5.0
%endif
License: GPL v2 only
Group: System/Kernel
@ -868,6 +868,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Dec 07 2010 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Remove stringification
(needed only with very old assemblers).
- commit 987c244
* Tue Dec 07 2010 jeffm@suse.com
- scripts/sequence-patch.sh: Added -vanilla suffix to the directory name when expanding vanilla tree.
- commit 77ad87b
* Tue Dec 07 2010 jeffm@suse.com
- Update vanilla config files.
- commit f55f81b
* Tue Dec 07 2010 jeffm@suse.com
- Update to 2.6.37-rc5.
- commit ca102d9
* Tue Dec 07 2010 jbeulich@novell.com
- patches.suse/novfs-fix-ioctl-usage: Fix compiler warnings.
- commit faf2142
* Mon Dec 06 2010 mgalbraith@suse.de
- Replace buggy per tty autogroup patch with final per session patch as
integrated into tip.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87c3889efbc71675a941b02df423e66b7f9988b62c83d611a08e2d68d2190b65
size 75480
oid sha256:b1886b658eda7194617b8460a7b2b0f315b6efa39c5bf9725304404314a73956
size 75246

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5d2c6339b065dc14be2e226673101131da6a6f4a8491b8682b61ff8deb7e686
size 12713734
oid sha256:135d6396467ff4cfef6948fce85182f5c47a7a968767103566422d1ee549226b
size 12806919

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb84b556118355b7f113583fcbfec840ecd80d6b921fa01497369cd531f44151
size 289478
oid sha256:9e795f2dd6ab35118b5d5afe6c0f0242b421b5d12be2124ec25791bff314f970
size 289501

View File

@ -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.

View File

@ -1,3 +1,3 @@
2010-12-06 12:40:34 +0100
GIT Revision: 0db6b6b1540c8d4caabbc16ea89ebff20f59a3da
2010-12-07 16:38:29 +0100
GIT Revision: 987c24495a9ba61ec3622aaf5f756ba8e8befd43
GIT Branch: master