Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fde-tools for openSUSE:Factory 
checked in at 2024-04-18 22:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fde-tools (Old)
 and      /work/SRC/openSUSE:Factory/.fde-tools.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fde-tools"

Thu Apr 18 22:07:59 2024 rev:19 rq:1168698 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fde-tools/fde-tools.changes      2024-03-15 
20:27:36.799975851 +0100
+++ /work/SRC/openSUSE:Factory/.fde-tools.new.26366/fde-tools.changes   
2024-04-18 22:08:00.587346546 +0200
@@ -1,0 +2,8 @@
+Thu Apr 18 05:39:44 UTC 2024 - Gary Ching-Pang Lin <g...@suse.com>
+
+- Add fde-tools-bsc1222970-firstboot-replace-ALP.patch to replace
+  "ALP" with "This system" (bsc#1222970)
+- Add fde-tools-bsc1223002-firstboot-disable-ccid.patch to disable
+  the non-functional ccid option (bsc#1223002)
+
+-------------------------------------------------------------------

New:
----
  fde-tools-bsc1222970-firstboot-replace-ALP.patch
  fde-tools-bsc1223002-firstboot-disable-ccid.patch

BETA DEBUG BEGIN:
  New:
- Add fde-tools-bsc1222970-firstboot-replace-ALP.patch to replace
  "ALP" with "This system" (bsc#1222970)
  New:  "ALP" with "This system" (bsc#1222970)
- Add fde-tools-bsc1223002-firstboot-disable-ccid.patch to disable
  the non-functional ccid option (bsc#1223002)
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fde-tools.spec ++++++
--- /var/tmp/diff_new_pack.Cu2fKg/_old  2024-04-18 22:08:01.467378887 +0200
+++ /var/tmp/diff_new_pack.Cu2fKg/_new  2024-04-18 22:08:01.471379034 +0200
@@ -33,6 +33,8 @@
 Patch1:         fde-tools-bsc1213945-set-rsa-key-size.patch
 Patch2:         fde-tools-change-rpm-macro-dir.patch
 Patch3:         fde-tools-bsc1220160-conditional-requires.patch
+Patch4:         fde-tools-bsc1222970-firstboot-replace-ALP.patch
+Patch5:         fde-tools-bsc1223002-firstboot-disable-ccid.patch
 BuildRequires:  help2man
 BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libcryptsetup)

++++++ fde-tools-bsc1222970-firstboot-replace-ALP.patch ++++++
>From e3dbd0eed64938a79d82a6916dee3925297ac082 Mon Sep 17 00:00:00 2001
From: Gary Lin <g...@suse.com>
Date: Thu, 18 Apr 2024 10:10:15 +0800
Subject: [PATCH] firstboot: replace ALP with a neutral name

The script may be used in the system other than ALP. Replace "ALP" with
"This system".

Signed-off-by: Gary Lin <g...@suse.com>
---
 firstboot/fde | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firstboot/fde b/firstboot/fde
index 0f94829..a4e5c15 100755
--- a/firstboot/fde
+++ b/firstboot/fde
@@ -228,7 +228,7 @@ function fde_choose_protection {
 
     FDE_PROTECTION=""
 
-    message="ALP can be installed with an encrypted root and boot partition. 
Please choose the desired protection method(s) or press Cancel to install 
without encryption"
+    message="This system can be installed with an encrypted root and boot 
partition. Please choose the desired protection method(s) or press Cancel to 
install without encryption"
     options+=(pass 'Pass phrase' on)
 
     if ! tpm_present_and_working; then
-- 
2.35.3


++++++ fde-tools-bsc1223002-firstboot-disable-ccid.patch ++++++
>From 10672433c10ce391f126f426f86eb85fc4dffa73 Mon Sep 17 00:00:00 2001
From: Gary Lin <g...@suse.com>
Date: Thu, 18 Apr 2024 10:13:30 +0800
Subject: [PATCH] firstboot: disable the ccid option

Since ccid token is still not supported, disable the option until we
really implement it.

Signed-off-by: Gary Lin <g...@suse.com>
---
 firstboot/fde | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/firstboot/fde b/firstboot/fde
index a4e5c15..4911b32 100755
--- a/firstboot/fde
+++ b/firstboot/fde
@@ -237,7 +237,8 @@ function fde_choose_protection {
        options+=(tpm 'Stored inside the TPM chip' on)
     fi
 
-    options+=(ccid 'Stored inside a CCID capable token' off)
+    # Disable the ccid option until we really implement it
+    # options+=(ccid 'Stored inside a CCID capable token' off)
 
     while true; do
         d --title "Full Disk Encryption" --checklist \
-- 
2.35.3

Reply via email to