From c1f3593cc0af5d3c39de2205064d0fe02ee16c42e01a64727e4d290bc1a2f637 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 12 Feb 2013 21:30:45 +0000 Subject: [PATCH] Accepting request 155264 from Kernel:openSUSE-12.3 - rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project certificate is available when signing the kernel. - commit f4f3306 - rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice - commit b13c7b4 - Linux 3.7.7. - commit 67ebb60 - Drivers: hv: balloon: Prevent the host from ballooning the guest too low. - Drivers: hv: balloon: Add a parameter to delay pressure reporting. - commit 77e8d63 OBS-URL: https://build.opensuse.org/request/show/155264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=187 --- kernel-binary.spec.in | 11 ++++++++++- kernel-cubox.changes | 28 ++++++++++++++++++++++++++++ kernel-cubox.spec | 15 ++++++++++++--- kernel-debug.changes | 28 ++++++++++++++++++++++++++++ kernel-debug.spec | 15 ++++++++++++--- kernel-default.changes | 28 ++++++++++++++++++++++++++++ kernel-default.spec | 15 ++++++++++++--- kernel-desktop.changes | 28 ++++++++++++++++++++++++++++ kernel-desktop.spec | 15 ++++++++++++--- kernel-docs.changes | 28 ++++++++++++++++++++++++++++ kernel-docs.spec | 4 ++-- kernel-ec2.changes | 28 ++++++++++++++++++++++++++++ kernel-ec2.spec | 15 ++++++++++++--- kernel-exynos.changes | 28 ++++++++++++++++++++++++++++ kernel-exynos.spec | 15 ++++++++++++--- kernel-highbank.changes | 28 ++++++++++++++++++++++++++++ kernel-highbank.spec | 15 ++++++++++++--- kernel-imx51.changes | 28 ++++++++++++++++++++++++++++ kernel-imx51.spec | 15 ++++++++++++--- kernel-omap2plus.changes | 28 ++++++++++++++++++++++++++++ kernel-omap2plus.spec | 15 ++++++++++++--- kernel-pae.changes | 28 ++++++++++++++++++++++++++++ kernel-pae.spec | 15 ++++++++++++--- kernel-s390.changes | 28 ++++++++++++++++++++++++++++ kernel-s390.spec | 15 ++++++++++++--- kernel-source.changes | 28 ++++++++++++++++++++++++++++ kernel-source.spec | 4 ++-- kernel-syms.changes | 28 ++++++++++++++++++++++++++++ kernel-syms.spec | 2 +- kernel-trace.changes | 28 ++++++++++++++++++++++++++++ kernel-trace.spec | 15 ++++++++++++--- kernel-u8500.changes | 28 ++++++++++++++++++++++++++++ kernel-u8500.spec | 15 ++++++++++++--- kernel-vanilla.changes | 28 ++++++++++++++++++++++++++++ kernel-vanilla.spec | 15 ++++++++++++--- kernel-versatile.changes | 28 ++++++++++++++++++++++++++++ kernel-versatile.spec | 15 ++++++++++++--- kernel-xen.changes | 28 ++++++++++++++++++++++++++++ kernel-xen.spec | 15 ++++++++++++--- patches.kernel.org.tar.bz2 | 4 ++-- patches.suse.tar.bz2 | 4 ++-- patches.xen.tar.bz2 | 4 ++-- series.conf | 3 +++ source-timestamp | 4 ++-- 44 files changed, 750 insertions(+), 62 deletions(-) diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index c855e87c..c7a6106b 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -16,6 +16,8 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion @SRCVERSION@ %define patchversion @PATCHVERSION@ @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -64,6 +66,8 @@ Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -334,6 +338,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-cubox.changes b/kernel-cubox.changes index 95b0bba1..b21d1735 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-cubox.spec b/kernel-cubox.spec index e3c787e5..e7e41d7c 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-cubox Summary: Kernel for SolidRun Cubox -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -410,6 +414,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-debug.changes b/kernel-debug.changes index 95b0bba1..b21d1735 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-debug.spec b/kernel-debug.spec index af686394..097b2a73 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -413,6 +417,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-default.changes b/kernel-default.changes index 95b0bba1..b21d1735 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-default.spec b/kernel-default.spec index e9346791..2dccb52d 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-default Summary: The Standard Kernel -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -428,6 +432,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 95b0bba1..b21d1735 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 8b516224..75cda667 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -422,6 +426,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-docs.changes b/kernel-docs.changes index 95b0bba1..b21d1735 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-docs.spec b/kernel-docs.spec index eebec7b8..1cb06a46 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,14 +17,14 @@ # norootforbuild -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 3.7.6 +Version: 3.7.7 Release: 0 BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 95b0bba1..b21d1735 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 34320dc9..03cb57f1 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -412,6 +416,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-exynos.changes b/kernel-exynos.changes index 95b0bba1..b21d1735 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 4300359d..86221865 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -409,6 +413,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-highbank.changes b/kernel-highbank.changes index 95b0bba1..b21d1735 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-highbank.spec b/kernel-highbank.spec index c7cd2f6b..15d42aae 100644 --- a/kernel-highbank.spec +++ b/kernel-highbank.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-highbank Summary: Kernel for Calxeda Highbank SoC -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -409,6 +413,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-imx51.changes b/kernel-imx51.changes index 95b0bba1..b21d1735 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-imx51.spec b/kernel-imx51.spec index 7678e445..3cdf3963 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-imx51 Summary: Kernel for Freescale's iMX SoC -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -410,6 +414,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index 95b0bba1..b21d1735 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index cbdab581..e8497203 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-omap2plus Summary: Kernel for Texas instrument's OMAP SoC -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -410,6 +414,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-pae.changes b/kernel-pae.changes index 95b0bba1..b21d1735 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-pae.spec b/kernel-pae.spec index cd46ea59..c8e04ba5 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -419,6 +423,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-s390.changes b/kernel-s390.changes index 95b0bba1..b21d1735 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-s390.spec b/kernel-s390.spec index 24165001..6185d33e 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-s390 Summary: The Standard Kernel -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -412,6 +416,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-source.changes b/kernel-source.changes index 95b0bba1..b21d1735 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-source.spec b/kernel-source.spec index 364b7371..e157d847 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -19,7 +19,7 @@ # icecream 0 %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -29,7 +29,7 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: Development/Sources diff --git a/kernel-syms.changes b/kernel-syms.changes index 95b0bba1..b21d1735 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-syms.spec b/kernel-syms.spec index 998b188a..b56b0b32 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -23,7 +23,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 3.7.6 +Version: 3.7.7 %if %using_buildservice Release: 0 %else diff --git a/kernel-trace.changes b/kernel-trace.changes index 95b0bba1..b21d1735 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-trace.spec b/kernel-trace.spec index 02a6566b..eab99598 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -420,6 +424,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-u8500.changes b/kernel-u8500.changes index 95b0bba1..b21d1735 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-u8500.spec b/kernel-u8500.spec index 9b0565e0..5d4b2c43 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-u8500 Summary: Kernel for ST-Ericsson's Nova SoC -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -410,6 +414,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 95b0bba1..b21d1735 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 80871e08..63116b32 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -416,6 +420,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-versatile.changes b/kernel-versatile.changes index 95b0bba1..b21d1735 100644 --- a/kernel-versatile.changes +++ b/kernel-versatile.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-versatile.spec b/kernel-versatile.spec index b9ea8e3c..55e8f01f 100644 --- a/kernel-versatile.spec +++ b/kernel-versatile.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-versatile Summary: Kernel for Versatile SoC -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -409,6 +413,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/kernel-xen.changes b/kernel-xen.changes index 95b0bba1..b21d1735 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 12 21:38:15 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Add needssslcertforbuild, so that the project + certificate is available when signing the kernel. +- commit f4f3306 + +------------------------------------------------------------------- +Tue Feb 12 21:06:45 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Sign vmlinuz in the buildservice +- commit b13c7b4 + +------------------------------------------------------------------- +Mon Feb 11 19:39:04 CET 2013 - jslaby@suse.cz + +- Linux 3.7.7. +- commit 67ebb60 + +------------------------------------------------------------------- +Mon Feb 11 15:18:07 CET 2013 - ohering@suse.de + +- Drivers: hv: balloon: Prevent the host from ballooning the + guest too low. +- Drivers: hv: balloon: Add a parameter to delay pressure + reporting. +- commit 77e8d63 + ------------------------------------------------------------------- Tue Feb 5 15:21:07 CET 2013 - jeffm@suse.com diff --git a/kernel-xen.spec b/kernel-xen.spec index cc7b9dd1..23077ed4 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -16,9 +16,11 @@ # # norootforbuild +# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt +# needssslcertforbuild %define srcversion 3.7 -%define patchversion 3.7.6 +%define patchversion 3.7.7 %define variant %{nil} %define vanilla_only 0 @@ -44,7 +46,7 @@ # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) -%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT +%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT CONFIG_EFI_STUB %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar -xjf %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") @@ -57,13 +59,15 @@ Name: kernel-xen Summary: The Xen Kernel -Version: 3.7.6 +Version: 3.7.7 Release: 0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes +# Used to sign the kernel in the buildservice +BuildRequires: pesign-obs-integration Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release Provides: %name = %version-%source_rel @@ -412,6 +416,11 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif + # get rid of /usr/lib/rpm/brp-strip-debug # strip removes too much from the vmlinux ELF binary export NO_BRP_STRIP_DEBUG=true diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 99967ca7..e23650ba 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6a4bd5ebf992967cf16c02dfef60726f45db93b8ff410dbc316a0e43934e47e -size 190589 +oid sha256:0cbbc8cde740bcf9699807323d9f74d62efaff438516c56df5e3eeda8100054b +size 200429 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 0cb3935c..9bd57812 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bf713a4f835f4b998b48893cc01fe14b66c785d8907e17dd8a308d26e0a3241 -size 168176 +oid sha256:c4bff26941bf1d71b186f193700cded7b976501e3474f5a6a800ab87c999cd9f +size 168876 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 2108236c..18ef27bb 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e48e248e31acfcce2d1548963b1c571116c911e14fba170739fe0ca3d07a5b9d -size 2117760 +oid sha256:2a9fdef2fdf81a334655b9293b90db4c8271dba7a2e39a3e7d39f559539e6f78 +size 2118105 diff --git a/series.conf b/series.conf index 80975776..a72129e3 100644 --- a/series.conf +++ b/series.conf @@ -33,6 +33,7 @@ patches.kernel.org/patch-3.7.3-4 patches.kernel.org/patch-3.7.4-5 patches.kernel.org/patch-3.7.5-6 + patches.kernel.org/patch-3.7.6-7 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -239,6 +240,8 @@ patches.suse/suse-hv-fate314663-0003-Drivers-hv-balloon-Fix-a-bug-in-the-definition-of-st.patch patches.suse/suse-hv-fate314663-0004-Drivers-hv-balloon-Fix-a-memory-leak.patch patches.suse/suse-hv-fate314663-0005-Drivers-hv-balloon-Make-adjustments-to-the-pressure-.patch + patches.suse/suse-hv-fate314663-0006-Drivers-hv-balloon-Add-a-parameter-to-delay-pressure.patch + patches.suse/suse-hv-fate314663-0007-Drivers-hv-balloon-Prevent-the-host-from-ballooning-.patch patches.suse/suse-hv-fate314665-0001-Drivers-hv-Implement-routines-for-read-side-signalin.patch patches.suse/suse-hv-fate314665-0002-Drivers-hv-Add-state-to-manage-batched-reading.patch patches.suse/suse-hv-fate314665-0003-Drivers-hv-Turn-off-batched-reading-for-util-drivers.patch diff --git a/source-timestamp b/source-timestamp index 8fb3025f..e4476877 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2013-02-05 09:21:07 -0500 -GIT Revision: ecd48c7af399ea4ae680a39bf5e7568664374469 +2013-02-12 21:38:15 +0100 +GIT Revision: f4f3306e8258fa1cbd72afe222a287b11a1dbf20 GIT Branch: openSUSE-12.3