[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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user