From 22293c9564b4b137faab0c1fe2552665f3439759 Mon Sep 17 00:00:00 2001 From: songliyang Date: Tue, 8 Jul 2025 11:29:45 +0800 Subject: [PATCH] Fix sys.tar.gz lost on non-loongarch64 while packaging --- grafana.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/grafana.spec b/grafana.spec index 44af7a6..dec0b64 100644 --- a/grafana.spec +++ b/grafana.spec @@ -7,7 +7,7 @@ Name: grafana Version: 7.5.15 -Release: 7 +Release: 8 Summary: Metrics dashboard and graph editor License: Apache 2.0 URL: https://grafana.org @@ -27,10 +27,8 @@ Source5: build_frontend.sh Source6: list_bundled_nodejs_packages.py # Source7 contains the script to create the vendor and webpack bundles in a container Source7: create_bundles_in_container.sh -%ifarch loongarch64 #Source8 from https://github.com/golang/sys version: v0.4.0 Source8: sys.tar.gz -%endif # Patches Patch1: 001-wrappers-grafana-cli.patch @@ -598,6 +596,9 @@ rm -r pkg/macaron %changelog +* Tue Jul 8 2025 songliyang - 7.5.15-8 +- Fix sys.tar.gz lost on non-loongarch64 while packaging + * Sat Oct 12 2024 yaoxin - 7.5.15-7 - Fix CVE-2022-39229 -- Gitee