Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2014-05-26 10:27:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-update (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-update.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-update"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes        
2014-05-17 22:01:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2014-05-26 10:27:37.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 22 07:40:27 UTC 2014 - [email protected]
+
+- allow to specify target for AutoYaST upgrade via boot
+  command-line (bnc#875031)
+- 3.1.9
+
+-------------------------------------------------------------------

Old:
----
  yast2-update-3.1.8.tar.bz2

New:
----
  yast2-update-3.1.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-update.spec ++++++
--- /var/tmp/diff_new_pack.kNBcF0/_old  2014-05-26 10:27:38.000000000 +0200
+++ /var/tmp/diff_new_pack.kNBcF0/_new  2014-05-26 10:27:38.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        3.1.8
+Version:        3.1.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-update-3.1.8.tar.bz2 -> yast2-update-3.1.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.8/package/yast2-update.changes 
new/yast2-update-3.1.9/package/yast2-update.changes
--- old/yast2-update-3.1.8/package/yast2-update.changes 2014-05-15 
11:23:47.000000000 +0200
+++ new/yast2-update-3.1.9/package/yast2-update.changes 2014-05-23 
10:23:45.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu May 22 07:40:27 UTC 2014 - [email protected]
+
+- allow to specify target for AutoYaST upgrade via boot
+  command-line (bnc#875031)
+- 3.1.9
+
+-------------------------------------------------------------------
 Thu May 15 09:17:19 CEST 2014 - [email protected]
 
 - Added handling for desktop upgrade (bnc#874116). Moved from code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.8/package/yast2-update.spec 
new/yast2-update-3.1.9/package/yast2-update.spec
--- old/yast2-update-3.1.8/package/yast2-update.spec    2014-05-15 
11:23:47.000000000 +0200
+++ new/yast2-update-3.1.9/package/yast2-update.spec    2014-05-23 
10:23:45.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        3.1.8
+Version:        3.1.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-update-3.1.8/src/clients/inst_update_partition_auto.rb 
new/yast2-update-3.1.9/src/clients/inst_update_partition_auto.rb
--- old/yast2-update-3.1.8/src/clients/inst_update_partition_auto.rb    
2014-05-15 11:23:47.000000000 +0200
+++ new/yast2-update-3.1.9/src/clients/inst_update_partition_auto.rb    
2014-05-23 10:23:46.000000000 +0200
@@ -56,6 +56,15 @@
         Ops.get_boolean(p, :valid, false)
       end
 
+      # allow to specicfy the target on cmdline (e.g. if there are multiple 
systems)
+      # ptoptions=TargetRoot target_root=<device> (bnc#875031)
+      install_inf_target_system = Linuxrc.InstallInf("TargetRoot")
+      if install_inf_target_system
+        @target_system = install_inf_target_system
+        @partitions = { @target_system => { :valid => true } }
+        Builtins.y2milestone("Selecting system %1 specified in install.inf", 
@target_system);
+      end
+
       if Builtins.size(@partitions) == 1
         Builtins.y2milestone(
           "Auto-mounting system located at %1",

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

Reply via email to