From 647f84944a78b836a65a020f1a4245325e43b6c7 Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Mon, 21 Nov 2022 17:12:35 +0800 Subject: [PATCH] open disk encryptionon openEuler --- anaconda.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 6be3d0e..8ed41f9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ %endif Name: anaconda Version: 33.19 -Release: 34 +Release: 35 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -30,7 +30,9 @@ Patch9014: disable-ssh-login-checkbox.patch Patch9015: bugfix-add-kdump-parameter-into-kernel-cmdline.patch Patch9016: bugfix-fix-password-policy.patch Patch9017: add-boot-args-for-smmu-and-video.patch +%if ! 0%{?openEuler} Patch9018: disable-disk-encryption.patch +%endif Patch9019: bugfix-set-up-LD_PRELOAD-for-the-Storage-and-Services-module.patch Patch9020: bugfix-Propagate-a-lazy-proxy-of-the-storage-model.patch @@ -336,6 +338,12 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Mon Nov 21 2022 sunhai - 33.19-35 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:open disk encryption on openEuler + * Tue Aug 23 2022 yueyuankun - 33.19-34 - Type:bugfix - ID:NA