- remove dependency on /usr/bin/python3 using

%python3_fix_shebang macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/devscripts?expand=0&rev=34
This commit is contained in:
Michal Hrusecky 2024-06-21 08:16:47 +00:00 committed by Git OBS Bridge
parent fba81c09e1
commit 300dd3c85e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 20 11:42:46 UTC 2024 - pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang macro, [bsc#1212476]
-------------------------------------------------------------------
Fri May 24 12:16:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -116,6 +116,7 @@ make %{?_smp_mflags} V=1 \
%if "%{flavor}" == ""
%make_install \
XSL_STYLESHEET="%{_xsl_stylesheet}"
%python3_fix_shebang
%endif
%if "%{flavor}" == "checkbashisms"