Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-07-13 14:06:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-07-10 
08:17:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-07-13 
14:06:41.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 09:54:24 CEST 2014 - sch...@suse.de
+
+- Writing pattern selection to /root/autoinst.xml correctly after
+  the first installation stage (bnc#882886)
+- 3.1.43
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-3.1.42.tar.bz2

New:
----
  autoyast2-3.1.43.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.5oEM2D/_old  2014-07-13 14:06:42.000000000 +0200
+++ /var/tmp/diff_new_pack.5oEM2D/_new  2014-07-13 14:06:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.42
+Version:        3.1.43
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ autoyast2-3.1.42.tar.bz2 -> autoyast2-3.1.43.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.42/package/autoyast2.changes 
new/autoyast2-3.1.43/package/autoyast2.changes
--- old/autoyast2-3.1.42/package/autoyast2.changes      2014-07-04 
15:50:28.000000000 +0200
+++ new/autoyast2-3.1.43/package/autoyast2.changes      2014-07-10 
10:15:32.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Jul 10 09:54:24 CEST 2014 - sch...@suse.de
+
+- Writing pattern selection to /root/autoinst.xml correctly after
+  the first installation stage (bnc#882886)
+- 3.1.43
+
+-------------------------------------------------------------------
 Fri Jul  4 14:15:09 CEST 2014 - sch...@suse.de
 
 - Enable tmpfs in auotyast (bnc#884618)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.42/package/autoyast2.spec 
new/autoyast2-3.1.43/package/autoyast2.spec
--- old/autoyast2-3.1.42/package/autoyast2.spec 2014-07-04 15:50:28.000000000 
+0200
+++ new/autoyast2-3.1.43/package/autoyast2.spec 2014-07-10 10:15:32.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.42
+Version:        3.1.43
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.42/src/modules/AutoinstSoftware.rb 
new/autoyast2-3.1.43/src/modules/AutoinstSoftware.rb
--- old/autoyast2-3.1.42/src/modules/AutoinstSoftware.rb        2014-07-04 
15:50:28.000000000 +0200
+++ new/autoyast2-3.1.43/src/modules/AutoinstSoftware.rb        2014-07-10 
10:15:33.000000000 +0200
@@ -1077,7 +1077,11 @@
     #           "remove-packages" -> list<string> packages to remove
     def read_initial_stage
       install_patterns = Pkg.ResolvableProperties("", :pattern, "").collect do 
|pattern|
-        if pattern["status"] == :selected && pattern["transact_by"] == :user
+        # Do not take care about if the pattern has been selected by the user 
or the product
+        # definition, cause we need a base selection here for the future
+        # autoyast installation. (bnc#882886)
+        if pattern["user_visible"] &&
+          (pattern["status"] == :selected || pattern["status"] == :installed)
           pattern["name"]
         end
       end

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to