From 027a5ad6e3c7145afcce2f9842cc86c69afef563 Mon Sep 17 00:00:00 2001 From: songliyang Date: Tue, 8 Jul 2025 11:27:39 +0800 Subject: [PATCH] Fix sys.tar.gz lost on non-loongarch64 while packaging --- grafana.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/grafana.spec b/grafana.spec index 0248108..a017f7e 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 +Source8: sys.tar.gz # Patches Patch1: 001-wrappers-grafana-cli.patch @@ -597,6 +595,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