commit 6a5bbb169e145ae7a2b7e4ba0fd02e855c772e47

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=572
This commit is contained in:
Jiri Slaby 2016-09-15 17:23:11 +00:00 committed by Git OBS Bridge
parent e5c51a91c5
commit 6516b3c30f
24 changed files with 157 additions and 35 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.3
%define patchversion 4.7.4
%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: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.3
%define patchversion 4.7.4
%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: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -16,7 +16,7 @@
#
%define patchversion 4.7.3
%define patchversion 4.7.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,9 +27,9 @@ Name: kernel-docs
Summary: Kernel Documentation (man pages)
License: GPL-2.0
Group: Documentation/Man
Version: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.3
%define patchversion 4.7.4
%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: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.7.3
%define patchversion 4.7.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -51,9 +51,9 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.7.3
%define patchversion 4.7.4
%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: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.3
%define patchversion 4.7.4
%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: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.7
%define patchversion 4.7.3
%define patchversion 4.7.4
%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: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 4.7.3
Version: 4.7.4
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
- Linux 4.7.4.
- commit b93c795
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 6a5bbb1
-------------------------------------------------------------------
Mon Sep 12 21:25:36 CEST 2016 - mhocko@suse.cz

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.3
%define patchversion 4.7.4
%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: 4.7.3
Version: 4.7.4
%if 0%{?is_kotd}
Release: <RELEASE>.gd2c8eb9
Release: <RELEASE>.g6a5bbb1
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dd754e69cc8243d71921118b521bb50c079207296d3d9a1863bf8ab1d987e78
size 17177
oid sha256:529ed9cf169e6d7fc9b1668eb13aab81f25ab96ab75c9f486e775a516fe4bc73
size 18917

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb15faee5a7159f63041789af64a7a58fc247c094c081fc152e627955432bc0b
size 122622
oid sha256:42c2fd1575e2116a0d8e0004c5e31bb1be9503b7d12dc01a85795b99724f42ba
size 141036

View File

@ -30,6 +30,7 @@
patches.kernel.org/patch-4.7.1
patches.kernel.org/patch-4.7.1-2
patches.kernel.org/patch-4.7.2-3
patches.kernel.org/patch-4.7.3-4
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -331,6 +332,7 @@
patches.fixes/x86-hibernate-Use-hlt_play_dead-when-resuming-from-h
patches.fixes/drm-i915-Add-distinct-stubs-for-PM-hibernation-phase
patches.fixes/drm-i915-Fix-S4-resume-breakage
patches.fixes/drm-i915-Ignore-OpRegion-panel-type-except-on-select
########################################################
# video4linux

View File

@ -1,3 +1,3 @@
2016-09-12 21:25:36 +0200
GIT Revision: d2c8eb9d5e40b30bc008b236cd557b4e6b14633a
2016-09-15 11:03:59 +0200
GIT Revision: 6a5bbb169e145ae7a2b7e4ba0fd02e855c772e47
GIT Branch: stable