GIT Revision: fb9c50b6cffa8fd7bdd455b7430465a1fbe438ba
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7305
This commit is contained in:
parent
b1eaee1961
commit
8dfe0534e8
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.5-rc6
|
||||
SRCVERSION=3.5
|
||||
# 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:c78067fb10d4d200818954dd0801b573cf1cf458846a47e01587436f602cf529
|
||||
size 308187
|
||||
oid sha256:321ffc6340c4855f7b3da364088050d88bc37263c1d839e8d7d3e04ea74b2c65
|
||||
size 308377
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-imx51
|
||||
Summary: Kernel for Freescale's iMX SoC
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.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.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.0
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-tegra
|
||||
Summary: Kernel for Nvidia's Tegra SoC
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.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.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.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.5.rc6
|
||||
Version: 3.5.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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:36:39 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.5-final.
|
||||
patches.suse/dm-raid45-26-Nov-2009.patch needs updating to new kmsg
|
||||
interface but, since powerpc isn't officially supported by opensuse, the
|
||||
update can happen later.
|
||||
- commit fb9c50b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 12:40:26 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
@ -20,6 +29,13 @@ Tue Jul 17 15:18:49 CEST 2012 - tiwai@suse.de
|
||||
Fix a typo in the capability bit check (bnc#768506).
|
||||
- commit 5aa2a0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:48:56 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.5-rc7.
|
||||
- Eliminated 1 patch.
|
||||
- commit 58a8fc5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 03:42:29 CEST 2012 - neilb@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.5-rc6
|
||||
%define patchversion 3.5.0-rc6
|
||||
%define srcversion 3.5
|
||||
%define patchversion 3.5.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.5.rc6
|
||||
Version: 3.5.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.5.tar.bz2
Normal file
3
linux-3.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ab82beb8cbb895b7523daed7ec3ec5850cf460b96788056f1ef5135c852fd23
|
||||
size 80978443
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3f4ad5a660e3cf6e17c9a9fc636fc5b99c601fb5298a2e32d19eaf249f3a16b
|
||||
size 84012
|
||||
oid sha256:9acfa4b6b78c56e9ccc7c5af72a62d022cf8ad58c41a60989316d9bf6d5dcc1e
|
||||
size 83917
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82585b185fb79423096ac3a110a4accad2ede7d6b94efdcab2fb3ceff24b20a9
|
||||
size 20977
|
||||
oid sha256:27635b4843db09f0a8ec2f236fc5330775daba04fc0e6d8fbca028ab1dfaced3
|
||||
size 20733
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:387e30b9936256c8aa41c2645aaf5d0d5b0ce0a92bdcc8f07a1b6fd59082460a
|
||||
size 125264
|
||||
oid sha256:3929471ecad4544612862145c9fa129233b4f4c9ba82b2c96b2cfb9ad2fb3d7c
|
||||
size 125194
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3389d32d4f19d940b68c67d2d14aca6ce12dbfc6b1cbe0b0784ba422518e6403
|
||||
size 2095310
|
||||
oid sha256:8950514a610862c9d631edc3d0289bc83bb8c85f668231565956d9f940d46082
|
||||
size 2095274
|
||||
|
@ -140,7 +140,7 @@
|
||||
patches.suse/ppc-powerbook-usb-fn-key-default.patch
|
||||
patches.drivers/ppc64-adb
|
||||
patches.suse/suse-ppc64-branding
|
||||
patches.arch/ppc64-xmon-dmesg-printing.patch
|
||||
+needs_update patches.arch/ppc64-xmon-dmesg-printing.patch
|
||||
patches.arch/ppc-prom-nodisplay.patch
|
||||
patches.fixes/ptrace-getsiginfo
|
||||
|
||||
@ -203,8 +203,6 @@
|
||||
# Queued for 2.6.36 -> just revert after some time
|
||||
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
|
||||
|
||||
patches.fixes/acpica_fix_null_pointer_in_repair_code.patch
|
||||
|
||||
# Needs comparison with f7b004a17c9183f023796dea0d70284684ec000d
|
||||
+trenn patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch
|
||||
+trenn patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-07-23 12:40:26 +0200
|
||||
GIT Revision: 4e207cd5786cb020daceb064dd0c5f4f4cd2a363
|
||||
2012-07-24 15:38:05 +0200
|
||||
GIT Revision: fb9c50b6cffa8fd7bdd455b7430465a1fbe438ba
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user