commit b60e271e661d6f86941a9bd7a7a5647fc93b1b0f
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7771
This commit is contained in:
parent
4f2dbcf6a1
commit
add1725fe1
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2a61d9fcfb61a9f8e0022d2eac1a98b14db7f7e34e6712ee50196ac0c612607
|
||||
size 314924
|
||||
oid sha256:a104d66af5caec1c31f0c7dcceb9d716f811c1c4513ad1a4ca26d4976e5b9383
|
||||
size 314877
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 3.14.0
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 18:16:22 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: disable CONFIG_I2C_SI470X
|
||||
I2C access to the SI470X radio chip is only needed on embedded systems
|
||||
so it makes no sense to enable it in most of our kernel configuration
|
||||
files.
|
||||
- commit b60e271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 12:43:32 CEST 2014 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.xen/xen3-patch-3.7 (fix another AR build issue).
|
||||
- commit 59b27eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 09:28:39 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: re-enable twofish crypto support
|
||||
Software twofish crypto support was disabled in several architectures
|
||||
since openSUSE 10.3. For i386 and x86_64 it was on purpose, because
|
||||
hardware-accelerated alternatives exist. However for all other
|
||||
architectures it was by accident.
|
||||
Re-enable software twofish crypto support in all configuration files,
|
||||
to guarantee that at least one implementation is always available,
|
||||
(bnc#871325).
|
||||
- commit 8f37fd4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 21:14:35 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Delete patches.arch/arm-omap3isp.patch.
|
||||
superseded by 31036441d785359999e45bf410c778f64ffcab64
|
||||
- commit fd18f9e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 17:20:06 CEST 2014 - ohering@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g6623a43
|
||||
Release: <RELEASE>.gb60e271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e42ac07cf58a4be2a230a72b4ace2cb5870f54854f42f43ad775ea6ac2ea6dd8
|
||||
size 155509
|
||||
oid sha256:d16b501a1c0c723f580cf437c27d67ab0871a5494d9e17bc38bae7ca4e698cea
|
||||
size 155287
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:715cc814c24928939a68002f6a8fefce8473cdec05eed81cfe0f816a19ee6516
|
||||
size 2075366
|
||||
oid sha256:004221b654a894ac9500e121082ab51034efe2910bb94d17c5d3e366a585d5da
|
||||
size 2075963
|
||||
|
@ -156,7 +156,6 @@
|
||||
patches.arch/cubox-configuration.patch
|
||||
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
|
||||
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
|
||||
patches.arch/arm-omap3isp.patch
|
||||
patches.arch/arm-omapfb-fix.patch
|
||||
|
||||
# Compile fix for Xen on ARM with our Xen patches applied
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-04-01 17:20:06 +0200
|
||||
GIT Revision: 6623a431e42d77feb76d7380c40f9e015090737a
|
||||
2014-04-02 18:16:22 +0200
|
||||
GIT Revision: b60e271e661d6f86941a9bd7a7a5647fc93b1b0f
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user