Accepting request 1247371 from server:monitoring

OBS-URL: https://build.opensuse.org/request/show/1247371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grafana?expand=0&rev=69
This commit is contained in:
Ana Guerrero 2025-02-20 15:42:07 +00:00 committed by Git OBS Bridge
commit f22836e122
2 changed files with 9 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Index: grafana-11.3.0/packaging/wrappers/grafana
+++ 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 @@ Index: grafana-11.3.0/packaging/wrappers/grafana-cli
+++ 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 @@ Index: grafana-11.3.0/packaging/wrappers/grafana-server
+++ 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 20 10:45:49 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>
- Use /bin/bash in wrapper scripts
* Change 0002-Use-bash-instead-of-env.patch
-------------------------------------------------------------------
Tue Feb 11 13:16:26 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>