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:
parent
28959a1d8c
commit
0314619567
@ -23,10 +23,10 @@ v3:
|
|||||||
References: bnc#865815
|
References: bnc#865815
|
||||||
Porting to tboot in order to fix duplicated xen entries
|
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.7.orig/tboot/20_linux_tboot
|
||||||
+++ tboot-1.9.6/tboot/20_linux_tboot
|
+++ tboot-1.9.7/tboot/20_linux_tboot
|
||||||
@@ -225,6 +225,49 @@ while [ "x${tboot_list}" != "x" ] && [ "
|
@@ -225,6 +225,49 @@ while [ "x${tboot_list}" != "x" ] && [ "
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
@ -77,10 +77,10 @@ Index: tboot-1.9.6/tboot/20_linux_tboot
|
|||||||
if test -n "${initrd}" ; then
|
if test -n "${initrd}" ; then
|
||||||
echo "Found initrd image: ${dirname}/${initrd}" >&2
|
echo "Found initrd image: ${dirname}/${initrd}" >&2
|
||||||
else
|
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.7.orig/tboot/20_linux_xen_tboot
|
||||||
+++ tboot-1.9.6/tboot/20_linux_xen_tboot
|
+++ tboot-1.9.7/tboot/20_linux_xen_tboot
|
||||||
@@ -52,6 +52,12 @@ fi
|
@@ -52,6 +52,12 @@ fi
|
||||||
export TEXTDOMAIN=grub
|
export TEXTDOMAIN=grub
|
||||||
export TEXTDOMAINDIR=${prefix}/share/locale
|
export TEXTDOMAINDIR=${prefix}/share/locale
|
||||||
|
@ -4,13 +4,13 @@ Subject: fix xen submenu name to show tboot version
|
|||||||
References: bnc#865815
|
References: bnc#865815
|
||||||
Patch-Mainline: no
|
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.7.orig/tboot/20_linux_xen_tboot
|
||||||
+++ tboot-1.9.6/tboot/20_linux_xen_tboot
|
+++ tboot-1.9.7/tboot/20_linux_xen_tboot
|
||||||
@@ -232,7 +232,7 @@ while [ "x${xen_list}" != "x" ] ; do
|
@@ -232,7 +232,7 @@ while [ "x${xen_list}" != "x" ] ; do
|
||||||
rel_tboot_dirname=`make_system_path_relative_to_its_root $tboot_dirname`
|
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}"
|
list="${linux_list}"
|
||||||
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
|
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
|
||||||
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
|
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
|
||||||
|
@ -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
|
- package new upstream tarball for 1.9.7. It seems the tarball was replaced
|
||||||
upstream without notice, because some version numbers have not been
|
upstream without notice, because some version numbers have not been
|
||||||
incremented.
|
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
|
Fri Aug 31 14:23:48 UTC 2018 - matthias.gerstner@suse.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user