commit 954d4c151bb67f7fe37c3370d00ba803c38947ae

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7627
This commit is contained in:
Michal Marek 2013-09-27 06:01:32 +00:00 committed by Git OBS Bridge
parent e4594557ea
commit 87a6819490
30 changed files with 193 additions and 32 deletions

View File

@ -17,10 +17,10 @@
+i386 i386/vanilla
+i386 -syms i386/trace
#+ia64 ia64/default
#+ia64 -syms ia64/debug
#+ia64 ia64/vanilla
#+ia64 -syms ia64/trace
+ia64 ia64/default
+ia64 -syms ia64/debug
+ia64 ia64/vanilla
+ia64 -syms ia64/trace
+x86_64 x86_64/default
+x86_64 x86_64/desktop
@ -48,6 +48,6 @@
#+s390 s390/s390
#+s390 -syms s390/trace
#+s390 s390/vanilla
#+s390x s390x/default
#+s390x -syms s390x/trace
#+s390x s390x/vanilla
+s390x s390x/default
+s390x -syms s390x/trace
+s390x s390x/vanilla

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:755a1d1014830e35283f113983abf20504705575cb029db4f78d139bdbf6a114
size 244539
oid sha256:e381bfe51e9b5285e77b8cbebd5c78139bee99c6fb187f4d1ba80b42dac955e9
size 258699

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -214,7 +214,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc64 x86_64
ExclusiveArch: %ix86 ia64 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 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -152,10 +152,18 @@ Provides: kernel = %version-%source_rel
Provides: smp kernel-smp
Obsoletes: smp kernel-smp
%endif
%ifarch ia64
Provides: kernel-sn2
Obsoletes: kernel-sn2
%endif
%ifarch ppc64
Provides: kernel-kdump
Obsoletes: kernel-kdump
%endif
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
%ifarch x86_64
Provides: smp kernel-smp
Obsoletes: smp kernel-smp
@ -222,7 +230,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 s390x 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 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -25,7 +25,7 @@
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -30,7 +30,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: Development/Sources
Url: http://www.kernel.org/

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.12.rc2
%if %using_buildservice
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
%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
@ -38,7 +38,7 @@ BuildRequires: coreutils
%ifarch armv7hl
Requires: kernel-cubox-devel = %version-%source_rel
%endif
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64
%ifarch aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
@ -58,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 armv6hl armv7hl ppc ppc64 x86_64
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ia64 ppc ppc64 s390x x86_64
Prefix: /usr/src
%description

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -152,6 +152,10 @@ Provides: kernel = %version-%source_rel
Provides: kernel-kdump
Obsoletes: kernel-kdump
%endif
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
@ -214,7 +218,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc64 x86_64
ExclusiveArch: %ix86 ia64 ppc64 s390x 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 @@
-------------------------------------------------------------------
Thu Sep 26 16:27:42 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit 954d4c1
-------------------------------------------------------------------
Thu Sep 26 11:53:35 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit fc372c0
-------------------------------------------------------------------
Wed Sep 25 16:25:49 CEST 2013 - agraf@suse.de

View File

@ -60,7 +60,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.12.rc2
Release: <RELEASE>.g957e65c
Release: <RELEASE>.g954d4c1
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -148,7 +148,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source2: source-post.sh
@ -211,7 +214,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc ppc64 x86_64
ExclusiveArch: %ix86 ia64 ppc ppc64 s390x 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,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e4879f3b1103b28f9e6f247d01b8313c6b53ef33d6ee9ef574be5381c5b1569
size 3435
oid sha256:586ad7ac24a6642d5d93d16629d5a8f4992ef990186a52f550e79f721ab7aadf
size 3956

View File

@ -429,6 +429,7 @@
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan
patches.drivers/gpio-ucb1400-can-be-built-as-a-module.patch
########################################################
# Other drivers we have added to the tree

View File

@ -429,6 +429,7 @@
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan
patches.drivers/gpio-ucb1400-can-be-built-as-a-module.patch
########################################################
# Other drivers we have added to the tree

View File

@ -1,3 +1,3 @@
2013-09-25 16:25:49 +0200
GIT Revision: 957e65cd70e5666dfef341505d4115f29a7f56d0
2013-09-26 16:27:42 +0200
GIT Revision: 954d4c151bb67f7fe37c3370d00ba803c38947ae
GIT Branch: master