Accepting request 235728 from Kernel:HEAD
commit 96f5b6094e8b9774caf5ca1d0989fdf71b04cdf1 OBS-URL: https://build.opensuse.org/request/show/235728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=237
This commit is contained in:
commit
0c03c43345
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.15-rc6
|
||||
SRCVERSION=3.15-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:f76aed4020c0d61f82fb21c87214c6b20a53f98d6ca453e102d0391d2451643c
|
||||
size 264773
|
||||
oid sha256:c4794dcbd7b49429da560c4bcd8b82b6660a4c56f8336fba68ce91485b26f2c3
|
||||
size 265032
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define patchversion 3.15.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.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -45,9 +45,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.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.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: Disable gpio-fan and ntc_thermistor drivers
|
||||
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
|
||||
architectures where they are not used.
|
||||
- commit 96f5b60
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Update Xen patches to 3.15-rc7.
|
||||
- commit f8382bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- Config changes:
|
||||
- CX_ECAT=m (default n) for i386/x86_64
|
||||
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
|
||||
This may need to be revisited if the hardware extends to different
|
||||
architectures (ARM, probably).
|
||||
- SENSORS_NTC_THERMISTOR=m (default n)
|
||||
- Sensor chip that could be found essentially anywhere.
|
||||
- commit e9c45a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.15-rc6
|
||||
%define patchversion 3.15.0-rc6
|
||||
%define srcversion 3.15-rc7
|
||||
%define patchversion 3.15.0-rc7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@ Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.15.rc6
|
||||
Version: 3.15.rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g346029d
|
||||
Release: <RELEASE>.g96f5b60
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0fd0c415df11a9de084ca45056f1d670bcc58b5703f7d86505416a3c37e8a68
|
||||
size 79665800
|
3
linux-3.15-rc7.tar.xz
Normal file
3
linux-3.15-rc7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2decebf64f7b2e79185a03ad6234fa4bda934e36fcdc55fe48eb95710bdc4f1
|
||||
size 79664840
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d44b24bd659846bb954980b55da99fc7ad9c8a5aa5ed3025e29e30c86ed43783
|
||||
size 14418
|
||||
oid sha256:66c61606120bbd9e1ad208347a38d7ea16e914d68916d825ff229d3b5f2bdf56
|
||||
size 12365
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:016389629456d617f26a7ce75b9e8d62d595e3d20cae5cc37fda0b78adf0c9ec
|
||||
size 2091780
|
||||
oid sha256:62850d505d4ffdef3be011b59d836f7dc987685513f007d1c2ae3018c7f2b2ef
|
||||
size 2092283
|
||||
|
@ -178,7 +178,6 @@
|
||||
########################################################
|
||||
patches.suse/readahead-request-tunables.patch
|
||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||
patches.fixes/0001-memcg-fix-swapcache-charge-from-kernel-thread-contex.patch
|
||||
|
||||
########################################################
|
||||
# IPC patches
|
||||
@ -602,7 +601,7 @@
|
||||
patches.xen/xen3-patch-3.12
|
||||
patches.xen/xen3-patch-3.13
|
||||
patches.xen/xen3-patch-3.14
|
||||
patches.xen/xen3-patch-3.15-rc5
|
||||
patches.xen/xen3-patch-3.15-rc7
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-stack-unwind
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-05-26 12:06:25 +0200
|
||||
GIT Revision: 346029d151a21d9a7a20e74d75685096b2d6f29e
|
||||
2014-05-28 17:39:51 +0200
|
||||
GIT Revision: 96f5b6094e8b9774caf5ca1d0989fdf71b04cdf1
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user