OBS User unknown 2008-11-04 16:51:19 +00:00 committed by Git OBS Bridge
parent 58bcac5a93
commit 07f87dca59
3 changed files with 21 additions and 10 deletions

View File

@ -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 = @_;

View File

@ -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

View File

@ -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)