diff --git a/pam_mount.changes b/pam_mount.changes index 9eec4ed..21f2c35 100644 --- a/pam_mount.changes +++ b/pam_mount.changes @@ -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 diff --git a/pam_mount.spec b/pam_mount.spec index d016a57..55744b7 100644 --- a/pam_mount.spec +++ b/pam_mount.spec @@ -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.