forked from pool/pam_mount
This commit is contained in:
parent
58d31cd2ab
commit
4d1086d2cf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8eaab032c12a0b36b6db580689e85d836fb14d07c9703a752835621f493c3451
|
|
||||||
size 307583
|
|
3
pam_mount-0.43.tar.bz2
Normal file
3
pam_mount-0.43.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66f90cd72b665854c7fed1dc636d363d58e8d06f9d36e6db4a0844d17756bf92
|
||||||
|
size 310050
|
@ -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
|
Mon Jun 23 13:24:01 CEST 2008 - mc@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# 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/
|
# 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: libHX-devel libxml2-devel openssl-devel pam-devel perl-XML-Writer pkg-config
|
||||||
BuildRequires: linux-kernel-headers
|
BuildRequires: linux-kernel-headers
|
||||||
Summary: A PAM Module that can Mount Volumes for a User Session
|
Summary: A PAM Module that can Mount Volumes for a User Session
|
||||||
Version: 0.41
|
Version: 0.43
|
||||||
Release: 1
|
Release: 1
|
||||||
# psmisc: /bin/fuser
|
# psmisc: /bin/fuser
|
||||||
Recommends: cifs-mount psmisc
|
Recommends: cifs-mount psmisc
|
||||||
@ -121,6 +128,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man8/umount.crypt.8.gz
|
%doc %{_mandir}/man8/umount.crypt.8.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 23 2008 mc@suse.de
|
||||||
- version 0.41
|
- version 0.41
|
||||||
- add missing pgrp/sgrp attribute handling for simple user control
|
- add missing pgrp/sgrp attribute handling for simple user control
|
||||||
|
Loading…
x
Reference in New Issue
Block a user