From 5a4f555e268549d9ccec8f475988cd06e02b9fcd81f64833f04da5ddfc17d31d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 29 Jan 2007 16:31:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-users?expand=0&rev=7 --- yast2-users-2.15.6.tar.bz2 | 3 --- yast2-users-2.15.7.tar.bz2 | 3 +++ yast2-users.changes | 9 +++++++++ yast2-users.spec | 14 ++++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 yast2-users-2.15.6.tar.bz2 create mode 100644 yast2-users-2.15.7.tar.bz2 diff --git a/yast2-users-2.15.6.tar.bz2 b/yast2-users-2.15.6.tar.bz2 deleted file mode 100644 index cbf851f..0000000 --- a/yast2-users-2.15.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c6136e04f7fe2b09f26a99dc749bf35130cfc4b61294d7efd389354198c327d -size 367081 diff --git a/yast2-users-2.15.7.tar.bz2 b/yast2-users-2.15.7.tar.bz2 new file mode 100644 index 0000000..cc95a99 --- /dev/null +++ b/yast2-users-2.15.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7138323c0974a82ac4902298d3cd4190dbc73f7241e3c23e6487b5b7b488b8b +size 367644 diff --git a/yast2-users.changes b/yast2-users.changes index 2273984..743c2d9 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 26 13:35:12 CET 2007 - jsuchome@suse.cz + +- adapt inst_auth dialog layout for ncurses (#238726) +- fixed crypted directories handling on user name change and + directory resize (#235097) +- ConvertMap: check for modifications before analyzing the attributes +- 2.15.7 + ------------------------------------------------------------------- Thu Jan 25 14:57:05 CET 2007 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index 4471f00..42958aa 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.15.6) +# spec file for package yast2-users (Version 2.15.7) # # 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.15.6 +Version: 2.15.7 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.15.6.tar.bz2 +Source0: yast2-users-2.15.7.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-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-X500-DN perl-gettext yast2-ldap-client @@ -42,7 +42,7 @@ Authors: Jiri Suchomel %prep -%setup -n yast2-users-2.15.6 +%setup -n yast2-users-2.15.7 %build %{prefix}/bin/y2tool y2autoconf @@ -86,6 +86,12 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-users %changelog -n yast2-users +* Fri Jan 26 2007 - jsuchome@suse.cz +- adapt inst_auth dialog layout for ncurses (#238726) +- fixed crypted directories handling on user name change and + directory resize (#235097) +- ConvertMap: check for modifications before analyzing the attributes +- 2.15.7 * Thu Jan 25 2007 - jsuchome@suse.cz - fixed value for pwdReset attribute (#238254) - read the values of operational attributes (#238254)