Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at 2016-04-22 16:18:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-03-29 09:55:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes 2016-04-22 16:18:46.000000000 +0200 @@ -1,0 +2,76 @@ +Fri Apr 22 08:55:08 UTC 2016 - jreidinger@suse.com + +- smarter prep partition proposal (bnc#970152) +- fix exception when grub.cfg is not yet generated (bnc#976534) +- 3.1.176 + +------------------------------------------------------------------- +Wed Apr 20 15:18:46 UTC 2016 - jreidinger@suse.com + +- fix installing grub2 to underlaying devices (bnc#976315) +- 3.1.175 + +------------------------------------------------------------------- +Tue Apr 19 09:01:33 UTC 2016 - jreidinger@suse.com + +- Improve misleading label for GRUB2 password (bnc#952633) +- 3.1.174 + +------------------------------------------------------------------- +Mon Apr 18 13:20:34 UTC 2016 - jreidinger@suse.com + +- fix regression in installation on md raid + (related to FATE#317701 found by openqa) +- 3.1.173 + +------------------------------------------------------------------- +Mon Apr 18 06:53:06 UTC 2016 - jreidinger@suse.com + +- fix regression in serial console handling and cover it with + automatic tests + (bnc#870514 appears again) +- 3.1.172 + +------------------------------------------------------------------- +Thu Apr 14 15:52:10 UTC 2016 - igonzalezsosa@suse.com + +- Fix error when showing order of hard disks (bsc#975514) +- 3.1.171 + +------------------------------------------------------------------- +Thu Apr 14 12:21:20 CEST 2016 - schubi@suse.de + +- Fix: Taking modulename "Bootloader" instead of class. + (related to FATE#317701) +- 3.1.170 + +------------------------------------------------------------------- +Wed Apr 13 14:14:14 UTC 2016 - jreidinger@suse.com + +- Clean pending TODOs and implement bootloader API calls with new + architecture (related to FATE#317701) +- 3.1.169 + +------------------------------------------------------------------- +Wed Apr 13 13:14:30 UTC 2016 - jreidinger@suse.com + +- Drop preparing storage data for perl-Bootloader as it is no + longer needed (related to FATE#317701) +- 3.1.168 + +------------------------------------------------------------------- +Wed Apr 13 11:14:11 UTC 2016 - jreidinger@suse.com + +- Fix import of integer timeout and export of terminal symbol + (found during testing of FATE#317701) +- 3.1.167 + +------------------------------------------------------------------- +Tue Apr 12 13:29:54 UTC 2016 - jreidinger@suse.com + +- do not propose nor running grub2-install on bare metal POWER + (bnc#970582) +- do not use perl-Bootloader in yast2-bootloader (FATE#317701) +- 3.1.166 + +------------------------------------------------------------------- Old: ---- yast2-bootloader-3.1.165.tar.bz2 New: ---- yast2-bootloader-3.1.176.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.Az7Wtp/_old 2016-04-22 16:18:47.000000000 +0200 +++ /var/tmp/diff_new_pack.Az7Wtp/_new 2016-04-22 16:18:47.000000000 +0200 @@ -17,28 +17,34 @@ Name: yast2-bootloader -Version: 3.1.165 +Version: 3.1.176 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 Url: http://github.com/yast/yast-bootloader -BuildRequires: yast2 >= 3.1.112 +BuildRequires: yast2 >= 3.1.176 BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-ruby-bindings >= 1.0.0 BuildRequires: yast2-storage -BuildRequires: rubygem(rspec) -BuildRequires: rubygem(yast-rake) +BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.4.0 +BuildRequires: rubygem(%rb_default_ruby_abi:rspec) +BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) PreReq: /bin/sed %fillup_prereq # Base classes for inst clients Requires: parted -Requires: perl-Bootloader-YAML -Requires: yast2 >= 3.1.112 +# Yast::Execute class +Requires: yast2 >= 3.1.176 Requires: yast2-core >= 2.18.7 Requires: yast2-packager >= 2.17.24 Requires: yast2-pkg-bindings >= 2.17.25 Requires: yast2-storage >= 2.18.18 +# GRUB_DEFAULT attribute +Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.4.0 +# lenses are needed as cfa_grub2 depends only on augeas bindings, but also +# lenses are needed here +Requires: augeas-lenses %ifarch %ix86 x86_64 Requires: syslinux @@ -85,9 +91,6 @@ %dir %{yast_desktopdir} %{yast_desktopdir}/bootloader.desktop -%dir %{yast_yncludedir} -%dir %{yast_yncludedir}/bootloader -%{yast_yncludedir}/bootloader/* %dir %{yast_moduledir} %{yast_moduledir}/* %dir %{yast_clientdir} ++++++ yast2-bootloader-3.1.165.tar.bz2 -> yast2-bootloader-3.1.176.tar.bz2 ++++++ ++++ 17345 lines of diff (skipped)