!379 enable disk encryption

From: @sun_hai_10 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2024-11-12 08:27:18 +00:00 committed by Gitee
commit 6035fa2c15
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,7 @@
%define _empty_manifest_terminate_build 0
Name: anaconda
Version: 36.16.5
Release: 38
Release: 39
Summary: Graphical system installer
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -21,7 +21,6 @@ Patch9001: bugfix-GUI-nfs-unknown-error.patch
Patch9002: bugfix-set-up-LD_PRELOAD-for-the-Storage-and-Services-module.patch
Patch9003: bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-does-not-rotate.patch
Patch9004: change-inst-repo-default-value.patch
Patch9005: disable-disk-encryption.patch
Patch9006: disable-ssh-login-checkbox.patch
Patch9007: fix-hostname-info.patch
Patch9008: hide-help-button.patch
@ -64,6 +63,9 @@ Patch10000: 0001-add-loongarch-support-for-anaconda.patch
# https://github.com/rhinstaller/anaconda/pull/4235
Patch10001: 0001-check-that-the-password-contains-the-username.patch
%if ! 0%{?openEuler}
Patch9027: disable-disk-encryption.patch
%endif
%define dasbusver 1.3
%define dbusver 1.2.3
@ -318,6 +320,12 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Nov 12 2024 sunhai <sunhai10@huawei.com> - 36.16.5-39
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: enable disk encryption
* Tue Aug 20 2024 songmingliang <songmingliang@uniontech.com> - 36.16.5-38
- Type:bugfix
- ID:NA

View File

@ -113,8 +113,8 @@ index 3a75565..b9344da 100644
--- a/pyanaconda/ui/gui/spokes/lib/accordion.py
+++ b/pyanaconda/ui/gui/spokes/lib/accordion.py
@@ -544,7 +544,7 @@ class CreateNewPage(BasePage):
use_underline=True
)
self._createBox.attach(label, 0, 6, 2, 1)
- checkbox = Gtk.CheckButton(label="Encrypt my data.")
+ checkbox = Gtk.CheckButton(label=_("Encrypt my data."))