From a6ffcfcb3f7320fdf653581d0b21b3a72cca87a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 31 Jan 2022 20:54:46 +0100 Subject: [PATCH] - fix shebang in main script, rel 2 --- s-tui.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/s-tui.spec b/s-tui.spec index 88972f7..42db1d1 100644 --- a/s-tui.spec +++ b/s-tui.spec @@ -1,7 +1,7 @@ Summary: Terminal-based CPU stress and monitoring utility Name: s-tui Version: 1.1.3 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/System #Source0Download: https://pypi.org/simple/s-tui/ @@ -23,6 +23,9 @@ and utilization in a graphical way from the terminal. %prep %setup -q +%{__sed} -E -i -e '1s,#!\s*/usr/bin/python(\s|$),#!%{__python3}\\1,' \ + s_tui/s_tui.py + %build %py3_build -- 2.44.0