GIT Revision: 8f0eaba9998ce3e3f9f0418998f4148cd71c8816
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7041
This commit is contained in:
parent
d178c87c1a
commit
da0a1c299f
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.1-rc5
|
||||
SRCVERSION=3.1-rc6
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2a5a5c21ab26396f587a1369dd44faa15ecc1c65ce1fd19678b8e97f743165a
|
||||
size 229057
|
||||
oid sha256:70f82a5be46d8bd10ad3763b73d37193754574e3b1bda1d95420a481b0665f60
|
||||
size 229165
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 3.1.rc5)
|
||||
# spec file for package kernel-debug (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -875,6 +875,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 3.1.rc5)
|
||||
# spec file for package kernel-default (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -888,6 +888,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-desktop (Version 3.1.rc5)
|
||||
# spec file for package kernel-desktop (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -908,6 +908,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-docs (Version 3.1.rc5)
|
||||
# spec file for package kernel-docs (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -99,6 +99,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ec2 (Version 3.1.rc5)
|
||||
# spec file for package kernel-ec2 (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 3.1.rc5)
|
||||
# spec file for package kernel-pae (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -893,6 +893,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 3.1.rc5)
|
||||
# spec file for package kernel-ppc64 (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -897,6 +897,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 3.1.rc5)
|
||||
# spec file for package kernel-s390 (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -872,6 +872,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 3.1.rc5)
|
||||
# spec file for package kernel-source (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -255,6 +255,14 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 3.1.rc5)
|
||||
# spec file for package kernel-syms (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -81,6 +81,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 3.1.rc5)
|
||||
# spec file for package kernel-trace (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -880,6 +880,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 3.1.rc5)
|
||||
# spec file for package kernel-vanilla (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -876,6 +876,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-xen (Version 3.1.rc5)
|
||||
# spec file for package kernel-xen (Version 3.1.rc6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.1-rc5
|
||||
%define patchversion 3.1.0-rc5
|
||||
%define srcversion 3.1-rc6
|
||||
%define patchversion 3.1.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.1.rc5
|
||||
Version: 3.1.rc6
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,14 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 jeffm@suse.de
|
||||
- Update to 3.1-rc6.
|
||||
- commit 8f0eaba
|
||||
* Thu Sep 15 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
|
||||
interrupt frames, requiring ...
|
||||
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
|
||||
- commit 4d917a5
|
||||
* Wed Sep 14 2011 agraf@suse.de
|
||||
- KVM: PPC: Fix incorrect CBE KVM hooks.
|
||||
There is another issue with KVM_HV and CBE that I only saw building
|
||||
|
3
linux-3.1-rc6.tar.bz2
Normal file
3
linux-3.1-rc6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18ead5ca0056e9af2a4c58b6924f3e066419a07f563f4a74ad41667d19e5b4be
|
||||
size 77217153
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10843c1782a67a53fe757cebf2b20a6fc048a7d01d06cad1585f36adcd7a489b
|
||||
size 67716
|
||||
oid sha256:6d05dbf4bc1dc357dff231962bcd1622e273f4145e2ccea9ebed176c77b6bddb
|
||||
size 68118
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:481211bcc29732957efdc17f93d436aa072c36a03eba72255b3e9bc3c8ac8260
|
||||
size 180465
|
||||
oid sha256:d0c979372b86fd284ff166b4f7c2b8f4d6b58bbceb103d7b2dbf326c25765c03
|
||||
size 182844
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-09-14 14:51:29 +0200
|
||||
GIT Revision: 165c304c9a1ef1d5f3875e10e1161c67b7fc720e
|
||||
2011-09-15 14:16:08 +0200
|
||||
GIT Revision: 8f0eaba9998ce3e3f9f0418998f4148cd71c8816
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user