From aae88f4fb392c8747443b54b17d7600e4f144425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20C=2E=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Sun, 15 Aug 2010 00:03:12 +0300 Subject: [PATCH] - removed spurious permission fix which caused build to fail --- python-tornado.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/python-tornado.spec b/python-tornado.spec index 0bb7277..2298cb5 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -46,14 +46,6 @@ for File in `find %{pkgname} -name "*py"`; do %{__rm} ${File}.orig done -# spurious permission fix -%{__chmod} -x demos/*/*py -%{__chmod} -x demos/*/*/*py -%{__chmod} -x demos/*/*/*/*py - -# remove empty file -rm -rf demos/facebook/static/facebook.js - %build python setup.py build @@ -83,6 +75,7 @@ rm -rf %{buildroot} %changelog * Sat Aug 14 2010 Ionuț C. Arțăriși - 1.0.1-1 - new upstream release 1.0.1 +- remove spurious permission fix * Wed Oct 21 2009 Ionuț Arțăriși - 0.2-3 - changed -doc package group to Documentation