Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2014-03-27 06:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2014-03-21 12:14:38.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
    2014-03-27 06:17:20.000000000 +0100
@@ -1,0 +2,13 @@
+Mon Mar 24 14:48:36 UTC 2014 - [email protected]
+
+- change cio_ignore kernel parameter according to kernel changes
+  (bnc#869463)
+- 3.1.59
+
+-------------------------------------------------------------------
+Mon Mar 24 12:33:47 UTC 2014 - [email protected]
+
+- avoid constant redefinition warning(BNC#869202)
+- 3.1.58
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.ZtxWQ7/_old  2014-03-27 06:17:21.000000000 +0100
+++ /var/tmp/diff_new_pack.ZtxWQ7/_new  2014-03-27 06:17:21.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        3.1.57
+Version:        3.1.59
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-3.1.57.tar.bz2 -> yast2-installation-3.1.59.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.57/package/yast2-installation.changes 
new/yast2-installation-3.1.59/package/yast2-installation.changes
--- old/yast2-installation-3.1.57/package/yast2-installation.changes    
2014-03-20 08:44:40.000000000 +0100
+++ new/yast2-installation-3.1.59/package/yast2-installation.changes    
2014-03-25 11:35:02.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Mon Mar 24 14:48:36 UTC 2014 - [email protected]
+
+- change cio_ignore kernel parameter according to kernel changes
+  (bnc#869463)
+- 3.1.59
+
+-------------------------------------------------------------------
+Mon Mar 24 12:33:47 UTC 2014 - [email protected]
+
+- avoid constant redefinition warning(BNC#869202)
+- 3.1.58
+
+-------------------------------------------------------------------
 Wed Mar 19 12:45:27 UTC 2014 - [email protected]
 
 - skip "Installation Options" dialog when online repository option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.57/package/yast2-installation.spec 
new/yast2-installation-3.1.59/package/yast2-installation.spec
--- old/yast2-installation-3.1.57/package/yast2-installation.spec       
2014-03-20 08:44:40.000000000 +0100
+++ new/yast2-installation-3.1.59/package/yast2-installation.spec       
2014-03-25 11:35:02.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        3.1.57
+Version:        3.1.59
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.57/src/clients/clone_proposal.rb 
new/yast2-installation-3.1.59/src/clients/clone_proposal.rb
--- old/yast2-installation-3.1.57/src/clients/clone_proposal.rb 2014-03-20 
08:44:40.000000000 +0100
+++ new/yast2-installation-3.1.59/src/clients/clone_proposal.rb 2014-03-25 
11:35:02.000000000 +0100
@@ -125,7 +125,7 @@
       @clone_settings.enabled = UI.QueryWidget(:value_holder, :Value)
       UI.CloseDialog
     end
-  end
+  end unless defined? (CloneProposalClient) #avoid class redefinition if 
reevaluated
 end
 
 Yast::CloneProposalClient.new.main
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.57/src/clients/inst_download_release_notes.rb 
new/yast2-installation-3.1.59/src/clients/inst_download_release_notes.rb
--- old/yast2-installation-3.1.57/src/clients/inst_download_release_notes.rb    
2014-03-20 08:44:40.000000000 +0100
+++ new/yast2-installation-3.1.59/src/clients/inst_download_release_notes.rb    
2014-03-25 11:35:02.000000000 +0100
@@ -120,6 +120,8 @@
     end
 
     def main
+      textdomain "installation"
+
       download_release_notes
       :auto
     end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.57/src/lib/installation/cio_ignore.rb 
new/yast2-installation-3.1.59/src/lib/installation/cio_ignore.rb
--- old/yast2-installation-3.1.57/src/lib/installation/cio_ignore.rb    
2014-03-20 08:44:41.000000000 +0100
+++ new/yast2-installation-3.1.59/src/lib/installation/cio_ignore.rb    
2014-03-25 11:35:02.000000000 +0100
@@ -166,9 +166,7 @@
       res = Yast::Bootloader.Read
 
       # API is not much intuitive, see Yast::Bootloader.setKernelParam for 
details
-      res &&= Yast::Bootloader.setKernelParam("DEFAULT", "IPLDEV", "true")
-      res &&= Yast::Bootloader.setKernelParam("DEFAULT", "CONDEV", "true")
-
+      res &&= Yast::Bootloader.setKernelParam("DEFAULT", "cio_ignore", 
"ALL,!IPLDEV,!CONDEV")
 
       res &&= Yast::Bootloader.Write
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.57/test/cio_ignore_test.rb 
new/yast2-installation-3.1.59/test/cio_ignore_test.rb
--- old/yast2-installation-3.1.57/test/cio_ignore_test.rb       2014-03-20 
08:44:42.000000000 +0100
+++ new/yast2-installation-3.1.59/test/cio_ignore_test.rb       2014-03-25 
11:35:02.000000000 +0100
@@ -162,10 +162,8 @@
         it "adds kernel parameters IPLDEV and CONDEV to the bootloader" do
           expect(Yast::Bootloader).to receive(:Write).once { true }
           expect(Yast::Bootloader).to receive(:Read).once { true }
-          allow(Yast::Bootloader).to receive(:setKernelParam).once.
-            with("DEFAULT", "IPLDEV", "true").and_return(true)
-          allow(Yast::Bootloader).to receive(:setKernelParam).once.
-            with("DEFAULT", "CONDEV", "true").and_return(true)
+          expect(Yast::Bootloader).to receive(:setKernelParam).once.
+            with("DEFAULT", "cio_ignore", /ALL/).and_return(true)
 
           subject.run("Write")
         end
@@ -174,9 +172,7 @@
           expect(Yast::Bootloader).to receive(:Write).never
           expect(Yast::Bootloader).to receive(:Read).once { true }
           allow(Yast::Bootloader).to receive(:setKernelParam).once.
-            with("DEFAULT", "IPLDEV", "true").and_return(true)
-          allow(Yast::Bootloader).to receive(:setKernelParam).once.
-            with("DEFAULT", "CONDEV", "true").and_return(false)
+            with("DEFAULT", "cio_ignore", /ALL/).and_return(false)
 
           expect{subject.run("Write")}.to raise_error(RuntimeError, /failed to 
write kernel parameters/)
         end

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to