commit d1a7ba53d701659bfc4cd34084096f30a6fc8042
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7754
This commit is contained in:
parent
c9bfb8c5cc
commit
8244cd3a0d
@ -13,6 +13,8 @@
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-desktop</package>
|
||||
<package>kernel-ec2</package>
|
||||
<package>kernel-exynos</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-pae</package>
|
||||
<package>kernel-trace</package>
|
||||
<package>kernel-vanilla</package>
|
||||
|
10
config.conf
10
config.conf
@ -43,11 +43,11 @@
|
||||
+ppc64le ppc64le/vanilla
|
||||
|
||||
# ARM architectures
|
||||
#+armv6hl armv6hl/default
|
||||
#+armv7hl armv7hl/default
|
||||
#+armv7hl armv7hl/lpae
|
||||
#+armv7hl armv7hl/exynos
|
||||
#+arm64 arm64/default
|
||||
+armv6hl armv6hl/default
|
||||
+armv7hl armv7hl/default
|
||||
+armv7hl armv7hl/lpae
|
||||
+armv7hl armv7hl/exynos
|
||||
+arm64 arm64/default
|
||||
|
||||
+s390x s390x/default
|
||||
+s390x -syms s390x/trace
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6422dc535fe19715cea83716f77f8e5d8907eb32e9baefb3e09cb02cf18f232e
|
||||
size 290201
|
||||
oid sha256:c21e506d96825bea3c24d9e2a1c43b15af8a22f7e816b333aaeae1a7f9dcf519
|
||||
size 336894
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -224,7 +224,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -27,7 +27,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
30448
kernel-exynos.changes
Normal file
30448
kernel-exynos.changes
Normal file
File diff suppressed because it is too large
Load Diff
1073
kernel-exynos.spec
Normal file
1073
kernel-exynos.spec
Normal file
File diff suppressed because it is too large
Load Diff
30448
kernel-lpae.changes
Normal file
30448
kernel-lpae.changes
Normal file
File diff suppressed because it is too large
Load Diff
1076
kernel-lpae.spec
Normal file
1076
kernel-lpae.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 3.14.rc6
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -38,12 +38,18 @@ Release: %kernel_source_release
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
%ifarch %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
%ifarch aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-desktop-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-exynos-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-lpae-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
@ -55,7 +61,7 @@ Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ia64 ppc ppc64 ppc64le s390x x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 21:37:31 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- config: Fix version string for armv7hl/lpae
|
||||
- commit d1a7ba5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 10:21:33 CET 2014 - guillaume.gardet@opensuse.org
|
||||
|
||||
- ARM: Re-enable and update configs
|
||||
- commit d73f266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 15:08:02 CET 2014 - jbeulich@suse.com
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcc55130
|
||||
Release: <RELEASE>.gd1a7ba5
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-03-11 15:08:02 +0100
|
||||
GIT Revision: cc55130d770468373b2608aaddcb6881e2007a9b
|
||||
2014-03-12 21:46:49 +0100
|
||||
GIT Revision: d1a7ba53d701659bfc4cd34084096f30a6fc8042
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user