forked from pool/kernel-source
commit e252f7fb74a03ef125d3a62f36e5396390dadb25
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7456
This commit is contained in:
parent
db2eed1948
commit
fba4ab6c7c
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.8-rc7
|
||||
SRCVERSION=3.8
|
||||
# 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:5b4f3a339e4abcc215db5e315771d20e4b9e2fc4e02d990b1e9e84f0d4944792
|
||||
size 312789
|
||||
oid sha256:aa23f392cb8dc272bfa54415570667adcb3e328c7d2eadee7ad2084e3e024652
|
||||
size 313053
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -155,7 +155,7 @@ Provides: smp kernel-smp
|
||||
Obsoletes: smp kernel-smp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-imx51
|
||||
Summary: Kernel for Freescale's iMX SoC
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-omap2plus
|
||||
Summary: Kernel for Texas instrument's OMAP SoC
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-bigsmp
|
||||
Obsoletes: kernel-bigsmp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -139,7 +139,7 @@ Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
@ -41,7 +41,7 @@ Requires(post): coreutils sed
|
||||
Provides: multiversion(kernel)
|
||||
Provides: linux
|
||||
Provides: %name = %version-%source_rel
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -147,7 +147,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-u8500
|
||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -143,7 +143,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-versatile
|
||||
Summary: Kernel for Versatile SoC
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:54:06 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_BGRT on ia64
|
||||
bgrt_image is only defined on x86.
|
||||
- commit e252f7f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 03:39:41 CET 2013 - jeffm@suse.com
|
||||
|
||||
- config: disable ACPI_INITRD_TABLE_OVERRIDE on ia64
|
||||
It requires max_low_pfn_mapped, which is x86 only.
|
||||
- commit 9901a64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 01:18:21 CET 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.8-final.
|
||||
- commit c9c649c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 09:08:52 CET 2013 - jslaby@suse.cz
|
||||
|
||||
- Revert "USB: EHCI: remove ASS/PSS polling timeout" (bnc#804367).
|
||||
- commit 83cb8d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 15:33:22 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.8-rc7
|
||||
%define patchversion 3.8.0-rc7
|
||||
%define srcversion 3.8
|
||||
%define patchversion 3.8.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.8.rc7
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
3
linux-3.8.tar.bz2
Normal file
3
linux-3.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fce774b5313e73949cb35f128e91e7b2ccd7fa2438abc5cff69267e504395a45
|
||||
size 84623657
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a7a5c317c395c60832395a028b13fa33b3b5edd9e1849775a886af0fdb10a7c
|
||||
size 21240
|
||||
oid sha256:3d37ec1a4d48af9ff87912ce9a8966d25ab2621173ce5e1fbbf8678c3953f035
|
||||
size 22037
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0b1b9b3546890b1f32063401cbc31e17fc6112bfca541db9d4c16151a0870f2
|
||||
size 2131472
|
||||
oid sha256:f7c9d85de3c9b4e5d981000e7810fc979ac7c43158bda4139ee2a26a2b58068f
|
||||
size 2131419
|
||||
|
@ -449,6 +449,7 @@
|
||||
########################################################
|
||||
# USB
|
||||
########################################################
|
||||
patches.fixes/revert-USB-EHCI-remove-ASS-PSS-polling-timeout.patch
|
||||
|
||||
########################################################
|
||||
# I2C
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-02-17 15:33:22 +0100
|
||||
GIT Revision: f3ee42ffec44220c605fc72a94c721afff1bdacd
|
||||
2013-02-20 03:54:06 +0100
|
||||
GIT Revision: e252f7fb74a03ef125d3a62f36e5396390dadb25
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user