Ensure the git hooks are always executable in the rpm Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
1 @@ -276,6 +276,9 @@ 2 %prep 3 %setup -q 4 5 + # In case it gets broken in git at least the rpm will be good 6 + chown +x pagure/hooks/files/* 7 + 8 9 %build 10 %py2_build