Mailinglist Archive: opensuse-commit (858 mails)

< Previous Next >
commit yast2-users
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 02 Nov 2007 01:36:19 +0100
  • Message-id: <20071102003619.8D2F76781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-users
checked in at Fri Nov 2 01:36:19 CET 2007.

--------
--- yast2-users/yast2-users.changes 2007-10-19 11:06:36.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-users/yast2-users.changes
2007-11-01 15:34:59.966333000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 1 15:20:31 CET 2007 - jsuchome@xxxxxxx
+
+- do not include default 'lxuser' name in the list of suggestions
+- 2.16.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.D18488/_old 2007-11-02 01:35:43.000000000 +0100
+++ /var/tmp/diff_new_pack.D18488/_new 2007-11-02 01:35:43.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-users (Version 2.16.0)
+# spec file for package yast2-users (Version 2.16.1)
#
# Copyright (c) 2007 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.16.0
+Version: 2.16.1
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-users-2.16.0.tar.bz2
+Source0: yast2-users-2.16.1.tar.bz2
Prefix: /usr
BuildRequires: cracklib-devel doxygen gcc-c++ perl-Digest-SHA1
perl-XML-Writer update-desktop-files yast2 yast2-core-devel yast2-devtools
yast2-ldap-client yast2-perl-bindings yast2-security yast2-testsuite
Requires: yast2 yast2-perl-bindings yast2-country yast2-pam
yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext
@@ -43,7 +43,7 @@
Jiri Suchomel <jsuchome@xxxxxxx>

%prep
-%setup -n yast2-users-2.16.0
+%setup -n yast2-users-2.16.1

%build
%{prefix}/bin/y2tool y2autoconf
@@ -86,6 +86,9 @@
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
%doc %{prefix}/share/doc/packages/yast2-users
%changelog
+* Thu Nov 01 2007 - jsuchome@xxxxxxx
+- do not include default 'lxuser' name in the list of suggestions
+- 2.16.1
* Fri Oct 19 2007 - jsuchome@xxxxxxx
- check for empty lines in passwd/group/shadow (#333305)
- 2.16.0

++++++ yast2-users-2.16.0.tar.bz2 -> yast2-users-2.16.1.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-users-2.16.0/src/UsersCache.pm
new/yast2-users-2.16.1/src/UsersCache.pm
--- old/yast2-users-2.16.0/src/UsersCache.pm 2007-08-21 15:29:41.000000000
+0200
+++ new/yast2-users-2.16.1/src/UsersCache.pm 2007-11-01 15:13:48.000000000
+0100
@@ -150,7 +150,6 @@
}
$i++;
}
- $tested_usernames{$default_login} = 1;

# 2nd: check existence
foreach my $name (sort keys %tested_usernames) {
@@ -165,6 +164,9 @@
}
push @proposed_usernames, $name;
};
+ if (@proposed_usernames < 1 && !$self->UsernameExists ($default_login)){
+ push @proposed_usernames, $default_login;
+ }

if (!$self->UsernameExists ("$the_answer") && @proposed_usernames > 11){
push @proposed_usernames, "$the_answer";
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-users-2.16.0/VERSION
new/yast2-users-2.16.1/VERSION
--- old/yast2-users-2.16.0/VERSION 2007-10-19 10:57:17.000000000 +0200
+++ new/yast2-users-2.16.1/VERSION 2007-11-01 15:21:00.000000000 +0100
@@ -1 +1 @@
-2.16.0
+2.16.1


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread