File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1-
21from leapp .cli import main
32import leapp .utils .i18n # noqa: F401; pylint: disable=unused-import
43
Original file line number Diff line number Diff line change 3939 # we have to drop the dependency on python(abi) completely on el8+ because
4040 # of IPU (python abi is different between systems)
4141 %global __requires_exclude ^python\\(abi\\) = 3\\..+|/usr/libexec/platform-python|/usr/bin/python.*
42+ %global py3_shebang_flags %{py3_shebang_flags }I
4243%endif
4344
4445Name: leapp
@@ -196,6 +197,7 @@ install -m 0644 etc/leapp/*.conf %{buildroot}%{_sysconfdir}/leapp
196197install -m 0644 -p man/leapp.1 %{buildroot }%{_mandir }/man1/
197198
198199%{leapp_py_install }
200+ %py3_shebang_fix %{buildroot }%{_bindir }/leapp
199201
200202
201203##################################################
You can’t perform that action at this time.
0 commit comments