From 50384c110e8d01fdc55a6ea272b1d236669b8510 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Mon, 22 Apr 2024 15:05:48 -0400 Subject: [PATCH] build: add a description to generated DEB/RPM packages Closes #636 --- CHANGELOG.md | 2 ++ tools/make/packaging.mk | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93af7e885..e890574f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ Main (unreleased) `alloy_clustering` instead of `clustering`) to avoid collision with installs of `agent-flow-mixin`. (@rfratto) +- Add a description to Alloy DEB and RPM packages. (@rfratto) + v1.0.0 (2024-04-09) ------------------- diff --git a/tools/make/packaging.mk b/tools/make/packaging.mk index 657c4a4dca..8430b0c42d 100644 --- a/tools/make/packaging.mk +++ b/tools/make/packaging.mk @@ -120,6 +120,7 @@ define generate_alloy_fpm = --license "Apache 2.0" \ --vendor "Grafana Labs" \ --url "https://github.com/grafana/alloy" \ + --description "Grafana Alloy is an OpenTelemetry Collector distribution with programmable pipelines." \ --rpm-digest sha256 \ -t $(1) \ --after-install packaging/$(1)/control/postinst \