Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rust/package/agama-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ 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 @@ -43,8 +42,6 @@ Requires: bzip2
Requires: tar
# required for translating the keyboards descriptions
Requires: xkeyboard-config-lang
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should xkeyboard-config-lang be moved?

# required for getting the list of timezones
Requires: timezone

%description
Command line program to interact with the agama service.
Expand All @@ -57,7 +54,10 @@ Summary: Agama Rust D-Bus service
License: GPL-2.0-only
Url: https://github.com/opensuse/agama
Requires: python-langtable-data
# required to get the list of timezones
Requires: timezone
Requires: dbus-1-common
BuildRequires: timezone

%description -n agama-dbus-server
DBus service for agama project. It provides so far localization service.
Expand Down