Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bazel-rules-go for openSUSE:Factory checked in at 2021-07-13 22:37:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bazel-rules-go (Old) and /work/SRC/openSUSE:Factory/.bazel-rules-go.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bazel-rules-go" Tue Jul 13 22:37:26 2021 rev:6 rq:906023 version:0.20.3 Changes: -------- --- /work/SRC/openSUSE:Factory/bazel-rules-go/bazel-rules-go.changes 2020-01-17 16:08:00.248514326 +0100 +++ /work/SRC/openSUSE:Factory/.bazel-rules-go.new.2625/bazel-rules-go.changes 2021-07-13 22:37:52.533915755 +0200 @@ -1,0 +2,6 @@ +Thu Jul 8 04:10:47 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Update shebangs for Python scripts to be python3. +- Update shebangs for /usr/bin/env bash to /bin/bash. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bazel-rules-go.spec ++++++ --- /var/tmp/diff_new_pack.2COZKP/_old 2021-07-13 22:37:53.005911954 +0200 +++ /var/tmp/diff_new_pack.2COZKP/_new 2021-07-13 22:37:53.009911921 +0200 @@ -1,7 +1,7 @@ # # spec file for package bazel-rules-go # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Summary: Go rules for Bazel License: Apache-2.0 Group: Development/Tools/Building -Url: https://github.com/bazelbuild/rules_go +URL: https://github.com/bazelbuild/rules_go Source0: %{name}-%{version}.tar.xz Source1: %{name}-rpmlintrc BuildRequires: fdupes @@ -69,7 +69,8 @@ # Fix hidden-dile-or-dir warning. find %{buildroot}%{src_install_dir} -name ".*" -exec rm -rf "{}" + # Fix env-script-interpreter error. -find %{buildroot}%{src_install_dir} -type f -name "*.py" -exec sed -i 's|#!/usr/bin/env python|#!/usr/bin/python|' "{}" + +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|' "{}" + %fdupes %{buildroot}%{src_install_dir}