Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2018-07-01 21:24:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Sun Jul  1 21:24:57 2018 rev:407 rq:619526 version:4.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2018-06-19 11:52:39.258557179 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
    2018-07-01 21:24:59.532878093 +0200
@@ -1,0 +2,6 @@
+Wed Jun 27 13:14:47 CEST 2018 - aschn...@suse.com
+
+- adapted testsuite to change in yast2-storage-ng (bsc#1073633)
+- 4.1.3
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-4.1.2.tar.bz2

New:
----
  yast2-installation-4.1.3.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.YFGrwE/_old  2018-07-01 21:24:59.884877635 +0200
+++ /var/tmp/diff_new_pack.YFGrwE/_new  2018-07-01 21:24:59.888877630 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        4.1.2
+Version:        4.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -48,8 +48,8 @@
 # Yast::Packages.check_remote_installation_packages
 BuildRequires:  yast2-packager >= 4.0.9
 
-# Y2Storage::Inhibitors
-BuildRequires:  yast2-storage-ng >= 4.0.175
+# Y2Storage::Inhibitors including systemd masking
+BuildRequires:  yast2-storage-ng >= 4.0.194
 Requires:       yast2-storage-ng >= 4.0.175
 
 # TextHelpers#div_with_direction

++++++ yast2-installation-4.1.2.tar.bz2 -> yast2-installation-4.1.3.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.2/package/yast2-installation.changes 
new/yast2-installation-4.1.3/package/yast2-installation.changes
--- old/yast2-installation-4.1.2/package/yast2-installation.changes     
2018-06-12 17:30:05.000000000 +0200
+++ new/yast2-installation-4.1.3/package/yast2-installation.changes     
2018-06-28 09:18:42.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jun 27 13:14:47 CEST 2018 - aschn...@suse.com
+
+- adapted testsuite to change in yast2-storage-ng (bsc#1073633)
+- 4.1.3
+
+-------------------------------------------------------------------
 Mon Jun 11 11:30:44 UTC 2018 - knut.anders...@suse.com
 
 - Firstboot.service: Shutdown on failure preventing the service to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.2/package/yast2-installation.spec 
new/yast2-installation-4.1.3/package/yast2-installation.spec
--- old/yast2-installation-4.1.2/package/yast2-installation.spec        
2018-06-12 17:30:05.000000000 +0200
+++ new/yast2-installation-4.1.3/package/yast2-installation.spec        
2018-06-28 09:18:42.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.1.2
+Version:        4.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -47,8 +47,8 @@
 # Yast::Packages.check_remote_installation_packages
 BuildRequires: yast2-packager >= 4.0.9
 
-# Y2Storage::Inhibitors
-BuildRequires: yast2-storage-ng >= 4.0.175
+# Y2Storage::Inhibitors including systemd masking
+BuildRequires: yast2-storage-ng >= 4.0.194
 Requires:      yast2-storage-ng >= 4.0.175
 
 # TextHelpers#div_with_direction
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.2/test/lib/clients/inst_system_analysis_test.rb 
new/yast2-installation-4.1.3/test/lib/clients/inst_system_analysis_test.rb
--- old/yast2-installation-4.1.2/test/lib/clients/inst_system_analysis_test.rb  
2018-06-12 17:30:05.000000000 +0200
+++ new/yast2-installation-4.1.3/test/lib/clients/inst_system_analysis_test.rb  
2018-06-28 09:18:42.000000000 +0200
@@ -48,7 +48,8 @@
 
     it "uses default activation callbacks" do
       expect(storage).to receive(:activate).with(nil).and_return true
-      expect(Yast::Execute).to receive(:locally!).with("/sbin/udevadm", 
"control", "--property=ANACONDA=yes")
+      expect(Yast::Execute).to receive(:locally!).with("/sbin/udevadm", 
"control", "--property=ANACONDA=yes").ordered
+      expect(Yast::Execute).to 
receive(:locally!).with("/usr/lib/YaST2/bin/mask-systemd-units", 
"--mask").ordered
       client.ActionHDDProbe
     end
 


Reply via email to