From 07f87dca592929e1906db49cbaa6338e90c8546345f056f029f12d6a6f07a957 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 4 Nov 2008 16:51:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_mount?expand=0&rev=24 --- pam_mount-0.47-remove-lsof-convert.dif | 22 +++++++++++++--------- pam_mount.changes | 5 +++++ pam_mount.spec | 4 +++- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/pam_mount-0.47-remove-lsof-convert.dif b/pam_mount-0.47-remove-lsof-convert.dif index d13b38d..b0bcb0d 100644 --- a/pam_mount-0.47-remove-lsof-convert.dif +++ b/pam_mount-0.47-remove-lsof-convert.dif @@ -1,10 +1,14 @@ --- scripts/convert_pam_mount_conf.pl -+++ scripts/convert_pam_mount_conf.pl 2008/10/27 09:09:04 -@@ -32,7 +32,6 @@ - "options_allow" => \&callback_options_allow, - "options_deny" => \&callback_options_deny, - "options_require" => \&callback_options_require, -- "lsof" => \&callback_lsof, - "fsck" => \&callback_fsck, - "losetup" => \&callback_losetup, - "unlosetup" => \&callback_unlosetup, ++++ scripts/convert_pam_mount_conf.pl 2008/11/04 12:47:05 +@@ -256,6 +256,11 @@ + # not translated - removed in pam_mount 0.32 + } + ++sub callback_lsof ++{ ++ # not translated - removed ++} ++ + sub callback_mntcheck + { + my @fields = @_; diff --git a/pam_mount.changes b/pam_mount.changes index 7258c78..15fda29 100644 --- a/pam_mount.changes +++ b/pam_mount.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 4 13:55:40 CET 2008 - mc@suse.de + +- fix failing convert script. (bnc#438842) + ------------------------------------------------------------------- Mon Oct 27 10:12:23 CET 2008 - mc@suse.de diff --git a/pam_mount.spec b/pam_mount.spec index 3a7d0b2..fa819a7 100644 --- a/pam_mount.spec +++ b/pam_mount.spec @@ -23,7 +23,7 @@ BuildRequires: libHX-devel libxml2-devel lzma openssl-devel pam-devel perl-XML- BuildRequires: linux-kernel-headers Summary: A PAM Module that can Mount Volumes for a User Session Version: 0.47 -Release: 11 +Release: 12 # psmisc: /bin/fuser Recommends: cifs-mount psmisc Recommends: cryptsetup @@ -136,6 +136,8 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man8/umount.crypt.8.gz %changelog +* Tue Nov 04 2008 mc@suse.de +- fix failing convert script. (bnc#438842) * Mon Oct 27 2008 mc@suse.de - remove lsof callback from convert script. lsof is not needed in this version of pam_mount. (bnc#438842)