commit b356c6ae48a212fec8993b4b42a9b20a93e31c62
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7765
This commit is contained in:
parent
6ca62dd10a
commit
12d90bd223
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.14-rc7
|
||||
SRCVERSION=3.14-rc8
|
||||
# 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:d122b42d466d330fb0a1eb91238773eb598a1b8fdcb1b92c1ee912e16c0075a3
|
||||
size 315158
|
||||
oid sha256:adfa049f93a72522e3a2615622f393b5a9dbc5e120ebd56031fac98f6122e0be
|
||||
size 315008
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
%define srcversion 3.14-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 17:14:55 CET 2014 - jeffm@suse.com
|
||||
|
||||
- Update to 3.14-rc8.
|
||||
- commit b356c6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 16:59:27 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: enable CONFIG_HID_BATTERY_STRENGTH
|
||||
Looks like a cool feature to support on desktop systems. As it has
|
||||
to be built-in, I'm only enabling it on x86 for now, because I don't
|
||||
know for sure how useful it would be on other architectures. Feel
|
||||
free to enable on any other architecture where it would be useful.
|
||||
- commit 1edfe71
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:53:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update ec2 config files: disable CONFIG_INPUT_FF_MEMLESS
|
||||
This helper module is useless on EC2.
|
||||
- commit c2808f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:34:51 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: Modularize all HID device drivers
|
||||
HID device drivers are modularized in all config files except arm*
|
||||
and desktop, so i386/pae, i386/trace and i386/xen should do the same.
|
||||
- commit 3c2834b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:31:56 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update i386 config files: CONFIG_HID=y
|
||||
Align the CONFIG_HID setting of the i386/debug, i386/default and
|
||||
i386/vanilla config files with what is done in every other config
|
||||
file (but s390x and ec2.)
|
||||
- commit 177a262
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 15:11:38 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-rc7
|
||||
%define patchversion 3.14.0-rc7
|
||||
%define srcversion 3.14-rc8
|
||||
%define patchversion 3.14.0-rc8
|
||||
%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.rc7
|
||||
Version: 3.14.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g148e111
|
||||
Release: <RELEASE>.gb356c6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
3
linux-3.14-rc8.tar.xz
Normal file
3
linux-3.14-rc8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20b3a956e2b5b56b5addcf46a92722eb96830e2d24efe8ea11ce1ec4a1a874ba
|
||||
size 78401468
|
@ -1,3 +1,3 @@
|
||||
2014-03-24 15:11:38 +0100
|
||||
GIT Revision: 148e11121cbb858a999cab6a3234262a0269085b
|
||||
2014-03-25 17:14:55 +0100
|
||||
GIT Revision: b356c6ae48a212fec8993b4b42a9b20a93e31c62
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user