diff --git a/pam_mount-0.41.tar.bz2 b/pam_mount-0.41.tar.bz2 deleted file mode 100644 index 54e3c00..0000000 --- a/pam_mount-0.41.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eaab032c12a0b36b6db580689e85d836fb14d07c9703a752835621f493c3451 -size 307583 diff --git a/pam_mount-0.43.tar.bz2 b/pam_mount-0.43.tar.bz2 new file mode 100644 index 0000000..f16162e --- /dev/null +++ b/pam_mount-0.43.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f90cd72b665854c7fed1dc636d363d58e8d06f9d36e6db4a0844d17756bf92 +size 310050 diff --git a/pam_mount.changes b/pam_mount.changes index c847356..0f61791 100644 --- a/pam_mount.changes +++ b/pam_mount.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 11 18:27:56 CEST 2008 - mc@suse.de + +- version 0.43 + - remove davfs support + - pass fsck definition from pam_mount.conf.xml to mount.crypt + - document pam_mount.conf.xml defaults + - do not call fsck from within pam_mount for encrypted devices, + let mount.crypt do it + ------------------------------------------------------------------- Mon Jun 23 13:24:01 CEST 2008 - mc@suse.de diff --git a/pam_mount.spec b/pam_mount.spec index 4106797..70ce9ad 100644 --- a/pam_mount.spec +++ b/pam_mount.spec @@ -1,10 +1,17 @@ # -# spec file for package pam_mount (Version 0.41) +# spec file for package pam_mount (Version 0.43) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -15,7 +22,7 @@ Name: pam_mount BuildRequires: libHX-devel libxml2-devel openssl-devel pam-devel perl-XML-Writer pkg-config BuildRequires: linux-kernel-headers Summary: A PAM Module that can Mount Volumes for a User Session -Version: 0.41 +Version: 0.43 Release: 1 # psmisc: /bin/fuser Recommends: cifs-mount psmisc @@ -121,6 +128,13 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man8/umount.crypt.8.gz %changelog +* Mon Aug 11 2008 mc@suse.de +- version 0.43 + - remove davfs support + - pass fsck definition from pam_mount.conf.xml to mount.crypt + - document pam_mount.conf.xml defaults + - do not call fsck from within pam_mount for encrypted devices, + let mount.crypt do it * Mon Jun 23 2008 mc@suse.de - version 0.41 - add missing pgrp/sgrp attribute handling for simple user control