From 6402b605cb37efddb09fc991121372ea63cc5636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Wed, 28 Feb 2024 18:24:21 +0000 Subject: [PATCH] Add a missing runtime dependency on langtable-data --- rust/package/agama.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust/package/agama.spec b/rust/package/agama.spec index 51edf53679..2eeddf579f 100644 --- a/rust/package/agama.spec +++ b/rust/package/agama.spec @@ -30,7 +30,6 @@ Source1: vendor.tar.zst BuildRequires: cargo-packaging BuildRequires: pkgconfig(openssl) # used in tests for dbus service -BuildRequires: python-langtable-data BuildRequires: dbus-1-common Requires: dbus-1-common # required by agama-dbus-server integration tests @@ -49,6 +48,9 @@ Requires: xkeyboard-config-lang # required for getting the list of timezones Requires: timezone BuildRequires: timezone +# required for getting the languages information +BuildRequires: python-langtable-data +Requires: python-langtable-data # dependency on the YaST part of Agama Requires: agama-yast