rpms/ecryptfs-utils/devel ecryptfs-utils.spec,1.32,1.33

Michal Hlavinka mhlavink at fedoraproject.org
Mon Dec 29 20:36:48 UTC 2008


Author: mhlavink

Update of /cvs/extras/rpms/ecryptfs-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28961

Modified Files:
	ecryptfs-utils.spec 
Log Message:
fix buildrequires



Index: ecryptfs-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/ecryptfs-utils/devel/ecryptfs-utils.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ecryptfs-utils.spec	29 Dec 2008 19:56:53 -0000	1.32
+++ ecryptfs-utils.spec	29 Dec 2008 20:36:18 -0000	1.33
@@ -3,7 +3,7 @@
 
 Name: ecryptfs-utils
 Version: 67
-Release: 0%{?dist}
+Release: 1%{?dist}
 Summary: The eCryptfs mount helper and support libraries
 Group: System Environment/Base
 License: GPLv2+
@@ -11,7 +11,7 @@
 Source0: http://launchpad.net/ecryptfs/trunk/%{version}/+download/ecryptfs-utils-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libgcrypt-devel keyutils-libs-devel openssl-devel pam-devel
-BuildRequires: trousers-devel python
+BuildRequires: trousers-devel python python-devel nss-devel
 Conflicts: kernel < 2.6.19
 Patch0: ecryptfs-utils-67-nss3.patch
 
@@ -47,7 +47,7 @@
 %patch0 -p1 -b .nss3
 
 %build
-%configure --disable-rpath --enable-tspi
+%configure --disable-rpath --enable-tspi --enable-nss
 #disable rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -129,6 +129,9 @@
 %{python_sitearch}/ecryptfs-utils/_libecryptfs.so
 
 %changelog
+* Mon Dec 29 2008 Michal Hlavinka <mhlavink at redhat.com> 67-1
+- bump release for rebuild
+
 * Mon Dec 29 2008 Michal Hlavinka <mhlavink at redhat.com> 67-0
 - updated to 67
 




More information about the fedora-extras-commits mailing list