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

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 14:39:53 +02:00
parent af18760313
commit 04214c36a6
+1 -1
View File
@@ -772,7 +772,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
}