1
0
forked from pool/kernel-source

GIT Revision: e4a2bedcea575f221b51b9a0b85954a00870cd3f

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6912
This commit is contained in:
Michal Marek 2011-02-04 06:01:50 +00:00 committed by Git OBS Bridge
parent 479de130ce
commit 8bba5c86cc
34 changed files with 337 additions and 53 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b4ba3e03bc9a8c29be974a2a1bba78aa90134ae2b0c301b3237f59016f7c83ff oid sha256:4a4175e306da15860029fa2eae1ba41099b7cbe6b6d34150db15600ecb4950df
size 216714 size 216447

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -865,6 +865,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -878,6 +878,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -898,6 +898,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -17,7 +17,7 @@
# norootforbuild # norootforbuild
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -26,9 +26,9 @@ Name: kernel-docs
Summary: Kernel Documentation Summary: Kernel Documentation
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant BuildRequires: kernel-source%variant
@ -99,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel /usr/share/doc/kernel
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-net
Summary: Minimal kernel with disk and net support Summary: Minimal kernel with disk and net support
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -865,6 +865,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -883,6 +883,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ppc64
Summary: Kernel for ppc64 Systems Summary: Kernel for ppc64 Systems
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -887,6 +887,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-ps3
Summary: kernel for ps3 bootloader Summary: kernel for ps3 bootloader
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -868,6 +868,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -862,6 +862,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -19,7 +19,7 @@
# icecream 0 # icecream 0
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -32,9 +32,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: Development/Sources Group: Development/Sources
@ -245,6 +245,13 @@ popd
%endif %endif
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) %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 Release: %kernel_source_release
@ -78,6 +78,13 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -870,6 +870,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -866,6 +866,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 4 01:46:21 CET 2011 - jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
-------------------------------------------------------------------
Fri Feb 4 01:44:50 CET 2011 - jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de Wed Feb 2 17:25:06 CET 2011 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 2.6.37 %define srcversion 2.6.37
%define patchversion 2.6.38-rc2 %define patchversion 2.6.38-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -57,9 +57,9 @@ Name: kernel-vmi
Summary: VMI-enabled kernel Summary: VMI-enabled kernel
Version: 2.6.38 Version: 2.6.38
%if %using_buildservice %if %using_buildservice
Release: rc2.<RELEASE> Release: rc3.<RELEASE>
%else %else
Release: rc2.0 Release: rc3.0
%endif %endif
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel
@ -862,6 +862,13 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %changelog
* Fri Feb 04 2011 jeffm@suse.com
- hfs: avoid crash in hfs_bnode_create (bnc#552250).
- commit d84296a
* Fri Feb 04 2011 jeffm@suse.com
- Updated to 2.6.38-rc3.
- Eliminated 2 patches.
- commit b6b51ca
* Wed Feb 02 2011 tiwai@suse.de * Wed Feb 02 2011 tiwai@suse.de
- ALSA: hda - Fix memory leaks in conexant jack arrays - ALSA: hda - Fix memory leaks in conexant jack arrays
(bnc#668929). (bnc#668929).

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a1e4b1f4004471b7ef6f3346cbd060186c2ff47a29f3417208c0c8b29971ad2e oid sha256:81396bfd435fdb5278757c2d43814aa3be9b4a2ac25fbe6448c4ef75ea4778d7
size 79588 size 78846

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:03ec98de305be7ebac5b0201f483cebf15ff8c05620e602d7e9cef6f8f8d0152 oid sha256:eda6039ab510bbda54dd0f81d63569cd5624a8fe9a6ec786176eaa5311a93f13
size 9516165 size 9701065

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1c91adbe308269bf36ac74db1d65d2817279fbeaddbace24da756c1d338a0eb5 oid sha256:a664fd56f02f913f41aca6f9009582c169fc4547d2ff587702bcd095d34ce860
size 287159 size 287362

View File

@ -29,6 +29,7 @@
######################################################## ########################################################
patches.kernel.org/patch-2.6.38-rc1 patches.kernel.org/patch-2.6.38-rc1
patches.kernel.org/patch-2.6.38-rc1-rc2 patches.kernel.org/patch-2.6.38-rc1-rc2
patches.kernel.org/patch-2.6.38-rc2-rc3
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -392,6 +393,11 @@
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
patches.suse/richacl-fix patches.suse/richacl-fix
########################################################
# other filesystem stuff
########################################################
patches.fixes/hfs-avoid-crash-in-hfs_bnode_create
######################################################## ########################################################
# Swap-over-NFS # Swap-over-NFS
######################################################## ########################################################
@ -428,7 +434,7 @@
patches.suse/SoN-31-fix-null-pointer-dereference patches.suse/SoN-31-fix-null-pointer-dereference
patches.suse/SoN-32-fix-kernel-bug-with-multiple-swapfiles patches.suse/SoN-32-fix-kernel-bug-with-multiple-swapfiles
# don't want to rediff SoN until this gets more testing # don't want to rediff SoN until this gets more testing
patches.suse/slab-handle-memoryless-nodes-v2a.patch patches.suse/slab-handle-memoryless-nodes-v2a.patch
patches.suse/SoN-fix patches.suse/SoN-fix
@ -482,7 +488,6 @@
patches.fixes/sd_liberal_28_sense_invalid.diff patches.fixes/sd_liberal_28_sense_invalid.diff
patches.fixes/scsi-ibmvscsi-module_alias.patch patches.fixes/scsi-ibmvscsi-module_alias.patch
patches.fixes/fix-ata-panic-with-ata_id
######################################################## ########################################################
# DRM/Video # DRM/Video
@ -505,7 +510,6 @@
patches.drivers/tg3-entropy-source.patch patches.drivers/tg3-entropy-source.patch
patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch
patches.fixes/ipv6-revert-dont-flush-routes-when-setting-loopback-down.patch
######################################################## ########################################################

View File

@ -1,3 +1,3 @@
2011-02-02 17:25:06 +0100 2011-02-04 01:48:44 +0100
GIT Revision: 31971a47bfadb33377b6b2dd3a95d1d3c70b4642 GIT Revision: e4a2bedcea575f221b51b9a0b85954a00870cd3f
GIT Branch: master GIT Branch: master