OBS User unknown 2007-09-20 14:32:54 +00:00 committed by Git OBS Bridge
parent 11013cc6e2
commit 54bb218804
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 20 15:05:57 CEST 2007 - mc@suse.de
- add required dependencies [#326802]
-------------------------------------------------------------------
Wed Apr 4 17:52:41 CEST 2007 - crivera@suse.de

View File

@ -14,8 +14,10 @@ Name: pam_mount
BuildRequires: glib2-devel openssl-devel pam-devel zlib-devel
Summary: A PAM Module that can Mount Volumes for a User Session.
Version: 0.18
Release: 42
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Release: 79
Requires: lsof coreutils util-linux
Recommends: cryptsetup
License: LGPL v2 or later
Prefix: /usr
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
@ -25,7 +27,7 @@ Patch2: pam_mount-0.18-bump-max-par.diff
Patch3: pam_mount-0.18-disable-debug.diff
Patch4: pam_mount-0.18-fix-pmvarrun-ref-count.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://pam-mount.sourceforge.net/
Url: http://pam-mount.sourceforge.net/
%description
This module is aimed at environments with SMB (Samba or Windows NT) or
@ -101,8 +103,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man8/passwdehd.8.gz
%doc %{_mandir}/man8/pmvarrun.8.gz
%doc %{_mandir}/man8/umount.crypt.8.gz
%changelog
* Thu Sep 20 2007 - mc@suse.de
- add required dependencies [#326802]
* Wed Apr 04 2007 - crivera@suse.de
- Don't package mount_ehd, it's only for
OpenBSD. Fixes 256214.