Skip to content

Commit

Permalink
Add dependency on timezone (#948)
Browse files Browse the repository at this point in the history
Add timezone dependency in agama-cli as it needs access to
`/usr/share/timezone/zone.tab`.
  • Loading branch information
imobachgs authored Dec 22, 2023
2 parents 5205490 + f56e62f commit d80e183
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/package/agama-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit d80e183

Please sign in to comment.