This commit is contained in:
parent
58bcac5a93
commit
07f87dca59
@ -1,10 +1,14 @@
|
|||||||
--- scripts/convert_pam_mount_conf.pl
|
--- scripts/convert_pam_mount_conf.pl
|
||||||
+++ scripts/convert_pam_mount_conf.pl 2008/10/27 09:09:04
|
+++ scripts/convert_pam_mount_conf.pl 2008/11/04 12:47:05
|
||||||
@@ -32,7 +32,6 @@
|
@@ -256,6 +256,11 @@
|
||||||
"options_allow" => \&callback_options_allow,
|
# not translated - removed in pam_mount 0.32
|
||||||
"options_deny" => \&callback_options_deny,
|
}
|
||||||
"options_require" => \&callback_options_require,
|
|
||||||
- "lsof" => \&callback_lsof,
|
+sub callback_lsof
|
||||||
"fsck" => \&callback_fsck,
|
+{
|
||||||
"losetup" => \&callback_losetup,
|
+ # not translated - removed
|
||||||
"unlosetup" => \&callback_unlosetup,
|
+}
|
||||||
|
+
|
||||||
|
sub callback_mntcheck
|
||||||
|
{
|
||||||
|
my @fields = @_;
|
||||||
|
@ -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
|
Mon Oct 27 10:12:23 CET 2008 - mc@suse.de
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: libHX-devel libxml2-devel lzma openssl-devel pam-devel perl-XML-
|
|||||||
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.47
|
Version: 0.47
|
||||||
Release: 11
|
Release: 12
|
||||||
# psmisc: /bin/fuser
|
# psmisc: /bin/fuser
|
||||||
Recommends: cifs-mount psmisc
|
Recommends: cifs-mount psmisc
|
||||||
Recommends: cryptsetup
|
Recommends: cryptsetup
|
||||||
@ -136,6 +136,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man8/umount.crypt.8.gz
|
%doc %{_mandir}/man8/umount.crypt.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 04 2008 mc@suse.de
|
||||||
|
- fix failing convert script. (bnc#438842)
|
||||||
* Mon Oct 27 2008 mc@suse.de
|
* Mon Oct 27 2008 mc@suse.de
|
||||||
- remove lsof callback from convert script. lsof is not needed
|
- remove lsof callback from convert script. lsof is not needed
|
||||||
in this version of pam_mount. (bnc#438842)
|
in this version of pam_mount. (bnc#438842)
|
||||||
|
Loading…
Reference in New Issue
Block a user