diff --git a/_service b/_service
index c8edf0c..177864c 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
@PARENT_TAG@
v(.*)
git
- v5
+ v6
rust
enable
package/agama-cli.changes
diff --git a/agama-cli.changes b/agama-cli.changes
index 8755a44..91d451d 100644
--- a/agama-cli.changes
+++ b/agama-cli.changes
@@ -1,9 +1,49 @@
+-------------------------------------------------------------------
+Wed Nov 29 11:19:51 UTC 2023 - Imobach Gonzalez Sosa
+
+- Rework the org.opensuse.Agama1.Locale interface
+ (gh#openSUSE/agama#881):
+ * Replace LabelsForLocales function with ListLocales.
+ * Add a ListKeymaps function.
+ * Extend the ListTimezone function to include the translation of
+ each part.
+ * Drop ListUILocales and ListVConsoleKeyboards functions.
+ * Remove the SupportedLocales and VConsoleKeyboard properties.
+ * Do not read the lists of locales, keymaps and timezones on
+ each request.
+ * Peform some validation when trying to change the Locales,
+ Keymap and Timezone properties.
+
+-------------------------------------------------------------------
+Thu Nov 16 11:06:30 UTC 2023 - Imobach Gonzalez Sosa
+
+- Update dependencies to compatible versions
+ (gh#openSUSE/agama#874).
+- Replace tempdir with tempfile to prevent RUSTSEC-2023-0018.
+
+-------------------------------------------------------------------
+Wed Nov 15 12:35:32 UTC 2023 - José Iván López González
+
+- Adapt to changes in software D-Bus API (gh#openSUSE/agama#869).
+
+-------------------------------------------------------------------
+
+Wed Nov 15 11:27:10 UTC 2023 - Michal Filka
+
+- Improved "agama logs store" (gh#openSUSE/agama#823)
+ - added an option which allows to define the archive destination
+
+-------------------------------------------------------------------
+Tue Nov 14 15:44:15 UTC 2023 - Jorik Cronenberg
+
+- Add support for routing to the network model (gh#openSUSE/agama#824)
+
-------------------------------------------------------------------
Mon Oct 23 14:43:59 UTC 2023 - Michal Filka
- Improved "agama logs store" (gh#openSUSE/agama#812)
- the archive file owner is root:root
- - the permissions is set to r/w for the owner
+ - the permissions is set to r/w for the owner
-------------------------------------------------------------------
Mon Oct 23 11:33:40 UTC 2023 - Imobach Gonzalez Sosa
@@ -47,7 +87,7 @@ Tue Sep 19 11:16:16 UTC 2023 - José Iván López González
-------------------------------------------------------------------
Thu Sep 14 19:44:57 UTC 2023 - Josef Reidinger
-- Improve questions CLI help text (gh#openSUSE/agama#754)
+- Improve questions CLI help text (gh#openSUSE/agama#754)
-------------------------------------------------------------------
Thu Sep 14 10:10:37 UTC 2023 - Imobach Gonzalez Sosa
diff --git a/agama-cli.spec b/agama-cli.spec
index 7b0ca38..01cdc24 100644
--- a/agama-cli.spec
+++ b/agama-cli.spec
@@ -41,6 +41,8 @@ Requires: lshw
# required by "agama logs store"
Requires: bzip2
Requires: tar
+# required for translating the keyboards descriptions
+Requires: xkeyboard-config-lang
%description
Command line program to interact with the agama service.
@@ -78,7 +80,11 @@ install --directory %{buildroot}%{_datadir}/dbus-1/agama-services
install -m 0644 --target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services %{_builddir}/agama/share/*.service
%check
+%ifarch aarch64
+/usr/bin/cargo auditable test -j1 --offline --no-fail-fast
+%else
%{cargo_test}
+%endif
%files
%{_bindir}/agama
diff --git a/agama.obscpio b/agama.obscpio
index 308fb90..c9a3a0e 100644
--- a/agama.obscpio
+++ b/agama.obscpio
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:385bd1281b0873f8c47b52fe13054cae079c5839c1f2222e2c8545b934bad6d6
-size 445963
+oid sha256:567a939f61662d07652a52a69447b562bd8f0d4a698dbf781e609e466c8fc271
+size 477195
diff --git a/agama.obsinfo b/agama.obsinfo
index 8f1001e..777a9bb 100644
--- a/agama.obsinfo
+++ b/agama.obsinfo
@@ -1,4 +1,4 @@
name: agama
-version: 5
-mtime: 1698218168
-commit: 0d609c768afe4ae360a4e1b766e8701ea0177065
+version: 6
+mtime: 1701433426
+commit: 747e8e828de6ef984a4e844036db51d47ce2e5f4
diff --git a/vendor.tar.zst b/vendor.tar.zst
index 5a866fc..1d419f3 100644
--- a/vendor.tar.zst
+++ b/vendor.tar.zst
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c4e59c5d9dfdb2f20ca703ee98fc621f49137b67d7811d2d547b6ff9d118fdb4
-size 26936658
+oid sha256:35b5db98b9b2dd3cefdca1ab3a241204908c887ce6324e86dda2d50b98169f06
+size 37328606