2007-01-15 23:11:12 +00:00
|
|
|
#
|
2008-07-11 21:43:45 +00:00
|
|
|
# spec file for package ecryptfs-utils (Version 50)
|
2007-01-15 23:11:12 +00:00
|
|
|
#
|
2008-02-26 00:55:06 +00:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:11:12 +00:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-26 00:55:06 +00:00
|
|
|
|
2007-01-15 23:11:12 +00:00
|
|
|
Name: ecryptfs-utils
|
2008-02-26 00:55:06 +00:00
|
|
|
Url: http://ecryptfs.sourceforge.net/
|
2007-07-27 13:07:12 +00:00
|
|
|
License: GPL v2 or later
|
2007-01-15 23:11:12 +00:00
|
|
|
Group: Productivity/Security
|
2008-02-26 00:55:06 +00:00
|
|
|
AutoReqProv: on
|
|
|
|
Summary: Userspace Utilities for ecryptfs
|
2008-07-11 21:43:45 +00:00
|
|
|
Version: 50
|
|
|
|
Release: 1
|
2007-01-15 23:11:12 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2
|
2008-02-26 00:55:06 +00:00
|
|
|
Patch0: ecryptfs-utils-fixes.patch
|
2007-01-15 23:11:12 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-04-03 23:26:24 +00:00
|
|
|
BuildRequires: gtk2-devel keyutils-devel keyutils-libs libgcrypt-devel openssl-devel pam-devel pkcs11-helper-devel trousers-devel
|
2007-01-15 23:11:12 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
A stacked cryptographic filesystem for Linux.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Mike Halcrow designed and implemented eCryptfs, which is a fork from
|
|
|
|
Cryptfs. Erez Zadok, along with the fileystem research lab at Stony
|
|
|
|
Brook University, designed and implemented Cryptfs. Michael
|
|
|
|
C. Thompson has contributed a substantial amount of code to the
|
|
|
|
project.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2008-02-26 00:55:06 +00:00
|
|
|
%patch0 -p0
|
2007-01-15 23:11:12 +00:00
|
|
|
|
|
|
|
%build
|
2007-03-20 23:39:36 +00:00
|
|
|
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
autoreconf -i -f
|
2007-08-03 21:03:07 +00:00
|
|
|
%configure \
|
2008-02-26 00:55:06 +00:00
|
|
|
--docdir=%_defaultdocdir/%{name} \
|
2008-04-03 23:26:24 +00:00
|
|
|
--disable-static \
|
|
|
|
--enable-tspi \
|
|
|
|
--enable-pkcs11-helper \
|
2007-08-03 21:03:07 +00:00
|
|
|
--with-pamdir=/%_lib/security
|
2008-02-26 00:55:06 +00:00
|
|
|
|
|
|
|
%check
|
2007-01-15 23:11:12 +00:00
|
|
|
make
|
|
|
|
make check
|
|
|
|
|
|
|
|
%install
|
2007-03-05 13:59:17 +00:00
|
|
|
%makeinstall
|
2007-01-15 23:11:12 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2008-04-03 23:26:24 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2007-07-27 13:07:12 +00:00
|
|
|
|
2008-04-03 23:26:24 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2007-07-27 13:07:12 +00:00
|
|
|
|
2007-01-15 23:11:12 +00:00
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2008-02-26 00:55:06 +00:00
|
|
|
%doc COPYING NEWS README THANKS doc/ecryptfs-faq.html doc/ecryptfs-pam-doc.txt
|
2007-03-05 13:59:17 +00:00
|
|
|
/usr/include/ecryptfs.h
|
2007-01-15 23:11:12 +00:00
|
|
|
%{_prefix}/bin/*
|
|
|
|
/sbin/*
|
|
|
|
%{_libdir}/libecryptfs*
|
2008-02-26 00:55:06 +00:00
|
|
|
%{_libdir}/pkgconfig/libecryptfs.pc
|
2007-03-05 13:59:17 +00:00
|
|
|
%{_mandir}/man7/ecryptfs*
|
2008-02-26 00:55:06 +00:00
|
|
|
%{_mandir}/man8/*ecryptfs*
|
2007-03-06 16:36:20 +00:00
|
|
|
%{_libdir}/ecryptfs*
|
2007-07-29 15:02:43 +00:00
|
|
|
/%_lib/security/pam_ecryptfs.so
|
2007-01-15 23:11:12 +00:00
|
|
|
|
2007-03-05 13:59:17 +00:00
|
|
|
%changelog
|
2008-07-11 21:43:45 +00:00
|
|
|
* Sat Jul 12 2008 meissner@suse.de
|
|
|
|
- Upgraded to version 50
|
|
|
|
- another manpage
|
|
|
|
- bugfixes
|
|
|
|
- fixed kernel netlink interface
|
2008-04-10 12:11:03 +00:00
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
2008-04-03 23:26:24 +00:00
|
|
|
* Thu Apr 03 2008 meissner@suse.de
|
|
|
|
- Upgraded to version 41
|
|
|
|
- typo fixed in manpage
|
|
|
|
- enabled TPM support (tspi)
|
|
|
|
- enabled PKCS11 support
|
|
|
|
* Tue Feb 26 2008 meissner@suse.de
|
2008-02-26 00:55:06 +00:00
|
|
|
- Upgraded to version 40
|
|
|
|
- more manpages
|
|
|
|
- some new features
|
|
|
|
- lots of bugfixes
|
|
|
|
* Fri Aug 03 2007 meissner@suse.de
|
2007-08-03 21:03:07 +00:00
|
|
|
- fixed pam module path for ia64 and s390x too.
|
2008-02-26 00:55:06 +00:00
|
|
|
* Sun Jul 29 2007 meissner@suse.de
|
2007-07-29 15:02:43 +00:00
|
|
|
- fixed pam module path
|
2008-02-26 00:55:06 +00:00
|
|
|
* Fri Jul 27 2007 meissner@suse.de
|
2007-07-27 13:07:12 +00:00
|
|
|
- uphgraded to version 18.
|
|
|
|
- TPM support (not yet enabled)
|
|
|
|
- added PAM module
|
2008-02-26 00:55:06 +00:00
|
|
|
* Tue Mar 20 2007 meissner@suse.de
|
2007-03-20 23:39:36 +00:00
|
|
|
- build on IA64
|
|
|
|
- fixed compiler warnings
|
2008-02-26 00:55:06 +00:00
|
|
|
* Tue Mar 06 2007 meissner@suse.de
|
2007-03-06 16:36:20 +00:00
|
|
|
- fixed build on lib64
|
2008-02-26 00:55:06 +00:00
|
|
|
* Mon Mar 05 2007 meissner@suse.de
|
2007-03-05 13:59:17 +00:00
|
|
|
- upgraded to version 10.
|
|
|
|
- unlisted enhancements and bugfixes.
|
2008-02-26 00:55:06 +00:00
|
|
|
* Thu Dec 14 2006 meissner@suse.de
|
2007-01-15 23:11:12 +00:00
|
|
|
- use lib64 correctly.
|
|
|
|
- fixed "is used uninitialized" warnings.
|
2008-02-26 00:55:06 +00:00
|
|
|
* Tue Dec 05 2006 meissner@suse.de
|
2007-01-15 23:11:12 +00:00
|
|
|
- initial checkin of version 5.
|
|
|
|
- userland utilities to control ecryptfs filesystems
|