forked from pool/kernel-source
commit 278cad2ab0d482be94c38027859a14a53d401924
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7334
This commit is contained in:
parent
cf7f5d8608
commit
e2849b651b
@ -1,5 +1,5 @@
|
|||||||
# The version of the main tarball to use
|
# The version of the main tarball to use
|
||||||
SRCVERSION=3.6-rc2
|
SRCVERSION=3.6-rc3
|
||||||
# variant of the kernel-source package, either empty or "-rt"
|
# variant of the kernel-source package, either empty or "-rt"
|
||||||
VARIANT=
|
VARIANT=
|
||||||
# buildservice projects to build the kernel against
|
# buildservice projects to build the kernel against
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7bb87d596b505f46d58a7700252932c96fd792e46480912fae8c8be348fb6652
|
oid sha256:17e796763337a5485294d70993ec7e7b29c675f6c11e15c66d2334b1f0111b18
|
||||||
size 229805
|
size 229418
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: 0
|
Release: 0
|
||||||
%else
|
%else
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- chipidea: Allow user to select PCI/IMX options.
|
||||||
|
This allows us to disable the ChipIdea IMX code on powerpc,
|
||||||
|
where it was causing build problems.
|
||||||
|
- commit 278cad2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
|
||||||
|
This hardware is only found on the Samsung EXYNOS boards.
|
||||||
|
- commit 429a008
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
|
||||||
|
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
|
||||||
|
The issue is either an incomplete clk API on powerpc or clk_devm needs
|
||||||
|
to be made generic. Discussion continues upstream.
|
||||||
|
- commit 8c9a4e9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
|
||||||
|
This fixes the clk_devm_get build failures on ppc.
|
||||||
|
- commit 54e1c00
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.6-rc3.
|
||||||
|
- commit 0a688a0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6-rc2
|
%define srcversion 3.6-rc3
|
||||||
%define patchversion 3.6.0-rc2
|
%define patchversion 3.6.0-rc3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.6.rc2
|
Version: 3.6.rc3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
3
linux-3.6-rc3.tar.bz2
Normal file
3
linux-3.6-rc3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9db40097959e2c1eb556ad5ecb30ba0bfd571836ce555f53e2c39a3413aafc94
|
||||||
|
size 82261174
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b7d334ad3516583dc1d2f5b0eed19cf3a453f5fdc14c2c1d3cd02053c324feb9
|
oid sha256:f6a48baed1678862132100d674e37372ddb3bf40e829be8553f61ce04ccee80e
|
||||||
size 4953
|
size 5484
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
patches.rpmify/pti-depends-on-x86-pci
|
patches.rpmify/pti-depends-on-x86-pci
|
||||||
patches.rpmify/geode-depends-on-x86_32
|
patches.rpmify/geode-depends-on-x86_32
|
||||||
patches.rpmify/ubifs-remove-DATE-TIME.patch
|
patches.rpmify/ubifs-remove-DATE-TIME.patch
|
||||||
|
patches.rpmify/chipidea-clean-up-dependencies
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# kABI consistency patches
|
# kABI consistency patches
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2012-08-21 18:17:16 +0200
|
2012-08-28 00:15:16 +0200
|
||||||
GIT Revision: e0fa47252949bbbc71468eea93344d3f81de97ba
|
GIT Revision: 278cad2ab0d482be94c38027859a14a53d401924
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user