diff --git a/pam_mount-0.47-remove-lsof-convert.dif b/pam_mount-0.47-remove-lsof-convert.dif new file mode 100644 index 0000000..d13b38d --- /dev/null +++ b/pam_mount-0.47-remove-lsof-convert.dif @@ -0,0 +1,10 @@ +--- 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, diff --git a/pam_mount.changes b/pam_mount.changes index ae315f4..7258c78 100644 --- a/pam_mount.changes +++ b/pam_mount.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 27 10:12:23 CET 2008 - mc@suse.de + +- remove lsof callback from convert script. lsof is not needed + in this version of pam_mount. (bnc#438842) + ------------------------------------------------------------------- Tue Oct 14 17:43:19 CEST 2008 - mc@suse.de diff --git a/pam_mount.spec b/pam_mount.spec index 41b5577..3a7d0b2 100644 --- a/pam_mount.spec +++ b/pam_mount.spec @@ -23,11 +23,11 @@ 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: 10 +Release: 11 # psmisc: /bin/fuser Recommends: cifs-mount psmisc Recommends: cryptsetup -Requires: lsof util-linux +Requires: util-linux License: LGPL v2.1 or later Prefix: /usr Group: System/Libraries @@ -36,6 +36,7 @@ Patch1: pam_mount-0.45-umount-home-dir.dif Patch2: pam_mount-0.47-fix-decrypt-key.dif Patch3: pam_mount-0.47-fix-replace-options.dif Patch4: pam_mount-0.47-fix-deny_ok.dif +Patch5: pam_mount-0.47-remove-lsof-convert.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://pam-mount.sourceforge.net/ PreReq: coreutils, perl-XML-Writer @@ -75,6 +76,7 @@ include it and send me patches. %patch2 %patch3 %patch4 +%patch5 %build %{suse_update_config -f} @@ -134,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man8/umount.crypt.8.gz %changelog +* 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) * Tue Oct 14 2008 mc@suse.de - fix checking deny options * Mon Oct 13 2008 mc@suse.de