Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2014-08-30 16:03:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2014-08-20 
17:54:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes     
2014-08-30 16:03:43.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Aug 25 09:21:30 CEST 2014 - sch...@suse.de
+
+- Autoyast: Moved minimal configuration to a central place in
+  inst_finish. (bnc#886464)
+- 3.1.31
+
+-------------------------------------------------------------------

Old:
----
  yast2-users-3.1.30.tar.bz2

New:
----
  yast2-users-3.1.31.tar.bz2

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.s55DS4/_old  2014-08-30 16:03:44.000000000 +0200
+++ /var/tmp/diff_new_pack.s55DS4/_new  2014-08-30 16:03:44.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.30
+Version:        3.1.31
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-3.1.30.tar.bz2 -> yast2-users-3.1.31.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.30/package/yast2-users.changes 
new/yast2-users-3.1.31/package/yast2-users.changes
--- old/yast2-users-3.1.30/package/yast2-users.changes  2014-08-15 
11:58:11.000000000 +0200
+++ new/yast2-users-3.1.31/package/yast2-users.changes  2014-08-25 
10:28:19.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Aug 25 09:21:30 CEST 2014 - sch...@suse.de
+
+- Autoyast: Moved minimal configuration to a central place in
+  inst_finish. (bnc#886464)
+- 3.1.31
+
+-------------------------------------------------------------------
 Wed Aug 13 16:31:09 CEST 2014 - loci...@suse.com
 
 - Fixed handling of the [Abort] button in inst_user_first, user is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.30/package/yast2-users.spec 
new/yast2-users-3.1.31/package/yast2-users.spec
--- old/yast2-users-3.1.30/package/yast2-users.spec     2014-08-15 
11:58:11.000000000 +0200
+++ new/yast2-users-3.1.31/package/yast2-users.spec     2014-08-25 
10:28:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.30
+Version:        3.1.31
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.30/src/clients/users_finish.rb 
new/yast2-users-3.1.31/src/clients/users_finish.rb
--- old/yast2-users-3.1.30/src/clients/users_finish.rb  2014-08-15 
11:58:11.000000000 +0200
+++ new/yast2-users-3.1.31/src/clients/users_finish.rb  2014-08-25 
10:28:19.000000000 +0200
@@ -27,8 +27,6 @@
 #
 # $Id$
 
-require "installation/minimal_installation"
-
 module Yast
   class UsersFinishClient < Client
     def main
@@ -59,13 +57,11 @@
       Builtins.y2debug("param=%1", @param)
 
       if @func == "Info"
-        minimal_inst = ::Installation::MinimalInstallation.instance.enabled?
         return {
           "steps" => 1,
           # progress step title
           "title" => _("Writing Users Configuration..."),
-          "when"  => minimal_inst ? [] :
-            [:installation, :live_installation, :autoinst]
+          "when"  => [:installation, :live_installation, :autoinst]
         }
       elsif @func == "Write"
         # Creating all users and their environment

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

Reply via email to