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

Ralph Bean ralph at fedoraproject.org
Thu Jun 7 16:10:09 UTC 2012


commit 5bc961e5d04d3afc19918750f7d0713b29d4da31
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Jun 7 12:10:04 2012 -0400

    More explicit directory ownership.

 python-tw2-forms.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/python-tw2-forms.spec b/python-tw2-forms.spec
index 9243bd1..ed8579f 100644
--- a/python-tw2-forms.spec
+++ b/python-tw2-forms.spec
@@ -4,7 +4,7 @@
 
 Name:           python-tw2-forms
 Version:        2.0.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Forms for ToscaWidgets2
 
 Group:          Development/Languages
@@ -74,9 +74,14 @@ PYTHONPATH=$(pwd) python setup.py test
 
 %files
 %doc README.txt LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/tw2/forms
+%{python_sitelib}/%{modname}-%{version}*
+
 
 %changelog
+* Thu Jun 07 2012 Ralph Bean <rbean at redhat.com> - 2.0.2-3
+- More explicit directory ownership.
+
 * Mon Apr 30 2012 Ralph Bean <rbean at redhat.com> - 2.0.2-2
 - Removed clean section
 - Removed defattr in files section


More information about the scm-commits mailing list