1
0
forked from pool/kernel-source

GIT Revision: 6b07a84c31051d87a55d072b4d87f79c8cadb6c9

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6927
This commit is contained in:
Michal Marek
2011-03-08 06:01:45 +00:00
committed by Git OBS Bridge
parent 522c4ab77a
commit b9cdd524b3
40 changed files with 485 additions and 60 deletions

View File

@@ -19,7 +19,7 @@
# icecream 0
%define srcversion 2.6.37
%define patchversion 2.6.38-rc6
%define patchversion 2.6.38-rc7
%define variant %{nil}
%define vanilla_only 0
@@ -31,9 +31,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.38
%if %using_buildservice
Release: rc6.<RELEASE>
Release: rc7.<RELEASE>
%else
Release: rc6.0
Release: rc7.0
%endif
License: GPL v2 only
Group: Development/Sources
@@ -254,6 +254,15 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Tue Mar 08 2011 jeffm@suse.de
- Update to 2.6.38-rc7.
- Refresh patches.xen/xen-x86-no-lapic.
- Refresh patches.xen/xen3-patch-2.6.19.
- commit 7eb9d30
* Mon Mar 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not abort build because of
supported.conf inconsistency if %%supported_modules_check == 0.
- commit 6cc2d2b
* Wed Mar 02 2011 jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
yesterday's change.