diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index c7a6106b..01ae149a 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -340,8 +340,12 @@ done %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 diff --git a/kernel-cubox.changes b/kernel-cubox.changes index b21d1735..88158ac2 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-cubox.spec b/kernel-cubox.spec index e7e41d7c..ad07f5e0 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -416,8 +416,12 @@ done %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 diff --git a/kernel-debug.changes b/kernel-debug.changes index b21d1735..88158ac2 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-debug.spec b/kernel-debug.spec index 097b2a73..8d9ccc0b 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -419,8 +419,12 @@ done %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 diff --git a/kernel-default.changes b/kernel-default.changes index b21d1735..88158ac2 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-default.spec b/kernel-default.spec index 2dccb52d..a61801e0 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -434,8 +434,12 @@ done %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 diff --git a/kernel-desktop.changes b/kernel-desktop.changes index b21d1735..88158ac2 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 75cda667..3bd50a71 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -428,8 +428,12 @@ done %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 diff --git a/kernel-docs.changes b/kernel-docs.changes index b21d1735..88158ac2 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-ec2.changes b/kernel-ec2.changes index b21d1735..88158ac2 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 03cb57f1..309c9aed 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -418,8 +418,12 @@ done %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 diff --git a/kernel-exynos.changes b/kernel-exynos.changes index b21d1735..88158ac2 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 86221865..7bf8529d 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -415,8 +415,12 @@ done %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 diff --git a/kernel-highbank.changes b/kernel-highbank.changes index b21d1735..88158ac2 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-highbank.spec b/kernel-highbank.spec index 15d42aae..481eec8a 100644 --- a/kernel-highbank.spec +++ b/kernel-highbank.spec @@ -415,8 +415,12 @@ done %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 diff --git a/kernel-imx51.changes b/kernel-imx51.changes index b21d1735..88158ac2 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-imx51.spec b/kernel-imx51.spec index 3cdf3963..77b13eb4 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -416,8 +416,12 @@ done %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 diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index b21d1735..88158ac2 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index e8497203..8c201385 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -416,8 +416,12 @@ done %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 diff --git a/kernel-pae.changes b/kernel-pae.changes index b21d1735..88158ac2 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-pae.spec b/kernel-pae.spec index c8e04ba5..5e616141 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -425,8 +425,12 @@ done %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 diff --git a/kernel-s390.changes b/kernel-s390.changes index b21d1735..88158ac2 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-s390.spec b/kernel-s390.spec index 6185d33e..d7a15fdc 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -418,8 +418,12 @@ done %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 diff --git a/kernel-source.changes b/kernel-source.changes index b21d1735..88158ac2 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-syms.changes b/kernel-syms.changes index b21d1735..88158ac2 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-trace.changes b/kernel-trace.changes index b21d1735..88158ac2 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-trace.spec b/kernel-trace.spec index eab99598..5b3342f0 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -426,8 +426,12 @@ done %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 diff --git a/kernel-u8500.changes b/kernel-u8500.changes index b21d1735..88158ac2 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-u8500.spec b/kernel-u8500.spec index 5d4b2c43..ae9c943c 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -416,8 +416,12 @@ done %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 diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index b21d1735..88158ac2 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 63116b32..00a901de 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -422,8 +422,12 @@ done %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 diff --git a/kernel-versatile.changes b/kernel-versatile.changes index b21d1735..88158ac2 100644 --- a/kernel-versatile.changes +++ b/kernel-versatile.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-versatile.spec b/kernel-versatile.spec index 55e8f01f..08d70e1a 100644 --- a/kernel-versatile.spec +++ b/kernel-versatile.spec @@ -415,8 +415,12 @@ done %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 diff --git a/kernel-xen.changes b/kernel-xen.changes index b21d1735..88158ac2 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kernel-xen.spec b/kernel-xen.spec index 23077ed4..3a5479fa 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -418,8 +418,12 @@ done %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 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 18ef27bb..2108236c 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:2a9fdef2fdf81a334655b9293b90db4c8271dba7a2e39a3e7d39f559539e6f78 -size 2118105 +oid sha256:e48e248e31acfcce2d1548963b1c571116c911e14fba170739fe0ca3d07a5b9d +size 2117760 diff --git a/source-timestamp b/source-timestamp index e4476877..01b73c41 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2013-02-12 21:38:15 +0100 -GIT Revision: f4f3306e8258fa1cbd72afe222a287b11a1dbf20 +2013-02-13 10:33:05 +0100 +GIT Revision: d55bd4788da9fb6ac1762b2b4070093d5a7b3910 GIT Branch: openSUSE-12.3