From 5072cbdf337e205320c8e431e452654f7f139ddd Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 28 Apr 2020 23:12:15 -0400 Subject: [PATCH] fedora: explicitly set 0755 on notcurses.py --- tools/notcurses.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/notcurses.spec b/tools/notcurses.spec index ed9086a85..b7b711055 100644 --- a/tools/notcurses.spec +++ b/tools/notcurses.spec @@ -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