Accepting request 121734 from Kernel:HEAD

final

OBS-URL: https://build.opensuse.org/request/show/121734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=169
This commit is contained in:
Stephan Kulow 2012-05-23 07:21:44 +00:00 committed by Git OBS Bridge
commit 46bbb4b673
55 changed files with 1070 additions and 102 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8d1d56fcfcf8c594872a3b105257433fce5cbc03a7164bf9cd463faba9d00fc
size 245
oid sha256:e1ddc0ec138354be50695298a844500f84b883a419c711785aba32e2c8e657f0
size 129

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.4-rc6
SRCVERSION=3.4
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bbec534cad86464443a51503055bc6d643d9620bcbf987d4827531f75927d4f
size 293198
oid sha256:f9af869bbc72bf67f21dae13c9b58aff627e033f8579e6d862e402673795e61c
size 291902

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65b0466e39b220cd89e6919c060909dbbd2658c9d4779cfde4dd7250ec48e866
size 537
oid sha256:59d268a3fba95a4822be04a478e75c6875671e730955f3f7da59caccad496e28
size 426

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.4.0-rc6
%define patchversion 3.4.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.4.rc6
Version: 3.4.0
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.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.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.4.rc6
Version: 3.4.0
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -143,7 +143,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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.4.rc6
Version: 3.4.0
%if %using_buildservice
Release: 0
%else

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.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.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.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.4.rc6
Version: 3.4.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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Mon May 21 14:49:11 CEST 2012 - jeffm@suse.com
- Update to 3.4-final.
- commit 91b2c6e
-------------------------------------------------------------------
Tue May 15 18:53:53 CEST 2012 - agraf@suse.de
- Update config files: ppc64: use PR instead of HV KVM which is usable by more people
- commit 5e7640a
-------------------------------------------------------------------
Tue May 15 18:16:48 CEST 2012 - jeffm@suse.com
- Make CRYPTO_CRC32C modular (bnc#762344)
It was pulled in =y via CEPH_LIB=y, so we change the
following options to =m:
- CONFIG_CEPH_LIB
- CONFIG_CRYPTO_CRC32C
- CONFIG_LIBCRC32C
Making it modular allows the Intel-optimized crc32c implementation
to be loaded, improving performance of things like btrfs.
- commit d569763
-------------------------------------------------------------------
Mon May 14 04:31:50 CEST 2012 - jeffm@suse.com
- Disabled more Intel embedded drivers.
Disabled:
- CONFIG_GPIO_LANGWELL
- CONFIG_GPIO_PCH
- CONFIG_GPIO_SCH
- commit f554d8b
-------------------------------------------------------------------
Mon May 14 03:51:49 CEST 2012 - jeffm@suse.com
- USB storage on -desktop should be modular.
- commit 9331d48
-------------------------------------------------------------------
Mon May 14 03:43:45 CEST 2012 - jeffm@suse.com
- Disabled more testing options.
Disables:
- CONFIG_TEST_POWER
- CONFIG_VIDEO_MEM2MEM_TESTDEV
- commit ef1f4ca
-------------------------------------------------------------------
Mon May 14 03:37:58 CEST 2012 - jeffm@suse.com
- Update to 3.4-rc7.
- Eliminated 1 patch.
- commit 4cd9e9b
-------------------------------------------------------------------
Wed May 9 16:37:06 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.4-rc6
%define patchversion 3.4.0-rc6
%define srcversion 3.4
%define patchversion 3.4.0
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.4.rc6
Version: 3.4.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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bd55a389cd4f36c264692bf322431487267e28ab9793fcfd0dabc98986b9606
size 80160909

3
linux-3.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78370c0181dd0cf11275f662b2877dd823f7895fee6016fde23c06f8cbeb65e4
size 80174336

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74afe51c3475136aecbbf07fe72bce9ad89c7c2d7fc3decfc6ee7b89d863044a
size 242
oid sha256:f40cf2e5bb426f03e8b22d891ab32ee3ed9a52de14a38ea09b826cf15ad00fb5
size 129

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35d110f2a1eb0ccc16ffa4e83979adc8b5500b93c349f3fb19416a275703edfb
size 6761
oid sha256:7268383d0dd96706f356df1b842d48c2b5dfb43dc18f56519ea29c4bc138dc8c
size 6581

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7371b6c2e736d8c50739488390d99146fe7af047b0b7561a6cbf62dc92d20be
size 67199
oid sha256:3fe4344bc68aa38d0c05209c28428719a127ffd6d8fbc1f571170fced64808d2
size 66496

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:194a1583d503ab32254911987a7dbf0888daa158b6ac066cd3eb5081373710db
size 8458
oid sha256:ec4061e6f73eb0290f9804eeb77b80c79bb4bccda74dfef20235f7a48c05995b
size 8156

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6b76cd7cff720e5e0f98c421f6d6c47efebb263fe48c31bf7a7382a24c2d72a
size 21942
oid sha256:34599995446f071ec2c8070f54980faff0633dd58653e480703a7d50995f6030
size 21008

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc9a4a63e03c8291dc299624e2a9aeffd89de89a922e6dd16e42d892604246b7
size 246
oid sha256:8f17122f387e72f1e0cb4acb99148e8363b2e0d5aeeef4543b5750be0e0f290e
size 129

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34329ac88a1121310e0e5ad61f1a91c1c707e38b389430dd159d5fc5c910f552
size 250
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
size 136

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57a242dea05d686a0caab5d0947b428ddf4fd64e5c6ad05ac43f2e3930b71d03
size 5550
oid sha256:58d99f1d016f23d6a44b81b0a810c569b4daa8c02c472740b3c8fa9b5be41c8b
size 4556

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8fac2e4f9afacacb676d10a9d8c65b17fe2a540b2c27209c058d8c648070253
size 246
oid sha256:6a5f1b075a51886cf01e54334bddd9c8a8aa9494e87dcdf6f9a19a618e3594f4
size 127

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27b4d93e065c8a12270da320b9a27a771807bf34869826862c1accc5c2ba3f4c
size 129241
oid sha256:5f4a6142a606baf0f4515fb0ac28014e2cb2e75841588610111057c9a48a18dd
size 127747

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:003e113ed446096cb437d0485dc6727a99001c16721dbbb79a603021b964407a
size 246
oid sha256:bd54649991cae30e0821c52287c3b16425206921d2cb1835feb6918e73855563
size 131

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5531441da43b83b57f590d68b59a7f783f8d6db5b2f621b936cc4eac2a40c218
size 2091992
oid sha256:210012ba6693281039e5b6e4b07cc38e05a1736594f8a5d962adbc1e4e601bf1
size 2083345

View File

@ -36,7 +36,6 @@
patches.rpmify/apm-honor-config_apm_cpu_idle-n
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/pti-depends-on-x86-pci
patches.rpmify/ia32-emulation-fix-build-problem-for-modular-ia32-a-out-support
patches.rpmify/geode-depends-on-x86_32
########################################################

View File

@ -1,3 +1,3 @@
2012-05-09 16:46:42 +0200
GIT Revision: 1f260fb273a5662350fd0682fc76a409d6421c02
2012-05-21 14:49:11 +0200
GIT Revision: 91b2c6e7dedeaf80ebee53861f8eaadf972c40fe
GIT Branch: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:915e5e8c5ddf3d615471024563cf58f20bf5fa778ab7fa76e677c4454ce19fc5
size 1079
oid sha256:38466c4893b32d7342a5c19283c38a913ea154ee271ffcdfaa9d932dd2afe4bf
size 785