From 0bab709d7c68ce564e49d311b6831db4641fe4f5 Mon Sep 17 00:00:00 2001 From: SymbianFlo Date: Sat, 12 Apr 2014 17:04:15 +0400 Subject: [PATCH] fix attr --- python-six.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-six.spec b/python-six.spec index d7576e0..9394d72 100644 --- a/python-six.spec +++ b/python-six.spec @@ -34,15 +34,18 @@ Python 2 and Python 3. %prep %setup -qc + mv %{oname}-%{version} python2 cp -a python2 python3 %build pushd python2 +chmod 644 README python setup.py build popd pushd python3 +chmod 644 README python3 setup.py build popd