From 9611599ff00a21661e41e5645fba286bd723ffa7eac3bf4899e1a862d3f0df5a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 19 May 2016 11:10:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=47 --- tboot-grub2-fix-menu-in-xen-host-server.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tboot-grub2-fix-menu-in-xen-host-server.patch b/tboot-grub2-fix-menu-in-xen-host-server.patch index 8f2b6c3..d0c384c 100644 --- a/tboot-grub2-fix-menu-in-xen-host-server.patch +++ b/tboot-grub2-fix-menu-in-xen-host-server.patch @@ -23,11 +23,11 @@ v3: References: bnc#865815 Porting to tboot in order to fix duplicated xen entries -Index: tboot-1.8.0/tboot/20_linux_tboot +Index: tboot-1.9.4/tboot/20_linux_tboot =================================================================== ---- tboot-1.8.0.orig/tboot/20_linux_tboot -+++ tboot-1.8.0/tboot/20_linux_tboot -@@ -166,6 +166,49 @@ while [ "x${tboot_list}" != "x" ] && [ " +--- tboot-1.9.4.orig/tboot/20_linux_tboot ++++ tboot-1.9.4/tboot/20_linux_tboot +@@ -225,6 +225,49 @@ while [ "x${tboot_list}" != "x" ] && [ " break fi done @@ -77,11 +77,11 @@ Index: tboot-1.8.0/tboot/20_linux_tboot if test -n "${initrd}" ; then echo "Found initrd image: ${dirname}/${initrd}" >&2 else -Index: tboot-1.8.0/tboot/20_linux_xen_tboot +Index: tboot-1.9.4/tboot/20_linux_xen_tboot =================================================================== ---- tboot-1.8.0.orig/tboot/20_linux_xen_tboot -+++ tboot-1.8.0/tboot/20_linux_xen_tboot -@@ -30,6 +30,12 @@ fi +--- tboot-1.9.4.orig/tboot/20_linux_xen_tboot ++++ tboot-1.9.4/tboot/20_linux_xen_tboot +@@ -52,6 +52,12 @@ fi export TEXTDOMAIN=grub export TEXTDOMAINDIR=${prefix}/share/locale @@ -94,7 +94,7 @@ Index: tboot-1.8.0/tboot/20_linux_xen_tboot CLASS="--class gnu-linux --class gnu --class os --class xen" if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then -@@ -147,9 +153,17 @@ linux_list=`for i in /boot/vmlinu[xz]-* +@@ -185,9 +191,17 @@ linux_list=`for i in /boot/vmlinu[xz]-* if [ "x${linux_list}" = "x" ] ; then exit 0 fi