commit 56ad46a446ad8e30b97ebfedf977539970731832
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7759
This commit is contained in:
parent
01c54c65f5
commit
3ce3288e41
@ -17,11 +17,6 @@
|
||||
+i386 i386/vanilla
|
||||
+i386 -syms i386/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
|
||||
+x86_64 x86_64/xen
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.14-rc6
|
||||
SRCVERSION=3.14-rc7
|
||||
# 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:5f56c9040591b8309f45742ec741b42bc0c07834e1b1584768cd2bfbdb710fa5
|
||||
size 337163
|
||||
oid sha256:997c870c5fdad3c9c2e030cfe218d077c2280b1998d626a15539f66ed86748ba
|
||||
size 314081
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -212,7 +212,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 ppc64 ppc64le x86_64
|
||||
ExclusiveArch: %ix86 ppc64 ppc64le x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -151,10 +151,6 @@ Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
%endif
|
||||
%ifarch ia64
|
||||
Provides: kernel-sn2 = 2.6.6
|
||||
Obsoletes: kernel-sn2 <= 2.6.6
|
||||
%endif
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
@ -224,7 +220,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -25,9 +25,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -38,7 +38,7 @@ Release: %kernel_source_release
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
%ifarch aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
@ -61,7 +61,7 @@ Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 ppc64le s390x x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -212,7 +212,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 ppc64 ppc64le s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -209,7 +209,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 22:03:51 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.14-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 56ad46a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:56:11 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Align the x86_64 debug config file on the default config
|
||||
This makes it much easier to validate that the debug config file only
|
||||
diverges from default by debug and testing options.
|
||||
- commit 37f104e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:26:10 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- config.conf: ia64 is history
|
||||
- Delete config/ia64/debug.
|
||||
- Delete config/ia64/default.
|
||||
- Delete config/ia64/trace.
|
||||
- Delete config/ia64/vanilla.
|
||||
- commit 9e606b5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 10:06:45 CET 2014 - tiwai@suse.de
|
||||
|
||||
- Enable CONFIG_IRDA_FAST_RR=y (bnc#860502)
|
||||
- commit 3659420
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:23:40 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14-rc6
|
||||
%define patchversion 3.14.0-rc6
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
Version: 3.14.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge5b4397
|
||||
Release: <RELEASE>.g56ad46a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
3
linux-3.14-rc7.tar.xz
Normal file
3
linux-3.14-rc7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6781dc2c31c57faa2b7ae607889145189a6e32e65c89efcda7d6d0b8477f08b
|
||||
size 78397976
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14d002e4d7c543b1cb96c35a9091ca330acdee69217183c2b0021abdb848ceec
|
||||
size 156091
|
||||
oid sha256:e42ac07cf58a4be2a230a72b4ace2cb5870f54854f42f43ad775ea6ac2ea6dd8
|
||||
size 155509
|
||||
|
@ -84,10 +84,6 @@
|
||||
########################################################
|
||||
|
||||
|
||||
########################################################
|
||||
# ia64
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# i386
|
||||
########################################################
|
||||
@ -149,7 +145,6 @@
|
||||
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
|
||||
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
|
||||
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch
|
||||
patches.arch/ppc64le-ibmveth.patch
|
||||
|
||||
########################################################
|
||||
# PS3
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-03-15 13:23:40 +0100
|
||||
GIT Revision: e5b439765c382d66d509450b639fba7a0132d0a8
|
||||
2014-03-17 22:03:51 +0100
|
||||
GIT Revision: 56ad46a446ad8e30b97ebfedf977539970731832
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user