[yast-commit] [ci_new_pac] JFYI yast2-bootloader -> sle12
![](https://seccdn.libravatar.org/avatar/c832a8d3457e1cacf4f28b56b637136d.jpg?s=120&d=mm&r=g)
Script 'mail_helper' called by bg Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: bg. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-bootloader -> sle12 ## BNC# 892032 : "yast2-vm always creates non-SecureBoot option during installation of XEN" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-bootloader/yast2-bootloader.changes 2014-08-26 15:43:19.000000000 +0200 +++ /mounts/work_src_done/SLE12/yast2-bootloader/yast2-bootloader.changes 2014-08-27 10:14:10.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 27 07:53:45 UTC 2014 - jreidinger@suse.com + +- do not reset secure boot to false at the end of installation in + case of incapable device (bnc#892032) +- 3.1.91 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-bootloader - yast2-kdump - yast2-product-creator - yast2-reipl - yast2-schema - yast2-vm ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-bootloader (Old) and /mounts/work_src_done/SLE12/yast2-bootloader (BS:build ID:43168 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-bootloader", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-bootloader-3.1.90.tar.bz2 New: ---- yast2-bootloader-3.1.91.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.K05Ty4/_old 2014-08-27 16:12:12.000000000 +0200 +++ /var/tmp/diff_new_pack.K05Ty4/_new 2014-08-27 16:12:12.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.90 +Version: 3.1.91 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-bootloader-3.1.90.tar.bz2 -> yast2-bootloader-3.1.91.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.90/package/yast2-bootloader.changes new/yast2-bootloader-3.1.91/package/yast2-bootloader.changes --- old/yast2-bootloader-3.1.90/package/yast2-bootloader.changes 2014-08-26 14:30:12.000000000 +0200 +++ new/yast2-bootloader-3.1.91/package/yast2-bootloader.changes 2014-08-27 10:09:29.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Aug 27 07:53:45 UTC 2014 - jreidinger@suse.com + +- do not reset secure boot to false at the end of installation in + case of incapable device (bnc#892032) +- 3.1.91 + +------------------------------------------------------------------- Tue Aug 26 11:37:17 UTC 2014 - jreidinger@suse.com - fix partition activation on LVM (bnc#893449) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.90/package/yast2-bootloader.spec new/yast2-bootloader-3.1.91/package/yast2-bootloader.spec --- old/yast2-bootloader-3.1.90/package/yast2-bootloader.spec 2014-08-26 14:30:12.000000000 +0200 +++ new/yast2-bootloader-3.1.91/package/yast2-bootloader.spec 2014-08-27 10:09:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.90 +Version: 3.1.91 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.90/src/modules/BootCommon.rb new/yast2-bootloader-3.1.91/src/modules/BootCommon.rb --- old/yast2-bootloader-3.1.90/src/modules/BootCommon.rb 2014-08-26 14:30:12.000000000 +0200 +++ new/yast2-bootloader-3.1.91/src/modules/BootCommon.rb 2014-08-27 10:09:30.000000000 +0200 @@ -893,22 +893,6 @@ nil end - def checkSecureBoot - ret = false - sbvar = "/sys/firmware/efi/vars/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c/data" - sbvar_avail = 0 == - Convert.to_integer( - SCR.Execute(path(".target.bash"), Ops.add("test -e ", sbvar)) - ) - - if sbvar_avail - cmd = Builtins.sformat("test `od -An -N1 -t u1 %1` -eq 1", sbvar) - ret = 0 == Convert.to_integer(SCR.Execute(path(".target.bash"), cmd)) - end - - ret - end - def getSystemSecureBootStatus(recheck) return @secure_boot if !recheck && @secure_boot != nil @@ -923,7 +907,8 @@ end end - @secure_boot = checkSecureBoot + # propose secure boot always to true (bnc#872054), otherwise respect user choice + @secure_boot = true if @secure_boot.nil? @secure_boot end continue with "q"... Checked in at Wed Aug 27 16:12:34 CEST 2014 by bg Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
bg