Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2016-12-03 18:24:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2016-11-19 12:49:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2016-12-03 18:24:05.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Nov 22 15:23:44 UTC 2016 - [email protected] + +- Fix building on s390x (bsc#1011489) +- 3.2.4 + +------------------------------------------------------------------- Old: ---- autoyast2-3.2.3.tar.bz2 New: ---- autoyast2-3.2.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.3J5JxY/_old 2016-12-03 18:24:07.000000000 +0100 +++ /var/tmp/diff_new_pack.3J5JxY/_new 2016-12-03 18:24:07.000000000 +0100 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.2.3 +Version: 3.2.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ autoyast2-3.2.3.tar.bz2 -> autoyast2-3.2.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.3/package/autoyast2.changes new/autoyast2-3.2.4/package/autoyast2.changes --- old/autoyast2-3.2.3/package/autoyast2.changes 2016-11-18 12:04:15.000000000 +0100 +++ new/autoyast2-3.2.4/package/autoyast2.changes 2016-11-30 16:46:01.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Nov 22 15:23:44 UTC 2016 - [email protected] + +- Fix building on s390x (bsc#1011489) +- 3.2.4 + +------------------------------------------------------------------- Fri Nov 18 10:00:25 UTC 2016 - [email protected] - Do not crash when services manager configuration is missing diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.3/package/autoyast2.spec new/autoyast2-3.2.4/package/autoyast2.spec --- old/autoyast2-3.2.3/package/autoyast2.spec 2016-11-18 12:04:15.000000000 +0100 +++ new/autoyast2-3.2.4/package/autoyast2.spec 2016-11-30 16:46:01.000000000 +0100 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.2.3 +Version: 3.2.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.2.3/test/AutoinstPartPlan_test.rb new/autoyast2-3.2.4/test/AutoinstPartPlan_test.rb --- old/autoyast2-3.2.3/test/AutoinstPartPlan_test.rb 2016-11-18 12:04:15.000000000 +0100 +++ new/autoyast2-3.2.4/test/AutoinstPartPlan_test.rb 2016-11-30 16:46:01.000000000 +0100 @@ -45,14 +45,11 @@ expect(Yast::Storage).to receive(:GetTargetMap).and_return(target_map) expect(Yast::AutoinstPartPlan.Read).to eq(true) export = Yast::AutoinstPartPlan.Export.select { |d| d.key?("skip_list") } - expect(export).to eq( - [ { "initialize"=>true, - "skip_list"=> - [{"skip_key"=>"device", "skip_value"=>"/dev/sdb"}, - {"skip_key"=>"device", "skip_value"=>"/dev/sde"}] - } - ] - ) + + expect(export[0]).to include("initialize" => true) + skip_list = export[0]["skip_list"] + expect(skip_list).to all(include("skip_key" => "device")) + expect(skip_list).to all(include("skip_value" => /\/dev\//)) end end
