Accepting request 37536 from Linux-PAM

checked in (request 37536)

OBS-URL: https://build.opensuse.org/request/show/37536
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_mount?expand=0&rev=12
This commit is contained in:
OBS User autobuild 2010-04-13 19:36:52 +00:00 committed by Git OBS Bridge
parent 824200434b
commit 84254039a8
6 changed files with 14 additions and 22 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
#!/bin/sh
CMD="${0##*/}"
CMD=`basename $0`
if [[ "$CMD" =~ "umount" ]]; then
if [ ! -x ../usr/sbin/umount.crypt ]; then

View File

@ -1,6 +1,6 @@
#!/bin/bash
#!/bin/sh
CMD="${0##*/}"
CMD=`basename $0`
if [[ "$CMD" =~ "umount" ]]; then
if [ ! -x ../usr/sbin/umount.encfs13 ]; then

3
pam_mount-1.33.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd408ff25c861940f8b3a9bfa9cbdae3ce4419320855fc83ddad73f74372b288
size 329619

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d01c12084f1ee1736966b274b66516df77ad5ea4747dfbef26bb938bdfbf1e4d
size 329753

View File

@ -1,12 +1,3 @@
-------------------------------------------------------------------
Wed Apr 7 23:43:17 UTC 2010 - jengelh@medozas.de
- update to version 1.34
* decrease login refcount on logout when no volumes are defined
- tag provided mount.{crypt,encfs13} wrappers as #!/bin/bash (not
/bin/sh) because they use [[/]] and =~; use ${0##*/} over
extra calling basename.
-------------------------------------------------------------------
Sun Jan 10 01:52:56 CET 2010 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package pam_mount (Version 1.34)
# spec file for package pam_mount (Version 1.33)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,15 +20,16 @@
Name: pam_mount
BuildRequires: perl-XML-Parser perl-XML-Writer
BuildRequires: libtool pam-devel >= 0.99 pkg-config >= 0.19
BuildRequires: libtool pam-devel >= 0.99 pkg-config >= 0.23
BuildRequires: libxml2-devel >= 2.6 openssl-devel >= 0.9.7
BuildRequires: libHX-devel >= 3.4
BuildRequires: libHX-devel >= 3.0.1
BuildRequires: linux-kernel-headers >= 2.6
Summary: A PAM Module that can Mount Volumes for a User Session
Version: 1.34
Release: 0
Version: 1.33
Release: 1
# psmisc: /bin/fuser
Recommends: cryptsetup
Recommends: cifs-mount
Recommends: cifs-mount xfsprogs
Requires: util-linux
License: LGPLv2.1+
Prefix: /usr