Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2018-04-07 20:51:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Sat Apr  7 20:51:19 2018 rev:241 rq:593303 version:4.0.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2018-03-26 
12:17:25.191952567 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2018-04-07 
20:51:21.874752511 +0200
@@ -1,0 +2,6 @@
+Tue Apr  3 10:43:16 UTC 2018 - jlo...@suse.com
+
+- Fix tests to use correct storage instance (part of fate#318196).
+- 4.0.45
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-4.0.44.tar.bz2

New:
----
  autoyast2-4.0.45.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.tksv4v/_old  2018-04-07 20:51:22.514729349 +0200
+++ /var/tmp/diff_new_pack.tksv4v/_new  2018-04-07 20:51:22.518729204 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.0.44
+Version:        4.0.45
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ autoyast2-4.0.44.tar.bz2 -> autoyast2-4.0.45.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.44/package/autoyast2.changes 
new/autoyast2-4.0.45/package/autoyast2.changes
--- old/autoyast2-4.0.44/package/autoyast2.changes      2018-03-23 
14:08:51.000000000 +0100
+++ new/autoyast2-4.0.45/package/autoyast2.changes      2018-04-03 
17:46:54.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Apr  3 10:43:16 UTC 2018 - jlo...@suse.com
+
+- Fix tests to use correct storage instance (part of fate#318196).
+- 4.0.45
+
+-------------------------------------------------------------------
 Fri Mar 23 11:58:50 UTC 2018 - jlo...@suse.com
 
 - Properly abort when probing devices fails (part of bsc#1083672).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.44/package/autoyast2.spec 
new/autoyast2-4.0.45/package/autoyast2.spec
--- old/autoyast2-4.0.44/package/autoyast2.spec 2018-03-23 14:08:51.000000000 
+0100
+++ new/autoyast2-4.0.45/package/autoyast2.spec 2018-04-03 17:46:54.000000000 
+0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.0.44
+Version:        4.0.45
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.44/test/AutoInstallRules_test.rb 
new/autoyast2-4.0.45/test/AutoInstallRules_test.rb
--- old/autoyast2-4.0.44/test/AutoInstallRules_test.rb  2018-03-23 
14:08:51.000000000 +0100
+++ new/autoyast2-4.0.45/test/AutoInstallRules_test.rb  2018-04-03 
17:46:54.000000000 +0200
@@ -6,6 +6,7 @@
 
 describe "Yast::AutoInstallRules" do
   subject { Yast::AutoInstallRules }
+  before { Y2Storage::StorageManager.create_test_instance }
 
   let(:root_path) { File.expand_path('../..', __FILE__) }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.44/test/AutoinstPartPlan_test.rb 
new/autoyast2-4.0.45/test/AutoinstPartPlan_test.rb
--- old/autoyast2-4.0.44/test/AutoinstPartPlan_test.rb  2018-03-23 
14:08:51.000000000 +0100
+++ new/autoyast2-4.0.45/test/AutoinstPartPlan_test.rb  2018-04-03 
17:46:54.000000000 +0200
@@ -18,6 +18,8 @@
 
 describe "Yast::AutoinstPartPlan" do
   before do
+    Y2Storage::StorageManager.create_test_instance
+
     allow(Yast::Arch).to receive(:architecture).and_return("x86_64")
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-4.0.44/test/lib/clients/ayast_probe_test.rb 
new/autoyast2-4.0.45/test/lib/clients/ayast_probe_test.rb
--- old/autoyast2-4.0.44/test/lib/clients/ayast_probe_test.rb   2018-03-23 
14:08:51.000000000 +0100
+++ new/autoyast2-4.0.45/test/lib/clients/ayast_probe_test.rb   2018-04-03 
17:46:54.000000000 +0200
@@ -37,6 +37,8 @@
   end
 
   before do
+    Y2Storage::StorageManager.create_test_instance
+
     allow(Yast::UI).to receive(:OpenDialog).and_return(true)
     allow(Yast::UI).to receive(:CloseDialog).and_return(true)
     allow(Y2Storage::StorageManager.instance).to receive(:probed)


Reply via email to