Skip to content

Commit

Permalink
[v10.1.x] Building: Remove dependency to urw-fonts in RPM packages (#…
Browse files Browse the repository at this point in the history
…76221)

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

(cherry picked from commit 1355660)

Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com>
  • Loading branch information
grafana-delivery-bot[bot] and zerok committed Oct 11, 2023
1 parent 4fd46d5 commit e797b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/packaging/grafana.go
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ func realPackageVariant(ctx context.Context, v config.Variant, edition config.Ed
defaultFileSrc: filepath.Join(grafanaDir, "packaging", "rpm", "sysconfig", "grafana-server"),
systemdFileSrc: filepath.Join(grafanaDir, "packaging", "rpm", "systemd", "grafana-server.service"),
wrapperFilePath: filepath.Join(grafanaDir, "packaging", "wrappers"),
depends: []string{"/sbin/service", "fontconfig", "freetype", "urw-fonts"},
depends: []string{"/sbin/service", "fontconfig", "freetype"},
}); err != nil {
return err
}
Expand Down

0 comments on commit e797b3c

Please sign in to comment.