diff --git a/yast2-users-2.15.20.tar.bz2 b/yast2-users-2.15.20.tar.bz2 deleted file mode 100644 index a64403a..0000000 --- a/yast2-users-2.15.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f39171441e664313db50db2efb9bbf8745d65d657c2566ef9c7809cd5948ea86 -size 383892 diff --git a/yast2-users-2.15.21.tar.bz2 b/yast2-users-2.15.21.tar.bz2 new file mode 100644 index 0000000..9ef0ed6 --- /dev/null +++ b/yast2-users-2.15.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef1d2e9bbe41d7970a4e732873864d1fef3ae2e2cb35f39d2a7bf8efdf98edc +size 383994 diff --git a/yast2-users.changes b/yast2-users.changes index 0ea3238..f9b147b 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 13 14:11:59 CEST 2007 - jsuchome@suse.cz + +- do not write shadowInactive value of -1 to /etc/shadow (#259896) +- check for /etc/security/pam_mount.conf presence before reading from it +- 2.15.21 + ------------------------------------------------------------------- Wed Apr 4 09:20:16 CEST 2007 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index f6f60f1..872685e 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.15.20) +# spec file for package yast2-users (Version 2.15.21) # # 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.20 +Version: 2.15.21 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.15.20.tar.bz2 +Source0: yast2-users-2.15.21.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.20 +%setup -n yast2-users-2.15.21 %build %{prefix}/bin/y2tool y2autoconf @@ -86,6 +86,10 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-users %changelog +* Fri Apr 13 2007 - jsuchome@suse.cz +- do not write shadowInactive value of -1 to /etc/shadow (#259896) +- check for /etc/security/pam_mount.conf presence before reading from it +- 2.15.21 * Wed Apr 04 2007 - jsuchome@suse.cz - do not ask for password when user doesn't have encrypted home directory (#259874)