[v9.4.x] Building: Remove dependency to urw-fonts in RPM packages (#76223)

Building: Remove dependency to urw-fonts in RPM packages (#76198)

(cherry picked from commit 1355660313)
This commit is contained in:
Horst Gutmann
2023-10-11 09:43:52 +02:00
parent 3e90f6e1d5
commit ddcd6dad88
+1 -1
View File
@@ -768,7 +768,7 @@ func realPackageVariant(ctx context.Context, v config.Variant, edition config.Ed
systemdFileSrc: filepath.Join(grafanaDir, "packaging", "rpm", "systemd", "grafana-server.service"),
wrapperFilePath: filepath.Join(grafanaDir, "packaging", "wrappers"),
// chkconfig is depended on since our systemd service wraps a SysV init script, and that requires chkconfig
depends: []string{"/sbin/service", "chkconfig", "fontconfig", "freetype", "urw-fonts"},
depends: []string{"/sbin/service", "chkconfig", "fontconfig", "freetype"},
}); err != nil {
return err
}