Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openconnect for openSUSE:Factory checked in at 2024-03-22 15:18:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openconnect (Old) and /work/SRC/openSUSE:Factory/.openconnect.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openconnect" Fri Mar 22 15:18:10 2024 rev:44 rq:1160412 version:9.12 Changes: -------- --- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes 2023-10-12 11:47:45.557314160 +0200 +++ /work/SRC/openSUSE:Factory/.openconnect.new.1905/openconnect.changes 2024-03-22 15:28:31.102362089 +0100 @@ -1,0 +2,6 @@ +Thu Mar 21 14:48:59 UTC 2024 - [email protected] + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang_path macro, [bsc#1212476] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openconnect.spec ++++++ --- /var/tmp/diff_new_pack.y5Sd2q/_old 2024-03-22 15:28:32.674419887 +0100 +++ /var/tmp/diff_new_pack.y5Sd2q/_new 2024-03-22 15:28:32.690420475 +0100 @@ -1,7 +1,7 @@ # # spec file for package openconnect # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -136,6 +136,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} +%if %{suse_version} >= 1600 +%python3_fix_shebang_path %{buildroot}%{_libexecdir}/openconnect/* +%endif %check %make_build check
