From 585602ddaa392a0a2eedb71a3921ac00c0a183ce Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Feb 02 2009 11:50:09 +0000 Subject: fix ownership of some directories --- diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index 5c34110..0b3f2a1 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -3,7 +3,7 @@ Name: ecryptfs-utils Version: 69 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The eCryptfs mount helper and support libraries Group: System Environment/Base License: GPLv2+ @@ -14,6 +14,7 @@ Requires: keyutils BuildRequires: libgcrypt-devel keyutils-libs-devel openssl-devel pam-devel BuildRequires: trousers-devel python python-devel nss-devel Conflicts: kernel < 2.6.19 +#fix building with nss Patch0: ecryptfs-utils-67-nss3.patch %description @@ -117,15 +118,20 @@ rm -rf $RPM_BUILD_ROOT %files python %defattr(-,root,root,-) +%dir %{python_sitelib}/ecryptfs-utils %{python_sitelib}/ecryptfs-utils/libecryptfs.py %{python_sitelib}/ecryptfs-utils/libecryptfs.pyc %{python_sitelib}/ecryptfs-utils/libecryptfs.pyo +%dir %{python_sitearch}/ecryptfs-utils %{python_sitearch}/ecryptfs-utils/_libecryptfs.so.0 %{python_sitearch}/ecryptfs-utils/_libecryptfs.so.0.0.0 %{python_sitearch}/ecryptfs-utils/_libecryptfs.la %{python_sitearch}/ecryptfs-utils/_libecryptfs.so %changelog +* Mon Feb 02 2009 Michal Hlavinka 69-4 +- fix list of onwed directories + * Tue Jan 27 2009 Michal Hlavinka 69-3 - add missing requires: keyutils