[python-moksha-wsgi] Removed chmod of sizzle.js.

Ralph Bean ralph at fedoraproject.org
Wed Sep 12 16:10:44 UTC 2012


commit fca6194c1e907063cd8f08d033d5853286e60ad2
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Sep 12 12:10:32 2012 -0400

    Removed chmod of sizzle.js.

 python-moksha-wsgi.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-moksha-wsgi.spec b/python-moksha-wsgi.spec
index 3543cff..23ffe1a 100644
--- a/python-moksha-wsgi.spec
+++ b/python-moksha-wsgi.spec
@@ -2,7 +2,7 @@
 
 Name:           python-moksha-wsgi
 Version:        1.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        WSGI components for Moksha
 
 Group:          Development/Libraries
@@ -63,9 +63,6 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 %install
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
-# Just to satisfy the craven snivelling of rpmlint
-chmod a-x %{buildroot}/%{python_sitelib}/moksha/wsgi/widgets/api/amqp/static/jsio/util/sizzle.js
-
 %check
 # One of the tests is failing oddly in the rpm context but passes when run by
 # hand.  This test is disabled until we can figure that out.
@@ -77,6 +74,9 @@ chmod a-x %{buildroot}/%{python_sitelib}/moksha/wsgi/widgets/api/amqp/static/jsi
 %{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Wed Sep 12 2012 Ralph Bean <rbean at redhat.com> - 1.0.2-2
+- Removed chmod of sizzle.js.
+
 * Wed Sep 12 2012 Ralph Bean <rbean at redhat.com> - 1.0.2-1
 - Miscellaneous upstream bugfixes.
 - Require latest python-moksha-common.


More information about the scm-commits mailing list