commit d47663bcce08d1d7f3d97b0cc909da6cb6775c99

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7511
This commit is contained in:
Michal Marek 2013-05-03 06:05:56 +00:00 committed by Git OBS Bridge
parent 2dd470880b
commit 3b07cbf0cd
37 changed files with 393 additions and 49 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2446e9a644bb35552af8aeedf98e23ddbd1ad21d936789a61a0bd8d9f1bed53
size 307391
oid sha256:22193f09d35f71c51f29b6b6f20579987f1a391c243251e1525fe67c236f2f17
size 307394

2
get_release_number.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
echo "<RELEASE>.gd47663b.0"

View File

@ -267,7 +267,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -344,7 +344,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -347,7 +347,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -362,7 +362,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -356,7 +356,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -25,7 +25,7 @@
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
Url: http://www.kernel.org/

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -346,7 +346,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -343,7 +343,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -344,7 +344,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -353,7 +353,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -346,7 +346,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -30,7 +30,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: Development/Sources
Url: http://www.kernel.org/

View File

@ -7,26 +7,16 @@
%define using_buildservice 0%{?opensuse_bs}
# source_rel is the package release string, without the rebuild counter
# generated by the build service. In non-official builds, the upstream
# EXTRAVERSION component is also part of the release string,
# e.g. next.20110101.9.6 (hyphens are replaced by periods). Builds in the
# official distribution projects replace the release string though.
# generated by the build service. If the release string has a non-digit
# suffix, we keep that suffix and strip the rightmost digit component.
# This is used in KOTD builds: 2.1.g1234567 -> 2.g1234567
%define source_rel %release
%if %using_buildservice
%define source_rel %(release=%release; echo ${release%.*})
%define source_rel %(echo %release | sed -r 's/\\.[0-9]+($|\\.[^.]*[^.0-9][^.]*$)/\\1/')
%endif
# release_num is the numeric source revision part of the release number,
# i.e. source_rel without the upstream tags like -rcX. A hyphen is added
# automatically for convenient use.
# examples: rc3 -> "", rc3.1 -> -1, next.20110101.9 -> -9
#
# patchversion is inserted into the spec files by the mkspec script, it is the
# upstream release string unchanged, e.g. 2.6.38-rc3
%define release_num %(upstream=%patchversion; upstream=${upstream#%version}; upstream=${upstream#-}; upstream=${upstream//-/.}; rel="%source_rel" ; res="${rel#$upstream}"; res=${res#.}; echo ${res:+-}${res})
# how the kernel release string (uname -r) should look like
%define kernelrelease %patchversion%release_num
%define kernelrelease %patchversion-%source_rel
%define my_builddir %_builddir/%{name}-%{version}

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.9.0
%if %using_buildservice
Release: 0
Release: <RELEASE>.gd47663b
%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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -354,7 +354,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -350,7 +350,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-versatile
Summary: Kernel for Versatile SoC
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -343,7 +343,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -47,6 +61,14 @@ Fri Apr 12 22:48:25 CEST 2013 - agraf@suse.de
- cpuidle: calxeda: disable power gating by default.
- commit 1f54900
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -60,7 +60,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.9.0
Release: 0
Release: <RELEASE>.gd47663b
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -346,7 +346,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,3 @@
2013-04-30 09:06:14 +0200
GIT Revision: 5d7fc507c3a0089c4622fd120d2991339c7ada94
2013-05-02 11:47:47 +0200
GIT Revision: d47663bcce08d1d7f3d97b0cc909da6cb6775c99
GIT Branch: master