SHA256
1
0
forked from pool/tboot

- tboot-grub2-fix-menu-in-xen-host-server.patch: rebased

- tboot-grub2-fix-xen-submenu-name.patch: rebased

OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=81
This commit is contained in:
Matthias Gerstner 2018-09-03 10:18:14 +00:00 committed by Git OBS Bridge
parent 28959a1d8c
commit 0314619567
3 changed files with 12 additions and 10 deletions

View File

@ -23,10 +23,10 @@ v3:
References: bnc#865815
Porting to tboot in order to fix duplicated xen entries
Index: tboot-1.9.6/tboot/20_linux_tboot
Index: tboot-1.9.7/tboot/20_linux_tboot
===================================================================
--- tboot-1.9.6.orig/tboot/20_linux_tboot
+++ tboot-1.9.6/tboot/20_linux_tboot
--- tboot-1.9.7.orig/tboot/20_linux_tboot
+++ tboot-1.9.7/tboot/20_linux_tboot
@@ -225,6 +225,49 @@ while [ "x${tboot_list}" != "x" ] && [ "
break
fi
@ -77,10 +77,10 @@ Index: tboot-1.9.6/tboot/20_linux_tboot
if test -n "${initrd}" ; then
echo "Found initrd image: ${dirname}/${initrd}" >&2
else
Index: tboot-1.9.6/tboot/20_linux_xen_tboot
Index: tboot-1.9.7/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.9.6.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.6/tboot/20_linux_xen_tboot
--- tboot-1.9.7.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.7/tboot/20_linux_xen_tboot
@@ -52,6 +52,12 @@ fi
export TEXTDOMAIN=grub
export TEXTDOMAINDIR=${prefix}/share/locale

View File

@ -4,13 +4,13 @@ Subject: fix xen submenu name to show tboot version
References: bnc#865815
Patch-Mainline: no
Index: tboot-1.9.6/tboot/20_linux_xen_tboot
Index: tboot-1.9.7/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.9.6.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.6/tboot/20_linux_xen_tboot
--- tboot-1.9.7.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.7/tboot/20_linux_xen_tboot
@@ -232,7 +232,7 @@ while [ "x${xen_list}" != "x" ] ; do
rel_tboot_dirname=`make_system_path_relative_to_its_root $tboot_dirname`
tboot_version="1.9.6"
tboot_version="1.9.7"
list="${linux_list}"
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"

View File

@ -4,6 +4,8 @@ Mon Sep 3 10:11:39 UTC 2018 - matthias.gerstner@suse.com
- package new upstream tarball for 1.9.7. It seems the tarball was replaced
upstream without notice, because some version numbers have not been
incremented.
- tboot-grub2-fix-menu-in-xen-host-server.patch: rebased
- tboot-grub2-fix-xen-submenu-name.patch: rebased
-------------------------------------------------------------------
Fri Aug 31 14:23:48 UTC 2018 - matthias.gerstner@suse.com