Author: qboosh Date: Sun Nov 4 22:43:02 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 27 - opencryptoki is finally gone, pkcs11_helper comes
---- Files affected: SPECS: ecryptfs-utils.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/ecryptfs-utils.spec diff -u SPECS/ecryptfs-utils.spec:1.7 SPECS/ecryptfs-utils.spec:1.8 --- SPECS/ecryptfs-utils.spec:1.7 Wed Oct 10 20:10:30 2007 +++ SPECS/ecryptfs-utils.spec Sun Nov 4 23:42:56 2007 @@ -2,21 +2,20 @@ Summary: The eCryptfs mount helper and support libraries Summary(pl.UTF-8): Narzędzie pomocnicze i biblioteki do montowania eCryptfs Name: ecryptfs-utils -Version: 26 +Version: 27 Release: 1 License: GPL v2+ Group: Base Source0: http://dl.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2 -# Source0-md5: 9d756cebe6301c560a98ac46f79734fa +# Source0-md5: f4abeff90a582fd135bdb3fbf7579183 URL: http://ecryptfs.sourceforge.net/ BuildRequires: gpgme-devel BuildRequires: keyutils-devel >= 1.0 -BuildRequires: libgcrypt-devel -# missing plugin source -#BuildRequires: opencryptoki-devel +BuildRequires: libgcrypt-devel >= 1.2.0 BuildRequires: openssl-devel BuildRequires: pam-devel BuildRequires: perl-tools-pod +BuildRequires: pkcs11-helper-devel >= 1.04 BuildRequires: trousers-devel Requires: uname(release) >= 2.6.19 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -80,12 +79,12 @@ %build %configure \ - --disable-opencryptoki \ - --enable-openssl \ - --enable-tspi \ + --disable-rpath \ --enable-gpg \ + --enable-openssl \ --enable-pam \ - --disable-rpath + --enable-pkcs11-helper \ + --enable-tspi %{__make} @@ -107,7 +106,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS NEWS README THANKS doc/ecryptfs-faq.html +%doc AUTHORS NEWS README THANKS doc/{ecryptfs-faq.html,ecryptfs-pam-doc.txt,ecryptfs-pkcs11-helper-doc.txt} %attr(755,root,root) /sbin/mount.ecryptfs %attr(755,root,root) %{_bindir}/ecryptfs-* %attr(755,root,root) %{_bindir}/ecryptfsd @@ -117,6 +116,7 @@ %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_gpg.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_openssl.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_passphrase.so +%attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_pkcs11_helper.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_tspi.so %{_mandir}/man7/ecryptfs.7* %{_mandir}/man8/ecryptfs-*.8* @@ -146,6 +146,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2007/11/04 22:42:56 qboosh +- updated to 27 +- opencryptoki is finally gone, pkcs11_helper comes + Revision 1.7 2007/10/10 18:10:30 arekm - up to 26 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ecryptfs-utils.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
