Hello community, here is the log from the commit of package yast2-users for openSUSE:Factory checked in at Fri Apr 23 01:30:30 CEST 2010. -------- --- yast2-users/yast2-users.changes 2010-04-08 15:59:06.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-users/yast2-users.changes 2010-04-22 12:15:17.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Apr 22 12:13:51 CEST 2010 - jsuchome@suse.cz + +- do not read autologin settings during autoinstallation + (bnc#596750) +- 2.19.12 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-users-2.19.11.tar.bz2 New: ---- yast2-users-2.19.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.DnZSJu/_old 2010-04-23 01:29:54.000000000 +0200 +++ /var/tmp/diff_new_pack.DnZSJu/_new 2010-04-23 01:29:54.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.19.11) +# spec file for package yast2-users (Version 2.19.12) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,11 +19,11 @@ Name: yast2-users -Version: 2.19.11 +Version: 2.19.12 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.19.11.tar.bz2 +Source0: yast2-users-2.19.12.tar.bz2 Prefix: /usr @@ -50,7 +50,7 @@ This package provides GUI for maintenance of linux users and groups. %prep -%setup -n yast2-users-2.19.11 +%setup -n yast2-users-2.19.12 %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-users-2.19.11.tar.bz2 -> yast2-users-2.19.12.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-2.19.11/VERSION new/yast2-users-2.19.12/VERSION --- old/yast2-users-2.19.11/VERSION 2010-04-08 14:34:23.000000000 +0200 +++ new/yast2-users-2.19.12/VERSION 2010-04-22 12:14:18.000000000 +0200 @@ -1 +1 @@ -2.19.11 +2.19.12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-2.19.11/src/Users.pm new/yast2-users-2.19.12/src/Users.pm --- old/yast2-users-2.19.11/src/Users.pm 2010-04-08 15:58:26.000000000 +0200 +++ new/yast2-users-2.19.12/src/Users.pm 2010-04-22 12:14:34.000000000 +0200 @@ -4,7 +4,7 @@ # Package: Configuration of users and groups # Summary: I/O routines + main data structures # -# $Id: Users.pm 61618 2010-04-08 13:58:25Z jsuchome $ +# $Id: Users.pm 61818 2010-04-22 10:14:34Z jsuchome $ # package Users; @@ -6113,11 +6113,6 @@ # remove cache entries (#50265) UsersCache->ResetCache (); - # do not replace possible sysconfig value of autologin (bnc#430111) - if (Mode->autoinst ()) { - Autologin->Read (); - } - my $error_msg = Mode->test () ? "" : $self->ReadLocal (); if ($error_msg) { return 0; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org