From 5dd199d24bdb0da77cb71ad164207ab4f961c90d177065924bee92328253910d Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Sat, 16 Feb 2013 07:16:00 +0000 Subject: [PATCH] commit 2fa96bd51718a06667cf23f3a71fa20a4df068cb OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=175 --- kernel-binary.spec.in | 15 ++++++++++++++- kernel-cubox.changes | 27 +++++++++++++++++++++++++++ kernel-cubox.spec | 19 ++++++++++++++++--- kernel-debug.changes | 27 +++++++++++++++++++++++++++ kernel-debug.spec | 19 ++++++++++++++++--- kernel-default.changes | 27 +++++++++++++++++++++++++++ kernel-default.spec | 19 ++++++++++++++++--- kernel-desktop.changes | 27 +++++++++++++++++++++++++++ kernel-desktop.spec | 19 ++++++++++++++++--- kernel-docs.changes | 27 +++++++++++++++++++++++++++ kernel-docs.spec | 4 ++-- kernel-ec2.changes | 27 +++++++++++++++++++++++++++ kernel-ec2.spec | 19 ++++++++++++++++--- kernel-exynos.changes | 27 +++++++++++++++++++++++++++ kernel-exynos.spec | 19 ++++++++++++++++--- kernel-highbank.changes | 27 +++++++++++++++++++++++++++ kernel-highbank.spec | 19 ++++++++++++++++--- kernel-imx51.changes | 27 +++++++++++++++++++++++++++ kernel-imx51.spec | 19 ++++++++++++++++--- kernel-omap2plus.changes | 27 +++++++++++++++++++++++++++ kernel-omap2plus.spec | 19 ++++++++++++++++--- kernel-pae.changes | 27 +++++++++++++++++++++++++++ kernel-pae.spec | 19 ++++++++++++++++--- kernel-s390.changes | 27 +++++++++++++++++++++++++++ kernel-s390.spec | 19 ++++++++++++++++--- kernel-source.changes | 27 +++++++++++++++++++++++++++ kernel-source.spec | 4 ++-- kernel-syms.changes | 27 +++++++++++++++++++++++++++ kernel-syms.spec | 2 +- kernel-trace.changes | 27 +++++++++++++++++++++++++++ kernel-trace.spec | 19 ++++++++++++++++--- kernel-u8500.changes | 27 +++++++++++++++++++++++++++ kernel-u8500.spec | 19 ++++++++++++++++--- kernel-vanilla.changes | 27 +++++++++++++++++++++++++++ kernel-vanilla.spec | 19 ++++++++++++++++--- kernel-versatile.changes | 27 +++++++++++++++++++++++++++ kernel-versatile.spec | 19 ++++++++++++++++--- kernel-xen.changes | 27 +++++++++++++++++++++++++++ kernel-xen.spec | 19 ++++++++++++++++--- patches.fixes.tar.bz2 | 4 ++-- patches.kernel.org.tar.bz2 | 4 ++-- series.conf | 2 +- source-timestamp | 4 ++-- 43 files changed, 795 insertions(+), 61 deletions(-) diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index c855e87c..01ae149a 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-cubox.spec b/kernel-cubox.spec index 5cc5e922..5fa12475 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-debug.spec b/kernel-debug.spec index d9dfbf24..4354da60 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-default.spec b/kernel-default.spec index 16a07483..59088443 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-desktop.spec b/kernel-desktop.spec index d4f59ca5..2e3c8885 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-docs.spec b/kernel-docs.spec index 1cb06a46..fbbbb454 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,14 +17,14 @@ # norootforbuild -%define patchversion 3.7.7 +%define patchversion 3.7.8 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 3.7.7 +Version: 3.7.8 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 fc019ce7..00685c7f 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 5f739087..dcfb4a43 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 60329f52..415e6a09 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-highbank.spec b/kernel-highbank.spec index 2b895f3c..42beb245 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-imx51.spec b/kernel-imx51.spec index a451964b..8260d20a 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index 40f05a0d..c9492cbd 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-pae.spec b/kernel-pae.spec index a3fc237f..2a675225 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-s390.spec b/kernel-s390.spec index e63b5136..791c7a94 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-source.spec b/kernel-source.spec index e157d847..98f49a51 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -19,7 +19,7 @@ # icecream 0 %define srcversion 3.7 -%define patchversion 3.7.7 +%define patchversion 3.7.8 %define variant %{nil} %define vanilla_only 0 @@ -29,7 +29,7 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 3.7.7 +Version: 3.7.8 Release: 0 License: GPL-2.0 Group: Development/Sources diff --git a/kernel-syms.changes b/kernel-syms.changes index fc019ce7..00685c7f 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-syms.spec b/kernel-syms.spec index b56b0b32..a9cae50f 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -23,7 +23,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 3.7.7 +Version: 3.7.8 %if %using_buildservice Release: 0 %else diff --git a/kernel-trace.changes b/kernel-trace.changes index fc019ce7..00685c7f 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-trace.spec b/kernel-trace.spec index 987fd732..012c9b91 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-u8500.spec b/kernel-u8500.spec index 1378e5f4..68255ca8 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index b6573a25..9fefef82 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-versatile.changes +++ b/kernel-versatile.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-versatile.spec b/kernel-versatile.spec index 08f5af46..a9a2d18d 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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 fc019ce7..00685c7f 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Feb 14 20:22:25 CET 2013 - jslaby@suse.cz + +- Linux 3.7.8. +- Delete + patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue. +- commit 59f2b98 + +------------------------------------------------------------------- +Wed Feb 13 10:33:05 CET 2013 - mmarek@suse.cz + +- rpm/kernel-binary.spec.in: Only sign the x86_64 kernels +- commit d55bd47 + +------------------------------------------------------------------- +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 diff --git a/kernel-xen.spec b/kernel-xen.spec index 064a5fa8..7a8b9fa6 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.7 +%define patchversion 3.7.8 %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.7 +Version: 3.7.8 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,15 @@ done %install +%if %CONFIG_EFI_STUB == "y" +# sign the kernel in the buildservice +%ifarch x86_64 +# XXX: only do it on x86_64, as the repackaging changes kernel-pae +# from i686 to i586 +export BRP_PESIGN_FILES="/boot/vmlinuz-%kernelrelease-%build_flavor" +%endif +%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.fixes.tar.bz2 b/patches.fixes.tar.bz2 index f9df02a9..530cc8ff 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c99c7446d9a6210a895a97d5ff4228ec9f6022d3443f186f37a409c6edd0c5d -size 23326 +oid sha256:ce264d8a1f79533245e84860ded5791c663ed33c1f44de22d1ca1d529e19e2d4 +size 22511 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index e23650ba..28919b34 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:0cbbc8cde740bcf9699807323d9f74d62efaff438516c56df5e3eeda8100054b -size 200429 +oid sha256:3338c24c48efc5f511745c1f6d6c9db09f996f871c198299244edf642f1f9f99 +size 218889 diff --git a/series.conf b/series.conf index a72129e3..4d437d47 100644 --- a/series.conf +++ b/series.conf @@ -34,6 +34,7 @@ patches.kernel.org/patch-3.7.4-5 patches.kernel.org/patch-3.7.5-6 patches.kernel.org/patch-3.7.6-7 + patches.kernel.org/patch-3.7.7-8 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -438,7 +439,6 @@ # Wireless Networking ######################################################## patches.suse/b43-missing-firmware-info.patch - patches.fixes/revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon-flush-queue ######################################################## # ISDN diff --git a/source-timestamp b/source-timestamp index 4aac6c03..20951325 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2013-02-11 23:47:39 +0100 -GIT Revision: aeb27143cd2a8d0af09da35287f852f3a739f8b5 +2013-02-15 15:56:20 +0100 +GIT Revision: 2fa96bd51718a06667cf23f3a71fa20a4df068cb GIT Branch: stable