commit 62b55933bcc6439144f90cd02bbc0e3960fb0615
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7798
This commit is contained in:
parent
fe00bf7998
commit
16977189df
@ -1,5 +1,5 @@
|
|||||||
# The version of the main tarball to use
|
# The version of the main tarball to use
|
||||||
SRCVERSION=3.15-rc2
|
SRCVERSION=3.15-rc3
|
||||||
# variant of the kernel-source package, either empty or "-rt"
|
# variant of the kernel-source package, either empty or "-rt"
|
||||||
VARIANT=
|
VARIANT=
|
||||||
# buildservice projects to build the kernel against
|
# buildservice projects to build the kernel against
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5e9359b826d2d562647f7a2cdc921cd727dc14a97aaca760b4335e2b07364543
|
oid sha256:b5c7c72db7f50f1c61ae2e72723e8ccf736d9574f8f002561e926c504bcad85e
|
||||||
size 177323
|
size 176565
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.15-rc2
|
%define srcversion 3.15-rc3
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.15-rc2
|
%define srcversion 3.15-rc3
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.15-rc2
|
%define srcversion 3.15-rc3
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-desktop
|
|||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -25,9 +25,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -45,9 +45,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.15-rc2
|
%define srcversion 3.15-rc3
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 3.15-rc2
|
%define srcversion 3.15-rc3
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -30,9 +30,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.15-rc3.
|
||||||
|
- commit 62b5593
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: sync PCI changes to s390x/vanilla
|
||||||
|
- commit 807a685
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update arm config files: Enable all USB-to-serial drivers
|
||||||
|
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
|
||||||
|
USB_SERIAL_QT2 on all arm flavors.
|
||||||
|
- commit 589f44f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
|
||||||
|
This is a unified driver replacing several drivers we were shipping
|
||||||
|
so far, so we should ship it too.
|
||||||
|
- commit 0d558c9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
|
||||||
|
bnc#707666, bnc#875575)
|
||||||
|
- commit 8f9c4ac
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.15-rc2
|
%define srcversion 3.15-rc3
|
||||||
%define patchversion 3.15.0-rc2
|
%define patchversion 3.15.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.15.rc2
|
Version: 3.15.rc3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g66cfb7b
|
Release: <RELEASE>.g62b5593
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
3
linux-3.15-rc3.tar.xz
Normal file
3
linux-3.15-rc3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d8c9c8007cff378f5804d9944afe552808e53ee2ab67e7956f936e008a909514
|
||||||
|
size 79636544
|
@ -1,3 +1,3 @@
|
|||||||
2014-04-28 15:07:53 +0200
|
2014-04-29 17:32:10 +0200
|
||||||
GIT Revision: 66cfb7b14a09a6f839ec2ed70e56938951fb0fc9
|
GIT Revision: 62b55933bcc6439144f90cd02bbc0e3960fb0615
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user