From c337aac7668e2976bc668a212304be27e084ecaa Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Mon, 17 Jul 2023 11:58:29 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Imobach González Sosa --- rust/package/agama-cli.changes | 2 +- service/package/rubygem-agama.changes | 2 +- web/package/cockpit-agama.changes | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/package/agama-cli.changes b/rust/package/agama-cli.changes index b12f8b9634..1d5445bb30 100644 --- a/rust/package/agama-cli.changes +++ b/rust/package/agama-cli.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Jul 17 09:16:38 UTC 2023 - Josef Reidinger -- Adapt to new questions DBus API to allow automatic answering of +- Adapt to new questions D-Bus API to allow automatic answering of questions when requested (gh#openSUSE/agama#637, reverts gh#openSUSE/agama#649 as now default option is mandatory) diff --git a/service/package/rubygem-agama.changes b/service/package/rubygem-agama.changes index ce62a27063..5bdcc703c4 100644 --- a/service/package/rubygem-agama.changes +++ b/service/package/rubygem-agama.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Jul 17 09:16:38 UTC 2023 - Josef Reidinger -- Adapt to new questions DBus API to allow automatic answering of +- Adapt to new questions D-Bus API to allow automatic answering of questions when requested. All code using this API is adapted (gh#openSUSE/agama#637) diff --git a/web/package/cockpit-agama.changes b/web/package/cockpit-agama.changes index e8b3ec8bf5..ce1167cdc9 100644 --- a/web/package/cockpit-agama.changes +++ b/web/package/cockpit-agama.changes @@ -1,9 +1,9 @@ ------------------------------------------------------------------- Mon Jul 17 09:16:38 UTC 2023 - Josef Reidinger -- Adapt to new questions DBus API to allow automatic answering of +- Adapt to new questions D-Bus API to allow automatic answering of questions when requested. No visible change in UI, just default - answer for luks partition activation is now Skip. + answer for LUKS partition activation is now "Skip". (gh#openSUSE/agama#637) -------------------------------------------------------------------