Undefine dedicated macro %_py3_shebang_s

It is more readable and less magical.
This commit is contained in:
Karolina Surma 2023-03-17 08:49:25 +01:00
parent fa49ab85f0
commit e46bed5658

View File

@ -6,7 +6,7 @@
# Unset -s on python shebang to allow RPM-installed sphinx to be used
# with user-installed modules (#1903763)
%global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)
%undefine _py3_shebang_s
# No internet in Koji
%bcond_with internet