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

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


commit 49ae97a7ff25cecbc6452c221645b30a92a57dd3
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Jun 7 12:11:05 2012 -0400

    More explicit directory ownership.

 python-tw2-jquery.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-tw2-jquery.spec b/python-tw2-jquery.spec
index 9b7853b..bef8860 100644
--- a/python-tw2-jquery.spec
+++ b/python-tw2-jquery.spec
@@ -4,7 +4,7 @@
 
 Name:           python-tw2-jquery
 Version:        2.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        jQuery for ToscaWidgets2
 
 Group:          Development/Languages
@@ -85,9 +85,13 @@ PYTHONPATH=$(pwd) python setup.py test
 
 %files
 %doc README.rst LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/tw2/jquery
+%{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Thu Jun 07 2012 Ralph Bean <rbean at redhat.com> - 2.0.3-2
+- More explicit directory ownership
+
 * Mon May 21 2012 Ralph Bean <rbean at redhat.com> - 2.0.3-1
 - Packaged new upstream version
 


More information about the scm-commits mailing list