diff --git a/yast2-users-2.15.11.tar.bz2 b/yast2-users-2.15.11.tar.bz2 deleted file mode 100644 index b23298c..0000000 --- a/yast2-users-2.15.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b47683ba6ee5baba82f5cbc67867f1c7f856ad39d23cf30cab1a87ec649fce6 -size 367952 diff --git a/yast2-users-2.15.12.tar.bz2 b/yast2-users-2.15.12.tar.bz2 new file mode 100644 index 0000000..3c40e8b --- /dev/null +++ b/yast2-users-2.15.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8214cd83d74ade19d05f98f51363d440e1870b110d833e1b81c9b3d3aaf0a859 +size 368492 diff --git a/yast2-users.changes b/yast2-users.changes index 40b8341..11e3e9f 100644 --- a/yast2-users.changes +++ b/yast2-users.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 21 15:51:14 CET 2007 - jsuchome@suse.cz + +- implemented disabling of crypted home directories (#242531) +- when deleting crypted home, disable pam_mount +- 2.15.12 + ------------------------------------------------------------------- Wed Feb 14 12:43:00 CET 2007 - jsuchome@suse.cz diff --git a/yast2-users.spec b/yast2-users.spec index c14d733..41969e0 100644 --- a/yast2-users.spec +++ b/yast2-users.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.15.11) +# spec file for package yast2-users (Version 2.15.12) # # 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.11 +Version: 2.15.12 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.15.11.tar.bz2 +Source0: yast2-users-2.15.12.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.11 +%setup -n yast2-users-2.15.12 %build %{prefix}/bin/y2tool y2autoconf @@ -85,7 +85,11 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/YaST2/plugin/libpy2ag_crack.la %doc %{prefix}/share/doc/packages/yast2-users -%changelog -n yast2-users +%changelog +* Wed Feb 21 2007 - jsuchome@suse.cz +- implemented disabling of crypted home directories (#242531) +- when deleting crypted home, disable pam_mount +- 2.15.12 * Wed Feb 14 2007 - jsuchome@suse.cz - enable bigger size of encrypted directory (#244631) - 2.15.11