Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package boringssl for openSUSE:Factory checked in at 2024-02-09 23:53:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boringssl (Old) and /work/SRC/openSUSE:Factory/.boringssl.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boringssl" Fri Feb 9 23:53:52 2024 rev:13 rq:1145361 version:20200921 Changes: -------- --- /work/SRC/openSUSE:Factory/boringssl/boringssl.changes 2022-05-06 19:00:11.777412749 +0200 +++ /work/SRC/openSUSE:Factory/.boringssl.new.1815/boringssl.changes 2024-02-09 23:54:11.467009584 +0100 @@ -1,0 +2,5 @@ +Fri Feb 9 08:08:42 UTC 2024 - Otto Hollmann <[email protected]> + +- Replace python with python3 (bsc#1219308) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boringssl.spec ++++++ --- /var/tmp/diff_new_pack.k2PiUw/_old 2024-02-09 23:54:12.119033080 +0100 +++ /var/tmp/diff_new_pack.k2PiUw/_new 2024-02-09 23:54:12.123033224 +0100 @@ -1,7 +1,7 @@ # # spec file for package boringssl # -# Copyright (c) 2022 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 @@ -105,6 +105,7 @@ find %{buildroot}%{src_install_dir} -type f -name "*.sh" -exec chmod +x "{}" + # Fix env-script-interpreter error. find %{buildroot}%{src_install_dir} -type f -name "*.pl" -exec sed -i 's|#!.*/usr/bin/env perl|#!/usr/bin/perl|' "{}" + +find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!.*/usr/bin/python$|#!/usr/bin/python3|' "{}" + find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!.*/usr/bin/env python.*|#!/usr/bin/python3|' "{}" + find %{buildroot}%{src_install_dir} -type f -name "*.sh" -exec sed -i 's|#!.*/usr/bin/env bash|#!/bin/bash|' "{}" +
