From b000dfc8e33e7d3677bf518d6b6a5d0b9cc091b174f66034dd1f9e3e549bca74 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 15 Feb 2008 09:55:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-users?expand=0&rev=46 --- yast2-users-2.16.10.tar.bz2 | 3 +++ yast2-users-2.16.8.tar.bz2 | 3 --- yast2-users.changes | 21 ++++++++++++++++++++- yast2-users.spec | 21 ++++++++++++++++----- 4 files changed, 39 insertions(+), 9 deletions(-) create mode 100644 yast2-users-2.16.10.tar.bz2 delete mode 100644 yast2-users-2.16.8.tar.bz2 diff --git a/yast2-users-2.16.10.tar.bz2 b/yast2-users-2.16.10.tar.bz2 new file mode 100644 index 0000000..4494c91 --- /dev/null +++ b/yast2-users-2.16.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a377ca1d8fa2b8fe577a3c69decf7097f7c12791c4399a13ae4684be3d56f8 +size 398367 diff --git a/yast2-users-2.16.8.tar.bz2 b/yast2-users-2.16.8.tar.bz2 deleted file mode 100644 index 937b123..0000000 --- a/yast2-users-2.16.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fef57a78ae78d22013675f6634fd81beb50cd25d0095bb4d7df864b00cb587d -size 398376 diff --git a/yast2-users.changes b/yast2-users.changes index 60c65bd..0cd319a 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Feb 15 10:10:08 CET 2008 - jsuchome@suse.cz + +- remove LDAP entries from custom settings if LDAP is not present + in /etc/nsswitch.conf (#bnc360600) +- 2.16.10 + +------------------------------------------------------------------- +Fri Feb 15 08:21:47 CET 2008 - jsuchome@suse.cz + +- moved password and user name checks to UsersSimple.pm to make + them available during first stage of installation +- 2.16.9 + +------------------------------------------------------------------- +Thu Feb 13 14:36:28 CET 2008 - visnov@suse.cz + +- show icons in users table + ------------------------------------------------------------------- Thu Jan 31 16:11:28 CET 2008 - jsuchome@suse.cz @@ -10,7 +29,7 @@ Thu Jan 31 16:11:28 CET 2008 - jsuchome@suse.cz stage - inst_root, inst_auth, inst_user updated to check for first stage configuration data -- 2.16.7 +- 2.16.8 ------------------------------------------------------------------- Tue Jan 29 14:56:17 CET 2008 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index 46b8c08..982b21f 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.16.8) +# spec file for package yast2-users (Version 2.16.10) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,13 +10,14 @@ # norootforbuild + Name: yast2-users -Version: 2.16.8 +Version: 2.16.10 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.16.8.tar.bz2 +Source0: yast2-users-2.16.10.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-perl-bindings yast2-country yast2-pam yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext @@ -45,7 +46,7 @@ Authors: Jiri Suchomel %prep -%setup -n yast2-users-2.16.8 +%setup -n yast2-users-2.16.10 %build %{prefix}/bin/y2tool y2autoconf @@ -88,6 +89,16 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/YaST2/plugin/libpy2ag_crack.la %doc %{prefix}/share/doc/packages/yast2-users %changelog +* Fri Feb 15 2008 jsuchome@suse.cz +- remove LDAP entries from custom settings if LDAP is not present + in /etc/nsswitch.conf (#bnc360600) +- 2.16.10 +* Fri Feb 15 2008 jsuchome@suse.cz +- moved password and user name checks to UsersSimple.pm to make + them available during first stage of installation +- 2.16.9 +* Wed Feb 13 2008 visnov@suse.cz +- show icons in users table * Thu Jan 31 2008 jsuchome@suse.cz - unified function names for RootAlias handling - first steps for implementation of FATE 302980, @@ -98,7 +109,7 @@ rm -rf "$RPM_BUILD_ROOT" stage - inst_root, inst_auth, inst_user updated to check for first stage configuration data -- 2.16.7 +- 2.16.8 * Tue Jan 29 2008 jsuchome@suse.cz - "User Management" is "User and Group Management" now in control center: group desktop file removed (F303392)