Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2015-03-03 11:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shim (Old)
 and      /work/SRC/openSUSE:Factory/.shim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/shim/shim.changes        2014-11-12 
00:21:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2015-03-03 
11:11:02.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 17 06:02:34 UTC 2015 - mch...@suse.com
+
+- shim-install : fix cryptodisk installation (boo#917427)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ shim.spec ++++++
--- /var/tmp/diff_new_pack.uWjoOI/_old  2015-03-03 11:11:03.000000000 +0100
+++ /var/tmp/diff_new_pack.uWjoOI/_new  2015-03-03 11:11:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shim
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ shim-install ++++++
--- /var/tmp/diff_new_pack.uWjoOI/_old  2015-03-03 11:11:04.000000000 +0100
+++ /var/tmp/diff_new_pack.uWjoOI/_new  2015-03-03 11:11:04.000000000 +0100
@@ -243,6 +243,13 @@
   grub_mkrelpath="${grub_mkrelpath} -r"
 fi
 fi
+
+if [ x$GRUB_ENABLE_CRYPTODISK = xy ]; then
+  for uuid in `"${grub_probe}" --target=cryptodisk_uuid --device-map= 
"${grub_cfg_dirname}"`; do
+    echo "cryptomount -u $uuid"
+  done
+fi
+
 cat <<EOF
 search --fs-uuid --set=root ${cfg_fs_uuid}
 set prefix=(\${root})`${grub_mkrelpath} ${grub_cfg_dirname}`

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to