This commit is contained in:
parent
4d1086d2cf
commit
5d15704b39
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66f90cd72b665854c7fed1dc636d363d58e8d06f9d36e6db4a0844d17756bf92
|
||||
size 310050
|
3
pam_mount-0.44.tar.lzma
Normal file
3
pam_mount-0.44.tar.lzma
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:104167b592f84cef520bd877bdb574813bf65315f3fce14728e4f7cb10d5d794
|
||||
size 247369
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 11:56:07 CEST 2008 - mc@suse.de
|
||||
|
||||
- version 0.44
|
||||
- mount.crypt: fix option slurping
|
||||
- properly handle simple sgrp config items
|
||||
- src: correct error check in run_lsof()
|
||||
- conf: check that slash follows home tilde
|
||||
- conf: wildcard inadvertently matched root sometimes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 18:27:56 CEST 2008 - mc@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pam_mount (Version 0.43)
|
||||
# spec file for package pam_mount (Version 0.44)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,10 +19,10 @@
|
||||
|
||||
|
||||
Name: pam_mount
|
||||
BuildRequires: libHX-devel libxml2-devel openssl-devel pam-devel perl-XML-Writer pkg-config
|
||||
BuildRequires: libHX-devel libxml2-devel lzma openssl-devel pam-devel perl-XML-Writer pkg-config
|
||||
BuildRequires: linux-kernel-headers
|
||||
Summary: A PAM Module that can Mount Volumes for a User Session
|
||||
Version: 0.43
|
||||
Version: 0.44
|
||||
Release: 1
|
||||
# psmisc: /bin/fuser
|
||||
Recommends: cifs-mount psmisc
|
||||
@ -31,7 +31,7 @@ Requires: lsof util-linux
|
||||
License: LGPL v2.1 or later
|
||||
Prefix: /usr
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.lzma
|
||||
Patch1: pam_mount-0.18-umount-home-dir.dif
|
||||
Patch2: pam_mount-0.18-bump-max-par.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -128,6 +128,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man8/umount.crypt.8.gz
|
||||
|
||||
%changelog
|
||||
* Mon Aug 18 2008 mc@suse.de
|
||||
- version 0.44
|
||||
- mount.crypt: fix option slurping
|
||||
- properly handle simple sgrp config items
|
||||
- src: correct error check in run_lsof()
|
||||
- conf: check that slash follows home tilde
|
||||
- conf: wildcard inadvertently matched root sometimes
|
||||
* Mon Aug 11 2008 mc@suse.de
|
||||
- version 0.43
|
||||
- remove davfs support
|
||||
|
Loading…
Reference in New Issue
Block a user