[yast-commit] [ci_new_pac] JFYI yast2-bootloader -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-bootloader -> sle12 ## BNC# 866863 : "Installer complaining about unsupported combination of s390x and grub2" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-bootloader/yast2-bootloader.changes 2014-03-04 18:03:55.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-bootloader/yast2-bootloader.changes 2014-03-05 10:12:36.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 5 10:02:23 CET 2014 - snwint@suse.de + +- always allow grub2 (bnc #866863) +- 3.1.10 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-bootloader - yast2-kdump - yast2-product-creator - yast2-reipl - yast2-vm ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-bootloader (Old) and /mounts/work_src_done/SLE12/yast2-bootloader (BS:build ID:33879 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-bootloader", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-bootloader-3.1.9.tar.bz2 New: ---- yast2-bootloader-3.1.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.lLRljY/_old 2014-03-05 13:59:35.000000000 +0100 +++ /var/tmp/diff_new_pack.lLRljY/_new 2014-03-05 13:59:35.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.9 +Version: 3.1.10 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-bootloader-3.1.9.tar.bz2 -> yast2-bootloader-3.1.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.9/package/yast2-bootloader.changes new/yast2-bootloader-3.1.10/package/yast2-bootloader.changes --- old/yast2-bootloader-3.1.9/package/yast2-bootloader.changes 2014-03-04 17:49:44.000000000 +0100 +++ new/yast2-bootloader-3.1.10/package/yast2-bootloader.changes 2014-03-05 10:09:42.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Mar 5 10:02:23 CET 2014 - snwint@suse.de + +- always allow grub2 (bnc #866863) +- 3.1.10 + +------------------------------------------------------------------- Tue Mar 4 16:27:11 CET 2014 - snwint@suse.de - switch to grub2 on s390x diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.9/package/yast2-bootloader.spec new/yast2-bootloader-3.1.10/package/yast2-bootloader.spec --- old/yast2-bootloader-3.1.9/package/yast2-bootloader.spec 2014-03-04 17:49:44.000000000 +0100 +++ new/yast2-bootloader-3.1.10/package/yast2-bootloader.spec 2014-03-05 10:09:42.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.9 +Version: 3.1.10 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.9/src/modules/BootSupportCheck.rb new/yast2-bootloader-3.1.10/src/modules/BootSupportCheck.rb --- old/yast2-bootloader-3.1.9/src/modules/BootSupportCheck.rb 2014-03-04 17:49:44.000000000 +0100 +++ new/yast2-bootloader-3.1.10/src/modules/BootSupportCheck.rb 2014-03-05 10:09:42.000000000 +0100 @@ -106,6 +106,9 @@ lt = Bootloader.getLoaderType return true if lt == "none" + # grub2 is sooo cool... + return true if lt == "grub2" + return true if Arch.s390 && lt == "zipl" return true if Arch.ppc && lt == "ppc" return true if Arch.ia64 && lt == "elilo" continue with "q"... Checked in at Wed Mar 5 13:59:49 CET 2014 by ro 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)
-
ro