commit d47663bcce08d1d7f3d97b0cc909da6cb6775c99
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7511
This commit is contained in:
parent
2dd470880b
commit
3b07cbf0cd
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e2446e9a644bb35552af8aeedf98e23ddbd1ad21d936789a61a0bd8d9f1bed53
|
oid sha256:22193f09d35f71c51f29b6b6f20579987f1a391c243251e1525fe67c236f2f17
|
||||||
size 307391
|
size 307394
|
||||||
|
2
get_release_number.sh
Normal file
2
get_release_number.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo "<RELEASE>.gd47663b.0"
|
@ -267,7 +267,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-cubox
|
Name: kernel-cubox
|
||||||
Summary: Kernel for SolidRun Cubox
|
Summary: Kernel for SolidRun Cubox
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -344,7 +344,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -347,7 +347,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -362,7 +362,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -356,7 +356,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 3.9.0
|
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: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -346,7 +346,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-exynos
|
Name: kernel-exynos
|
||||||
Summary: Kernel for Samsung's Exynos SoC
|
Summary: Kernel for Samsung's Exynos SoC
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -343,7 +343,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-lpae
|
Name: kernel-lpae
|
||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -344,7 +344,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -353,7 +353,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -346,7 +346,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -7,26 +7,16 @@
|
|||||||
%define using_buildservice 0%{?opensuse_bs}
|
%define using_buildservice 0%{?opensuse_bs}
|
||||||
|
|
||||||
# source_rel is the package release string, without the rebuild counter
|
# source_rel is the package release string, without the rebuild counter
|
||||||
# generated by the build service. In non-official builds, the upstream
|
# generated by the build service. If the release string has a non-digit
|
||||||
# EXTRAVERSION component is also part of the release string,
|
# suffix, we keep that suffix and strip the rightmost digit component.
|
||||||
# e.g. next.20110101.9.6 (hyphens are replaced by periods). Builds in the
|
# This is used in KOTD builds: 2.1.g1234567 -> 2.g1234567
|
||||||
# official distribution projects replace the release string though.
|
|
||||||
%define source_rel %release
|
%define source_rel %release
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%define source_rel %(release=%release; echo ${release%.*})
|
%define source_rel %(echo %release | sed -r 's/\\.[0-9]+($|\\.[^.]*[^.0-9][^.]*$)/\\1/')
|
||||||
%endif
|
%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
|
# 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}
|
%define my_builddir %_builddir/%{name}-%{version}
|
||||||
|
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
%else
|
%else
|
||||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
%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
|
Release: %kernel_source_release
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -354,7 +354,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -350,7 +350,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-versatile
|
Name: kernel-versatile
|
||||||
Summary: Kernel for Versatile SoC
|
Summary: Kernel for Versatile SoC
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -343,7 +343,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -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
|
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.
|
- cpuidle: calxeda: disable power gating by default.
|
||||||
- commit 1f54900
|
- 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
|
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: <RELEASE>.gd47663b
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -346,7 +346,7 @@ else
|
|||||||
cp ../config/%cpu_arch_flavor .config
|
cp ../config/%cpu_arch_flavor .config
|
||||||
fi
|
fi
|
||||||
%build_src_dir/scripts/config \
|
%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 \
|
--enable CONFIG_SUSE_KERNEL \
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
--enable CONFIG_DEBUG_INFO \
|
--enable CONFIG_DEBUG_INFO \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2013-04-30 09:06:14 +0200
|
2013-05-02 11:47:47 +0200
|
||||||
GIT Revision: 5d7fc507c3a0089c4622fd120d2991339c7ada94
|
GIT Revision: d47663bcce08d1d7f3d97b0cc909da6cb6775c99
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user