From 3690e7d2c4ecef5b860b24204ea4b8f7e81a0ccc13c68f82bdb1f7b78d9fc4b2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 25 Feb 2008 16:53:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-users?expand=0&rev=47 --- yast2-users-2.16.10.tar.bz2 | 3 --- yast2-users-2.16.11.tar.bz2 | 3 +++ yast2-users.changes | 15 +++++++++++++++ yast2-users.spec | 21 +++++++++++++++------ 4 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 yast2-users-2.16.10.tar.bz2 create mode 100644 yast2-users-2.16.11.tar.bz2 diff --git a/yast2-users-2.16.10.tar.bz2 b/yast2-users-2.16.10.tar.bz2 deleted file mode 100644 index 4494c91..0000000 --- a/yast2-users-2.16.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2a377ca1d8fa2b8fe577a3c69decf7097f7c12791c4399a13ae4684be3d56f8 -size 398367 diff --git a/yast2-users-2.16.11.tar.bz2 b/yast2-users-2.16.11.tar.bz2 new file mode 100644 index 0000000..341e574 --- /dev/null +++ b/yast2-users-2.16.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b794251a87983ac98ca4591b20167d6e57c4e89f8c376dac354aeccfd1bf5deb +size 398158 diff --git a/yast2-users.changes b/yast2-users.changes index 0cd319a..f976e09 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 25 16:12:45 CET 2008 - jsuchome@suse.cz + +- proposing of username uses same method on installed system + as in installation +- first dialog handled specially in text mode +- 2.16.12 + +------------------------------------------------------------------- +Thu Feb 21 16:22:29 CET 2008 - jsuchome@suse.cz + +- added dialog for root pw in first stage (FATE 302980) +- more variables and API moved from Users to UsersSimple +- 2.16.11 + ------------------------------------------------------------------- Fri Feb 15 10:10:08 CET 2008 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index 982b21f..4a3c580 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.16.10) +# spec file for package yast2-users (Version 2.16.11) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-users -Version: 2.16.10 +Version: 2.16.11 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.16.10.tar.bz2 +Source0: yast2-users-2.16.11.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 @@ -25,8 +25,8 @@ Obsoletes: yast2-config-users y2c_users yast2-trans-users y2t_users yast2-t Provides: yast2-config-users y2c_users yast2-trans-users y2t_users yast2-trans-inst-user yast2-trans-users y2t_inst-user # LDAPInitWithTLSCheck Requires: yast2-ldap-client >= 2.15.8 -# NetworkInterfaces -Requires: yast2 >= 2.16.23 +# ProductControl::EnableModule +Requires: yast2 >= 2.16.30 Summary: YaST2 - User and Group Configuration %description @@ -46,7 +46,7 @@ Authors: Jiri Suchomel %prep -%setup -n yast2-users-2.16.10 +%setup -n yast2-users-2.16.11 %build %{prefix}/bin/y2tool y2autoconf @@ -89,6 +89,15 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/YaST2/plugin/libpy2ag_crack.la %doc %{prefix}/share/doc/packages/yast2-users %changelog +* Mon Feb 25 2008 jsuchome@suse.cz +- proposing of username uses same method on installed system + as in installation +- first dialog handled specially in text mode +- 2.16.12 +* Thu Feb 21 2008 jsuchome@suse.cz +- added dialog for root pw in first stage (FATE 302980) +- more variables and API moved from Users to UsersSimple +- 2.16.11 * Fri Feb 15 2008 jsuchome@suse.cz - remove LDAP entries from custom settings if LDAP is not present in /etc/nsswitch.conf (#bnc360600)