Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grafana for openSUSE:Factory checked in at 2025-02-20 16:42:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grafana (Old) and /work/SRC/openSUSE:Factory/.grafana.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grafana" Thu Feb 20 16:42:07 2025 rev:69 rq:1247371 version:11.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/grafana/grafana.changes 2025-02-12 21:37:28.928958150 +0100 +++ /work/SRC/openSUSE:Factory/.grafana.new.1873/grafana.changes 2025-02-20 16:43:28.321801724 +0100 @@ -1,0 +2,6 @@ +Thu Feb 20 10:45:49 UTC 2025 - Witek Bedyk <witold.be...@suse.com> + +- Use /bin/bash in wrapper scripts + * Change 0002-Use-bash-instead-of-env.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 0002-Use-bash-instead-of-env.patch ++++++ --- /var/tmp/diff_new_pack.wV18by/_old 2025-02-20 16:43:29.957870194 +0100 +++ /var/tmp/diff_new_pack.wV18by/_new 2025-02-20 16:43:29.961870361 +0100 @@ -4,7 +4,7 @@ +++ grafana-11.3.0/packaging/wrappers/grafana @@ -1,4 +1,4 @@ -#! /usr/bin/env bash -+#!/usr/bin/bash ++#!/bin/bash # Wrapper for the grafana binary # This file serves as a wrapper for the grafana binary. It ensures we set @@ -14,7 +14,7 @@ +++ grafana-11.3.0/packaging/wrappers/grafana-cli @@ -1,4 +1,4 @@ -#! /usr/bin/env bash -+#!/usr/bin/bash ++#!/bin/bash # Wrapper for the grafana binary # This file serves as a wrapper for the grafana binary. It ensures we set @@ -24,7 +24,7 @@ +++ grafana-11.3.0/packaging/wrappers/grafana-server @@ -1,4 +1,4 @@ -#! /usr/bin/env bash -+#!/usr/bin/bash ++#!/bin/bash # Wrapper for the grafana binary # This file serves as a wrapper for the grafana binary. It ensures we set