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 - 1.0.2-2 +- Removed chmod of sizzle.js. + * Wed Sep 12 2012 Ralph Bean - 1.0.2-1 - Miscellaneous upstream bugfixes. - Require latest python-moksha-common.