Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2017-05-03 15:53:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Bootloader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Bootloader"

Wed May  3 15:53:12 2017 rev:180 rq:491865 version:0.918

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2017-02-03 17:53:16.456650019 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes     
2017-05-03 15:53:17.101304123 +0200
@@ -0,0 +1,8 @@
+--------------------------------------------------------------------
+Fri Apr 28 14:10:38 UTC 2017 - [email protected]
+
+- merge gh#openSUSE/perl-bootloader#112
+- implemented trusted boot/TPM support in UEFI mode (bsc#1036735,
+  fate#315831)
+- 0.918
+

Old:
----
  perl-Bootloader-0.917.tar.xz

New:
----
  perl-Bootloader-0.918.tar.xz

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

Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.7CW1EZ/_old  2017-05-03 15:53:18.697078838 +0200
+++ /var/tmp/diff_new_pack.7CW1EZ/_new  2017-05-03 15:53:18.701078273 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Bootloader
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Bootloader
-Version:        0.917
+Version:        0.918
 Release:        0
 Requires:       coreutils
 Requires:       perl-base = %{perl_version}

++++++ perl-Bootloader-0.917.tar.xz -> perl-Bootloader-0.918.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.917/VERSION 
new/perl-Bootloader-0.918/VERSION
--- old/perl-Bootloader-0.917/VERSION   2017-01-24 13:49:06.000000000 +0100
+++ new/perl-Bootloader-0.918/VERSION   2017-04-28 16:10:38.000000000 +0200
@@ -1 +1 @@
-0.917
+0.918
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.917/changelog 
new/perl-Bootloader-0.918/changelog
--- old/perl-Bootloader-0.917/changelog 2017-01-24 13:49:06.000000000 +0100
+++ new/perl-Bootloader-0.918/changelog 2017-04-28 16:10:38.000000000 +0200
@@ -1,3 +1,6 @@
+2017-04-28:    0.918
+       - implemented trusted boot/TPM support in UEFI mode (bsc #1036735, fate 
#315831)
+
 2017-01-03:    0.917
        - grub2: drop trailing space from saved entry
        - grub2: parse initrd (bsc #1007335)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.917/grub2-efi/install 
new/perl-Bootloader-0.918/grub2-efi/install
--- old/perl-Bootloader-0.917/grub2-efi/install 2017-01-24 13:49:06.000000000 
+0100
+++ new/perl-Bootloader-0.918/grub2-efi/install 2017-04-28 16:10:38.000000000 
+0200
@@ -52,6 +52,10 @@
        append="--no-nvram --removable"
 fi
 
+if [ "$SYS__BOOTLOADER__TRUSTED_BOOT" = yes -a -f 
"/usr/lib/grub2/$target/tpm.mod" ] ; then
+       append="$append --suse-enable-tpm"
+fi
+
 if [ "$SYS__BOOTLOADER__SECURE_BOOT" = "yes" ] ; then
   if [ -x /usr/sbin/shim-install ] ; then
     ( set -x ; /usr/sbin/shim-install --config-file=/boot/grub2/grub.cfg 
$append )


Reply via email to