commit 25b59172a6f76b7ecf40afb37a394601ca016285

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7595
This commit is contained in:
Michal Marek 2013-08-14 06:05:34 +00:00 committed by Git OBS Bridge
parent af4fa0f408
commit 8786b30e92
29 changed files with 89643 additions and 45 deletions

View File

@ -38,11 +38,11 @@
+ppc64 ppc64/vanilla
# ARM architectures
#+armv6hl armv6hl/default
+armv6hl armv6hl/default
+armv7hl armv7hl/default
#+armv7hl armv7hl/lpae
#+armv7hl armv7hl/cubox
#+armv7hl armv7hl/exynos
+armv7hl armv7hl/lpae
+armv7hl armv7hl/cubox
+armv7hl armv7hl/exynos
+arm64 arm64/default
#+s390 s390/s390

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.11-rc4
SRCVERSION=3.11-rc5
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2097e7285eb630953424b590d883ac142293fecf4886039b1df2567a36c0a2d
size 190100
oid sha256:442a5370d79e617fe1c66b0d0494c0be12f56a0074fc2e88fd5fc93d0a852a6f
size 244018

28806
kernel-cubox.changes Normal file

File diff suppressed because it is too large Load Diff

1003
kernel-cubox.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11-rc4
%define patchversion 3.11.0-rc4
%define srcversion 3.11-rc5
%define patchversion 3.11.0-rc5
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.11.rc4
Release: <RELEASE>.g327e5fc
Version: 3.11.rc5
Release: <RELEASE>.g25b5917
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11-rc4
%define patchversion 3.11.0-rc4
%define srcversion 3.11-rc5
%define patchversion 3.11.0-rc5
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.11.rc4
Release: <RELEASE>.g327e5fc
Version: 3.11.rc5
Release: <RELEASE>.g25b5917
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -222,7 +222,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: aarch64 armv7hl %ix86 ppc ppc64 x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11-rc4
%define patchversion 3.11.0-rc4
%define srcversion 3.11-rc5
%define patchversion 3.11.0-rc5
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.11.rc4
Release: <RELEASE>.g327e5fc
Version: 3.11.rc5
Release: <RELEASE>.g25b5917
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -17,15 +17,15 @@
# norootforbuild
%define patchversion 3.11.0-rc4
%define patchversion 3.11.0-rc5
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.11.rc4
Release: <RELEASE>.g327e5fc
Version: 3.11.rc5
Release: <RELEASE>.g25b5917
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
Url: http://www.kernel.org/

28806
kernel-exynos.changes Normal file

File diff suppressed because it is too large Load Diff

1000
kernel-exynos.spec Normal file

File diff suppressed because it is too large Load Diff

28806
kernel-lpae.changes Normal file

File diff suppressed because it is too large Load Diff

1003
kernel-lpae.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11-rc4
%define patchversion 3.11.0-rc4
%define srcversion 3.11-rc5
%define patchversion 3.11.0-rc5
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.11.rc4
Release: <RELEASE>.g327e5fc
Version: 3.11.rc5
Release: <RELEASE>.g25b5917
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.11-rc4
%define patchversion 3.11.0-rc4
%define srcversion 3.11-rc5
%define patchversion 3.11.0-rc5
%define variant %{nil}
%define vanilla_only 0
@ -29,8 +29,8 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.11.rc4
Release: <RELEASE>.g327e5fc
Version: 3.11.rc5
Release: <RELEASE>.g25b5917
License: GPL-2.0
Group: Development/Sources
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -23,9 +23,9 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.11.rc4
Version: 3.11.rc5
%if %using_buildservice
Release: <RELEASE>.g327e5fc
Release: <RELEASE>.g25b5917
%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
@ -35,12 +35,21 @@ Group: Development/Sources
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch aarch64 armv7hl %ix86 ppc ppc64 x86_64
%ifarch armv7hl
Requires: kernel-cubox-devel = %version-%source_rel
%endif
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
Requires: kernel-desktop-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-exynos-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-lpae-devel = %version-%source_rel
%endif
%ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel
%endif
@ -49,7 +58,7 @@ Provides: %name = %version-%source_rel
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 aarch64 armv7hl ppc ppc64 x86_64
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 x86_64
Prefix: /usr/src
%description

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11-rc4
%define patchversion 3.11.0-rc4
%define srcversion 3.11-rc5
%define patchversion 3.11.0-rc5
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.11.rc4
Release: <RELEASE>.g327e5fc
Version: 3.11.rc5
Release: <RELEASE>.g25b5917
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
@ -12,6 +24,12 @@ Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.11-rc4
%define patchversion 3.11.0-rc4
%define srcversion 3.11-rc5
%define patchversion 3.11.0-rc5
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.11.rc4
Release: <RELEASE>.g327e5fc
Version: 3.11.rc5
Release: <RELEASE>.g25b5917
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

3
linux-3.11-rc5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3248f1e77cad65e9d9f7da0d50b0410d3576bf62bdb827abd3d11b7a9f403fb
size 89440907

View File

@ -1,3 +1,3 @@
2013-08-11 21:28:11 +0200
GIT Revision: 327e5fc9730f1a8d6cf4e42c3de0f05e7eb926a6
2013-08-13 22:06:23 +0200
GIT Revision: 25b59172a6f76b7ecf40afb37a394601ca016285
GIT Branch: master