From e46bed5658146dc2d52b0be2416dbbc13aeab089 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Fri, 17 Mar 2023 08:49:25 +0100 Subject: [PATCH] Undefine dedicated macro %_py3_shebang_s It is more readable and less magical. --- python-sphinx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 25e3516..754ea9a 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -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