diff --git a/pam_mount.changes b/pam_mount.changes index 481a639..c37f1f2 100644 --- a/pam_mount.changes +++ b/pam_mount.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 12:54:40 CEST 2007 - mc@suse.de + +- add zlib-devel to BuildRequires + ------------------------------------------------------------------- Tue Mar 13 10:18:26 CET 2007 - mc@suse.de diff --git a/pam_mount.spec b/pam_mount.spec index bd84f3e..5974fdb 100644 --- a/pam_mount.spec +++ b/pam_mount.spec @@ -11,10 +11,10 @@ # norootforbuild Name: pam_mount -BuildRequires: glib2-devel openssl-devel pam-devel +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: 37 +Release: 40 License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Prefix: /usr Group: System/Libraries @@ -102,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man8/umount.crypt.8.gz %changelog +* Thu Mar 29 2007 - mc@suse.de +- add zlib-devel to BuildRequires * Tue Mar 13 2007 - mc@suse.de - fix reference counting of pmvarrun app [#252243]