Hello community, here is the log from the commit of package yast2-users checked in at Tue May 23 01:39:44 CEST 2006. -------- --- yast2-users/yast2-users.changes 2006-05-09 12:50:20.000000000 +0200 +++ yast2-users/yast2-users.changes 2006-05-22 17:21:02.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 22 17:06:10 CEST 2006 - jsuchome@suse.cz + +- fixed modifying of default group for new users (#176513) +- 2.13.18 + +------------------------------------------------------------------- Old: ---- yast2-users-2.13.17.tar.bz2 New: ---- yast2-users-2.13.18.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.PXk4tM/_old 2006-05-23 01:39:31.000000000 +0200 +++ /var/tmp/diff_new_pack.PXk4tM/_new 2006-05-23 01:39:31.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.13.17) +# spec file for package yast2-users (Version 2.13.18) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-users -Version: 2.13.17 +Version: 2.13.18 Release: 1 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.13.17.tar.bz2 +Source0: yast2-users-2.13.18.tar.bz2 prefix: /usr BuildRequires: cracklib-devel doxygen gcc-c++ perl-Digest-SHA1 perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-ldap-client yast2-mail-aliases yast2-perl-bindings yast2-security yast2-testsuite Requires: yast2 yast2-perl-bindings yast2-country yast2-pam yast2-security yast2-mail-aliases cracklib perl-Digest-SHA1 perl-gettext yast2-ldap-client @@ -42,7 +42,7 @@ Jiri Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-users-2.13.17 +%setup -n yast2-users-2.13.18 %build %{prefix}/bin/y2tool y2autoconf @@ -85,6 +85,9 @@ %doc %{prefix}/share/doc/packages/yast2-users %changelog -n yast2-users +* Mon May 22 2006 - jsuchome@suse.cz +- fixed modifying of default group for new users (#176513) +- 2.13.18 * Tue May 09 2006 - gs@suse.de - show root password confirmation field of equal length (bug #164803) - 2.13.17 ++++++ yast2-users-2.13.17.tar.bz2 -> yast2-users-2.13.18.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-users-2.13.17/VERSION new/yast2-users-2.13.18/VERSION --- old/yast2-users-2.13.17/VERSION 2006-05-09 12:38:52.000000000 +0200 +++ new/yast2-users-2.13.18/VERSION 2006-05-22 17:09:23.000000000 +0200 @@ -1 +1 @@ -2.13.17 +2.13.18 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-users-2.13.17/src/dialogs.ycp new/yast2-users-2.13.18/src/dialogs.ycp --- old/yast2-users-2.13.17/src/dialogs.ycp 2006-01-05 09:49:41.000000000 +0100 +++ new/yast2-users-2.13.18/src/dialogs.ycp 2006-05-22 16:48:50.000000000 +0200 @@ -2329,7 +2329,7 @@ } if (modified) { - map g = Users::GetGroupByName (new_defgroup, "local"); + map g = Users::GetGroupByName (new_defgroup, ""); map<string,string> new_defaults = $[ "home": new_home, "shell": new_shell, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de