Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at 2014-07-18 06:39:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old) and /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-bootloader" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes 2014-07-11 20:05:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes 2014-07-18 06:39:51.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Jul 16 11:46:38 UTC 2014 - jsr...@suse.cz + +- don't check dedicated /boot/zipl partition on upgrade + (bnc#886604) +- 3.1.67 + +------------------------------------------------------------------- Old: ---- yast2-bootloader-3.1.66.tar.bz2 New: ---- yast2-bootloader-3.1.67.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.ERUFbn/_old 2014-07-18 06:39:52.000000000 +0200 +++ /var/tmp/diff_new_pack.ERUFbn/_new 2014-07-18 06:39:52.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.66 +Version: 3.1.67 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-bootloader-3.1.66.tar.bz2 -> yast2-bootloader-3.1.67.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.66/package/yast2-bootloader.changes new/yast2-bootloader-3.1.67/package/yast2-bootloader.changes --- old/yast2-bootloader-3.1.66/package/yast2-bootloader.changes 2014-07-11 10:08:30.000000000 +0200 +++ new/yast2-bootloader-3.1.67/package/yast2-bootloader.changes 2014-07-16 14:37:52.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Jul 16 11:46:38 UTC 2014 - jsr...@suse.cz + +- don't check dedicated /boot/zipl partition on upgrade + (bnc#886604) +- 3.1.67 + +------------------------------------------------------------------- Fri Jul 11 08:17:54 UTC 2014 - jreidin...@suse.com - fix writing sysconfig for grub1 (bnc#885634) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.66/package/yast2-bootloader.spec new/yast2-bootloader-3.1.67/package/yast2-bootloader.spec --- old/yast2-bootloader-3.1.66/package/yast2-bootloader.spec 2014-07-11 10:08:30.000000000 +0200 +++ new/yast2-bootloader-3.1.67/package/yast2-bootloader.spec 2014-07-16 14:37:52.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.66 +Version: 3.1.67 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.66/src/modules/BootSupportCheck.rb new/yast2-bootloader-3.1.67/src/modules/BootSupportCheck.rb --- old/yast2-bootloader-3.1.66/src/modules/BootSupportCheck.rb 2014-07-11 10:08:30.000000000 +0200 +++ new/yast2-bootloader-3.1.67/src/modules/BootSupportCheck.rb 2014-07-16 14:37:52.000000000 +0200 @@ -30,6 +30,7 @@ Yast.import "BootCommon" Yast.import "BootStorage" Yast.import "FileUtils" + Yast.import "Mode" # List of problems found during last check @detected_problems = [] @@ -262,6 +263,9 @@ def check_zipl_part + # if partitioning worked before upgrade, it will keep working (bnc#886604) + return true if Mode.update + boot_part = Storage.GetEntryForMountpoint("/boot/zipl") boot_part = Storage.GetEntryForMountpoint("/boot") if boot_part.empty? boot_part = Storage.GetEntryForMountpoint("/") if boot_part.empty? -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org