fedora: explicitly set 0755 on notcurses.py

This commit is contained in:
nick black 2020-04-28 23:12:15 -04:00
parent 6d500e8511
commit 5072cbdf33
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -122,6 +122,7 @@ cd python
%{_mandir}/man1/notcurses-pydemo.1*
%{python3_sitearch}/*egg-info/
%{python3_sitearch}/notcurses/
%attr(0755, -, -) %{python3_sitearch}/notcurses/notcurses.py
%{python3_sitearch}/*.so
%changelog