[python-tw2-jqplugins-ui] More specific directory ownership.

Ralph Bean ralph at fedoraproject.org
Mon May 7 17:48:57 UTC 2012


commit a0e0bb5f7eb8254a93a6d87fd0bcf2b9cce42a41
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon May 7 13:48:51 2012 -0400

    More specific directory ownership.

 python-tw2-jqplugins-ui.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/python-tw2-jqplugins-ui.spec b/python-tw2-jqplugins-ui.spec
index aa51fb9..63bf726 100644
--- a/python-tw2-jqplugins-ui.spec
+++ b/python-tw2-jqplugins-ui.spec
@@ -4,7 +4,7 @@
 
 Name:           python-tw2-jqplugins-ui
 Version:        2.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        jQuery UI for ToscaWidgets2
 
 Group:          Development/Languages
@@ -88,9 +88,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc README.rst LICENSE.txt
-%{python_sitelib}/*
+
+%{python_sitelib}/tw2/jqplugins/ui
+%{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Mon May 07 2012 Ralph Bean <rbean at redhat.com> - 2.0.1-2
+- More specific directory ownership.
+
 * Wed Apr 11 2012 Ralph Bean <rbean at redhat.com> - 2.0.1-1
 - Packaging latest release.
 - Fixing a collision of the tests.


More information about the scm-commits mailing list