From 675bd0a64769b66c42c4c9e25617784fb4ee62cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Mon, 25 Sep 2023 13:53:21 +0100 Subject: [PATCH] Require tar and bzip2 --- rust/package/agama-cli.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/package/agama-cli.spec b/rust/package/agama-cli.spec index 411fd8b02d..d116da313a 100644 --- a/rust/package/agama-cli.spec +++ b/rust/package/agama-cli.spec @@ -37,6 +37,9 @@ BuildRequires: dbus-1-common BuildRequires: dbus-1-daemon Requires: jsonnet Requires: lshw +# required by "agama logs store" +Requires: bzip2 +Requires: tar %description Command line program to interact with the agama service.