commit 3fb567f00bdf03eb8b5b26655293e7e1e2c5621c
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7584
This commit is contained in:
parent
47a61f9da2
commit
6fe5bec281
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e185b0130e4f2ff5af0072d23794a526ceec69ead58df0197eeda92565072542
|
||||
size 174752
|
||||
oid sha256:74ff52b05acb5cc2dd1ad68208435fc95b1f2f1cfc65bb44e873b2fb5f03649c
|
||||
size 174920
|
||||
|
@ -124,6 +124,8 @@ Obsoletes: kernel-xenpae < %version
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
|
||||
Provides: %name-nongpl = %version
|
||||
Obsoletes: %name-nongpl < %version
|
||||
%if %build_vanilla
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.11.rc2
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -124,6 +124,8 @@ Obsoletes: kernel-xenpae < %version
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
|
||||
Provides: %name-nongpl = %version
|
||||
Obsoletes: %name-nongpl < %version
|
||||
%if %build_vanilla
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.11.rc2
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -124,6 +124,8 @@ Obsoletes: kernel-xenpae < %version
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
|
||||
Provides: %name-nongpl = %version
|
||||
Obsoletes: %name-nongpl < %version
|
||||
%if %build_vanilla
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.11.rc2
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -124,6 +124,8 @@ Obsoletes: kernel-xenpae < %version
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
|
||||
Provides: %name-nongpl = %version
|
||||
Obsoletes: %name-nongpl < %version
|
||||
%if %build_vanilla
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.11.rc2
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.11.rc2
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -124,6 +124,8 @@ Obsoletes: kernel-xenpae < %version
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
|
||||
Provides: %name-nongpl = %version
|
||||
Obsoletes: %name-nongpl < %version
|
||||
%if %build_vanilla
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.11.rc2
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -25,7 +25,7 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.11.rc2
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
Release: %kernel_source_release
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.11.rc2
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -124,6 +124,8 @@ Obsoletes: kernel-xenpae < %version
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
|
||||
Provides: %name-nongpl = %version
|
||||
Obsoletes: %name-nongpl < %version
|
||||
%if %build_vanilla
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
|
||||
The kernel can request CPU microcode itself now and microcode_ctl is
|
||||
no longer required.
|
||||
- commit 3fb567f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config: enable early CPU microcode loading.
|
||||
- commit 0911270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- btrfs: fall back to global reservation when removing subvolumes.
|
||||
- commit 026dc43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
|
||||
|
||||
- drm/i915: correctly restore fences with objects attached
|
||||
(bnc#830492).
|
||||
- commit e9259e0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.11.rc2
|
||||
Release: <RELEASE>.g00cdcf9
|
||||
Release: <RELEASE>.g3fb567f
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -124,6 +124,8 @@ Obsoletes: kernel-xenpae < %version
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
|
||||
Provides: %name-nongpl = %version
|
||||
Obsoletes: %name-nongpl < %version
|
||||
%if %build_vanilla
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e280fb8c17dac24b6b677c064b51ebb1660da3517c30303b28fd57f1d4098515
|
||||
size 12543
|
||||
oid sha256:e5cb93a7b4867ff6ffc03061485dfb43ac1b2f4c4f90641c77d29520a21896a2
|
||||
size 14090
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2f765c31c71bd3c4317d0b98cf1ddf67dd7edf161b53523cbbf9f564782fa93
|
||||
size 116885
|
||||
oid sha256:8dc89d8e98fbd8a469b0a918a35f4b7407da80333849dd5d7500b82d7827b0fd
|
||||
size 117630
|
||||
|
@ -260,6 +260,7 @@
|
||||
# btrfs
|
||||
########################################################
|
||||
patches.suse/btrfs-use-correct-device-for-maps.patch
|
||||
patches.suse/btrfs-fall-back-to-global-reservation-when-removing-subvolumes
|
||||
|
||||
########################################################
|
||||
# Reiserfs Patches
|
||||
@ -368,6 +369,7 @@
|
||||
########################################################
|
||||
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
|
||||
patches.drivers/drm-cirrus-Use-16bpp-as-default
|
||||
patches.fixes/drm-i915-correctly-restore-fences-with-objects-attac.patch
|
||||
|
||||
########################################################
|
||||
# video4linux
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-07-23 03:35:59 +0200
|
||||
GIT Revision: 00cdcf9118a893ca0b8db0cd33da5937a05a74f0
|
||||
2013-07-25 02:08:31 +0200
|
||||
GIT Revision: 3fb567f00bdf03eb8b5b26655293e7e1e2c5621c
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user