[python-tw2-core] More explicit directory ownership.

Ralph Bean ralph at fedoraproject.org
Thu Jun 7 16:19:32 UTC 2012


commit dcab159f49b285c3ead722089e6b41c81bd1e6fe
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Jun 7 12:19:26 2012 -0400

    More explicit directory ownership.

 python-tw2-core.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-tw2-core.spec b/python-tw2-core.spec
index b1a3647..d52f017 100644
--- a/python-tw2-core.spec
+++ b/python-tw2-core.spec
@@ -4,7 +4,7 @@
 
 Name:           python-tw2-core
 Version:        2.0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Web widget creation toolkit based on TurboGears widgets
 
 Group:          Development/Languages
@@ -87,9 +87,13 @@ PYTHONPATH=$(pwd) python setup.py test
 
 %files
 %doc README.rst LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/tw2
+%{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Thu Jun 07 2012 Ralph Bean <rbean at redhat.com> - 2.0.5-2
+- Correct directory ownership.
+
 * Tue Apr 24 2012 Ralph Bean <rbean at redhat.com> - 2.0.5-1
 - Packaged latest version of tw2.core which fixes streaming WSGI compliance.
 - Removed defattr in the files section.


More information about the scm-commits mailing list