rpms/ecryptfs-utils/devel ecryptfs-utils.spec,1.39,1.40

Michal Hlavinka mhlavink at fedoraproject.org
Mon Feb 2 11:50:40 UTC 2009


Author: mhlavink

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

Modified Files:
	ecryptfs-utils.spec 
Log Message:
fix ownership of some directories



Index: ecryptfs-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/ecryptfs-utils/devel/ecryptfs-utils.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ecryptfs-utils.spec	27 Jan 2009 17:07:07 -0000	1.39
+++ ecryptfs-utils.spec	2 Feb 2009 11:50:09 -0000	1.40
@@ -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 @@
 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 @@
 
 %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 <mhlavink at redhat.com> 69-4
+- fix list of onwed directories
+
 * Tue Jan 27 2009 Michal Hlavinka <mhlavink at redhat.com> 69-3
 - add missing requires: keyutils
 




More information about the fedora-extras-commits mailing list