Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at 2015-04-12 00:09:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-03-29 20:17:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes 2015-04-12 00:09:07.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Apr 9 13:15:02 UTC 2015 - [email protected] + +- fix abort when importing bootloader values in autoyast + (bnc#914812) +- 3.1.126 + +------------------------------------------------------------------- Old: ---- yast2-bootloader-3.1.125.tar.bz2 New: ---- yast2-bootloader-3.1.126.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.tvXLhO/_old 2015-04-12 00:09:08.000000000 +0200 +++ /var/tmp/diff_new_pack.tvXLhO/_new 2015-04-12 00:09:08.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.125 +Version: 3.1.126 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-bootloader-3.1.125.tar.bz2 -> yast2-bootloader-3.1.126.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.125/CONTRIBUTING.md new/yast2-bootloader-3.1.126/CONTRIBUTING.md --- old/yast2-bootloader-3.1.125/CONTRIBUTING.md 2015-03-26 14:22:10.000000000 +0100 +++ new/yast2-bootloader-3.1.126/CONTRIBUTING.md 2015-04-09 15:22:08.000000000 +0200 @@ -12,13 +12,13 @@ ----------- If you find a problem, please report it either using -[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2) +[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2) or [GitHub issues](../../issues). (For Bugzilla, use the [simplified registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp) if you don't have an account yet.) If you find a problem, please report it either using -[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee +[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee that every bug will be fixed, but we'll try. When creating a bug report, please follow our [bug reporting diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.125/package/yast2-bootloader.changes new/yast2-bootloader-3.1.126/package/yast2-bootloader.changes --- old/yast2-bootloader-3.1.125/package/yast2-bootloader.changes 2015-03-26 14:22:10.000000000 +0100 +++ new/yast2-bootloader-3.1.126/package/yast2-bootloader.changes 2015-04-09 15:22:08.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Apr 9 13:15:02 UTC 2015 - [email protected] + +- fix abort when importing bootloader values in autoyast + (bnc#914812) +- 3.1.126 + +------------------------------------------------------------------- Wed Mar 25 08:15:01 UTC 2015 - [email protected] - Propose secure_boot by default only on x86, aarch64 is not ready yet diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.125/package/yast2-bootloader.spec new/yast2-bootloader-3.1.126/package/yast2-bootloader.spec --- old/yast2-bootloader-3.1.125/package/yast2-bootloader.spec 2015-03-26 14:22:10.000000000 +0100 +++ new/yast2-bootloader-3.1.126/package/yast2-bootloader.spec 2015-04-09 15:22:08.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.125 +Version: 3.1.126 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.125/src/lib/bootloader/auto_client.rb new/yast2-bootloader-3.1.126/src/lib/bootloader/auto_client.rb --- old/yast2-bootloader-3.1.125/src/lib/bootloader/auto_client.rb 2015-03-26 14:22:10.000000000 +0100 +++ new/yast2-bootloader-3.1.126/src/lib/bootloader/auto_client.rb 2015-04-09 15:22:08.000000000 +0200 @@ -18,8 +18,10 @@ def run progress_orig = Yast::Progress.set(false) - super + ret = super Yast::Progress.set(progress_orig) + + ret end def import(data)
