From f56e62fb83be13f5c0b1e913d861141d72ddf626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Thu, 21 Dec 2023 22:24:11 +0000 Subject: [PATCH] Add timezone dependency in agama-cli --- 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 1e200fa2b3..3b7e70914f 100644 --- a/rust/package/agama-cli.spec +++ b/rust/package/agama-cli.spec @@ -32,6 +32,7 @@ BuildRequires: cargo-packaging BuildRequires: pkgconfig(openssl) # used in tests for dbus service BuildRequires: python-langtable-data +BuildRequires: timezone BuildRequires: dbus-1-common # required by agama-dbus-server integration tests BuildRequires: dbus-1-daemon @@ -42,6 +43,8 @@ Requires: bzip2 Requires: tar # required for translating the keyboards descriptions Requires: xkeyboard-config-lang +# required for getting the list of timezones +Requires: timezone %description Command line program to interact with the agama service.