commit f080c74e6a74c7b0875ab304d62d2a07af1557a5
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7562
This commit is contained in:
parent
326abf7dc5
commit
f32066ffda
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.10-rc7
|
||||
SRCVERSION=3.10
|
||||
# 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:37c71b3defce8ca8b174c69207a6eb14e7728e3a4be75c70cdec698544a0affb
|
||||
size 252361
|
||||
oid sha256:c71a927aa45999afa14998f42fd52143d66ca42c03fa278018c4e9ee9be58976
|
||||
size 252171
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -145,7 +145,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -148,7 +148,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -156,7 +156,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -145,7 +145,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -145,7 +145,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -145,7 +145,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -145,7 +145,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -148,7 +148,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Url: http://www.kernel.org/
|
||||
@ -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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -23,9 +23,9 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.10.rc7
|
||||
Version: 3.10.0
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Release: <RELEASE>.gf080c74
|
||||
%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
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -148,7 +148,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -145,7 +145,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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 03:49:16 CEST 2013 - jeffm@suse.com
|
||||
|
||||
- Update to 3.10-final.
|
||||
- commit f080c74
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
|
||||
|
||||
- arm: cubox, use timer initialization directly in the machine descriptor
|
||||
Now that the only field in struct sys_timer is .init, delete the struct,
|
||||
and replace the machine descriptor .timer field with the
|
||||
initialization function itself.
|
||||
- commit d522780
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.10-rc7
|
||||
%define patchversion 3.10.0-rc7
|
||||
%define srcversion 3.10
|
||||
%define patchversion 3.10.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,8 +59,8 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.10.rc7
|
||||
Release: <RELEASE>.g0e47df9
|
||||
Version: 3.10.0
|
||||
Release: <RELEASE>.gf080c74
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -145,7 +145,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.10.tar.bz2
Normal file
3
linux-3.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46c9e55e1fddf40813b8d697d5645037a8e2af5c1a8dff52b3fe82b5021582b8
|
||||
size 87164931
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f9443d2923d959a3a05a27246120b713c579a37587c5f806bb6dda315d1718a
|
||||
size 150767
|
||||
oid sha256:afc7fdab8a5d1848feec4ad81224b274f74178e89d35004debc58956eae52f6d
|
||||
size 150728
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-06-27 18:09:43 +0200
|
||||
GIT Revision: 0e47df9c8470398804eaf4a564cb103f129f1586
|
||||
2013-07-01 03:49:16 +0200
|
||||
GIT Revision: f080c74e6a74c7b0875ab304d62d2a07af1557a5
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user