From 56ac97ce79bfcfb608deb885e038a5165ea6b9c8 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Dec 29 2008 20:36:18 +0000 Subject: fix buildrequires --- diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index 2dad344..0122579 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -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 @@ URL: https://launchpad.net/ecryptfs 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 @@ the interface supplied by the ecryptfs-utils library. %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 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/ecryptfs-utils/_libecryptfs.so %changelog +* Mon Dec 29 2008 Michal Hlavinka 67-1 +- bump release for rebuild + * Mon Dec 29 2008 Michal Hlavinka 67-0 - updated to 67