commit 5e6ccae479c68983b9fa8c1f46c43fc9bb5d65c2
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7517
This commit is contained in:
parent
595be0d3ee
commit
e7adf66495
20
config.conf
20
config.conf
@ -17,10 +17,10 @@
|
||||
+i386 i386/vanilla
|
||||
+i386 -syms i386/trace
|
||||
|
||||
+ia64 ia64/default
|
||||
+ia64 -syms ia64/debug
|
||||
+ia64 ia64/vanilla
|
||||
+ia64 -syms ia64/trace
|
||||
#+ia64 ia64/default
|
||||
#+ia64 -syms ia64/debug
|
||||
#+ia64 ia64/vanilla
|
||||
#+ia64 -syms ia64/trace
|
||||
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 x86_64/desktop
|
||||
@ -45,12 +45,12 @@
|
||||
+armv7hl armv7hl/exynos
|
||||
+arm64 arm64/default
|
||||
|
||||
+s390 s390/s390
|
||||
+s390 -syms s390/trace
|
||||
+s390 s390/vanilla
|
||||
+s390x s390x/default
|
||||
+s390x -syms s390x/trace
|
||||
+s390x s390x/vanilla
|
||||
#+s390 s390/s390
|
||||
#+s390 -syms s390/trace
|
||||
#+s390 s390/vanilla
|
||||
#+s390x s390x/default
|
||||
#+s390x -syms s390x/trace
|
||||
#+s390x s390x/vanilla
|
||||
|
||||
# Maintained by jengelh
|
||||
# +sparc64 sparc64/default
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3eca5e96e7192472a17c13ce86ecef0db6007a3be1bc6eaebb930bc57f92830
|
||||
size 307615
|
||||
oid sha256:277aaafee2e64f6581b2a66ea4d20f123e220a4a096d86d00997813a5ddd9d9d
|
||||
size 254639
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -209,7 +209,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 ppc64 x86_64
|
||||
ExclusiveArch: %ix86 ppc64 x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -147,18 +147,10 @@ Provides: kernel = %version-%source_rel
|
||||
Provides: smp kernel-smp
|
||||
Obsoletes: smp kernel-smp
|
||||
%endif
|
||||
%ifarch ia64
|
||||
Provides: kernel-sn2
|
||||
Obsoletes: kernel-sn2
|
||||
%endif
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
%ifarch s390x
|
||||
Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
Provides: smp kernel-smp
|
||||
Obsoletes: smp kernel-smp
|
||||
@ -225,7 +217,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: aarch64 armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
ExclusiveArch: aarch64 armv7hl %ix86 ppc ppc64 x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.9.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
Release: %kernel_source_release
|
||||
@ -38,7 +38,7 @@ BuildRequires: coreutils
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-cubox-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch aarch64 armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
%ifarch aarch64 armv7hl %ix86 ppc ppc64 x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
@ -53,9 +53,6 @@ Requires: kernel-lpae-devel = %version-%source_rel
|
||||
%ifarch %ix86
|
||||
Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch s390
|
||||
Requires: kernel-s390-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv5tel
|
||||
Requires: kernel-versatile-devel = %version-%source_rel
|
||||
%endif
|
||||
@ -67,7 +64,7 @@ Provides: %name = %version-%source_rel
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 aarch64 armv5tel armv7hl ia64 ppc ppc64 s390 s390x x86_64
|
||||
ExclusiveArch: %ix86 aarch64 armv5tel armv7hl ppc ppc64 x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -147,14 +147,6 @@ Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
%ifarch s390
|
||||
Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%endif
|
||||
%ifarch s390x
|
||||
Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
@ -217,7 +209,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 ppc64 s390 s390x x86_64
|
||||
ExclusiveArch: %ix86 ppc64 x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -143,14 +143,7 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
%ifarch s390
|
||||
Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%endif
|
||||
%ifarch s390x
|
||||
Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
@ -213,7 +206,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64
|
||||
ExclusiveArch: %ix86 ppc ppc64 x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-versatile
|
||||
Summary: Kernel for Versatile SoC
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- config.conf: disable s390 support for openSUSE kernels
|
||||
There is no community project to build openSUSE on s390 so we don't need
|
||||
to waste resources building the kernel for it.
|
||||
- commit 5e6ccae
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
|
||||
libphy depends on irq code which is only available on 64-bit S390,
|
||||
so disable it on 32-bit kernels.
|
||||
- commit dd79db9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.9.0
|
||||
Release: <RELEASE>.g4c487a5
|
||||
Release: <RELEASE>.g5e6ccae
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-05-05 11:46:16 +0200
|
||||
GIT Revision: 4c487a5223fcc8eee67c88f0ca9170e39c46885a
|
||||
2013-05-06 21:14:02 +0200
|
||||
GIT Revision: 5e6ccae479c68983b9fa8c1f46c43fc9bb5d65c2
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user