From 7422db0e051fecea0de3a1f6241fb8054de9e929 Mon Sep 17 00:00:00 2001 From: t_feng Date: Thu, 27 Aug 2020 23:14:20 +0800 Subject: [PATCH 1/4] fix kdump patch err --- anaconda.spec | 8 +++++++- bugfix-add-kdump-parameter-into-kernel-cmdline.patch | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index 24d83c8..d1db524 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 33.19 -Release: 3 +Release: 4 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -242,6 +242,12 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Thu Aug 27 2020 fengtao - 33.19-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:fix kdump patch err + * Fri Aug 7 2020 fengtao - 33.19-3 - Type:bugfix - Id:NA diff --git a/bugfix-add-kdump-parameter-into-kernel-cmdline.patch b/bugfix-add-kdump-parameter-into-kernel-cmdline.patch index 094b151..6f2ec87 100644 --- a/bugfix-add-kdump-parameter-into-kernel-cmdline.patch +++ b/bugfix-add-kdump-parameter-into-kernel-cmdline.patch @@ -28,9 +28,9 @@ index c6b7db4..57fb2e5 100644 + arg_str = "%s" % self.boot_args + if blivet.arch.is_aarch64(): + log.info("check boot args:%s", arg_str) -+ arg_str += "crashkernel=1024M,high" ++ arg_str += " crashkernel=1024M,high" + else: -+ arg_str += "crashkernel=512M" ++ arg_str += " crashkernel=512M" + + log.info("bootloader.py: used boot args: %s ", arg_str) + defaults.write("GRUB_CMDLINE_LINUX=\"%s\"\n" % arg_str) From b56d7ca2ae1011b91055c7137ffdae3f3894eb41 Mon Sep 17 00:00:00 2001 From: zhangqiumiao Date: Thu, 3 Sep 2020 21:59:44 +0800 Subject: [PATCH 2/4] fix password policy --- anaconda.spec | 27 ++++++++++------ bugfix-fix-password-policy.patch | 55 ++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 10 deletions(-) create mode 100644 bugfix-fix-password-policy.patch diff --git a/anaconda.spec b/anaconda.spec index d1db524..ebfb12b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 33.19 -Release: 4 +Release: 5 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -28,6 +28,7 @@ Patch9014: modify-default-timezone.patch Patch9015: modify-network-hostname-dot-illegal.patch Patch9016: disable-ssh-login-checkbox.patch Patch9017: bugfix-add-kdump-parameter-into-kernel-cmdline.patch +Patch9018: bugfix-fix-password-policy.patch Patch6001: anaconda-Fix-stage2-as-default-sources.patch Patch6002: anaconda-Allow-to-detect-devices-with-the-iso9660-file-system.patch @@ -242,21 +243,27 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Thu Sep 3 2020 zhangqiumiao - 33.19-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix password policy + * Thu Aug 27 2020 fengtao - 33.19-4 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:fix kdump patch err * Fri Aug 7 2020 fengtao - 33.19-3 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:fix stage2 as default sources * Tue Jul 14 2020 zhangqiumiao - 33.19-2 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:add kdump parameter into kernel cmdline @@ -265,37 +272,37 @@ update-desktop-database &> /dev/null || : * Mon Mar 9 2020 openEuler Buildteam - 29.24.7-28 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:add boot options for dummy * Wed Feb 12 2020 openEuler Buildteam - 29.24.7-27 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:Remove initThreading method from pyanaconda.threading * Thu Feb 06 2020 openEuler Buildteam - 29.24.7-26 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:modify network hostname dot error * Thu Jan 16 2020 openEuler Buildteam - 29.24.7-25 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:modify default timezone and zh_CN.po * Thu Jan 16 2020 openEuler Buildteam - 29.24.7-24 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:fix setup fail in decode * Thu Jan 16 2020 openEuler Buildteam - 29.24.7-23 - Type:enhancement -- Id:NA +- ID:NA - SUG:NA - DESC:modify openeuler in welcome to lowercase diff --git a/bugfix-fix-password-policy.patch b/bugfix-fix-password-policy.patch new file mode 100644 index 0000000..ef970dc --- /dev/null +++ b/bugfix-fix-password-policy.patch @@ -0,0 +1,55 @@ +From 1f703640773f49e4610baee9afd79b89c3c4bc1c Mon Sep 17 00:00:00 2001 +From: zhangqiumiao +Date: Thu, 3 Sep 2020 21:48:20 +0800 +Subject: [PATCH] bugfix fix password policy + +--- + data/interactive-defaults.ks | 4 ++-- + pyanaconda/ui/gui/spokes/root_password.py | 2 +- + pyanaconda/ui/gui/spokes/user.py | 2 +- + 3 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/data/interactive-defaults.ks b/data/interactive-defaults.ks +index 0177cf9..7eac690 100644 +--- a/data/interactive-defaults.ks ++++ b/data/interactive-defaults.ks +@@ -4,8 +4,8 @@ firstboot --enable + + %anaconda + # Default password policies +-pwpolicy root --notstrict --minlen=8 --minquality=1 --nochanges --notempty +-pwpolicy user --notstrict --minlen=8 --minquality=1 --nochanges --emptyok ++pwpolicy root --notstrict --minlen=8 --minquality=1 --nochanges --notempty --strict ++pwpolicy user --notstrict --minlen=8 --minquality=1 --nochanges --emptyok --strict + pwpolicy luks --notstrict --minlen=8 --minquality=1 --nochanges --notempty + # NOTE: This applies only to *fully* interactive installations, partial kickstart + # installations use defaults specified in pyanaconda/pwpolicy.py. +diff --git a/pyanaconda/ui/gui/spokes/root_password.py b/pyanaconda/ui/gui/spokes/root_password.py +index 2af9111..d609453 100644 +--- a/pyanaconda/ui/gui/spokes/root_password.py ++++ b/pyanaconda/ui/gui/spokes/root_password.py +@@ -292,7 +292,7 @@ class PasswordSpoke(FirstbootSpokeMixIn, NormalSpoke, GUISpokeInputCheckHandler) + self.needs_waiver = False + else: + if not self._validity_check.result.success: +- self.can_go_back = False ++ self.can_go_back = True + self.needs_waiver = True + elif not self._ascii_check.result.success: + self.can_go_back = True +diff --git a/pyanaconda/ui/gui/spokes/user.py b/pyanaconda/ui/gui/spokes/user.py +index 29e60cb..82fbdc8 100644 +--- a/pyanaconda/ui/gui/spokes/user.py ++++ b/pyanaconda/ui/gui/spokes/user.py +@@ -673,7 +673,7 @@ class UserSpoke(FirstbootSpokeMixIn, NormalSpoke, GUISpokeInputCheckHandler): + if not self._confirm_check.result.success: + self.can_go_back = False + if not self._validity_check.result.success: +- self.can_go_back = False ++ self.can_go_back = True + self.needs_waiver = True + elif not self._ascii_check.result.success: + self.can_go_back = True +-- +1.8.3.1 + From 01a090c6fcf8bf67baf06212419a7b9b43941f9f Mon Sep 17 00:00:00 2001 From: zhangqiumiao Date: Thu, 10 Sep 2020 15:48:09 +0800 Subject: [PATCH 3/4] revert unreasonable patch on password setting and fix password policy --- add-passwd-check-policy.patch | 39 --------------- anaconda.spec | 41 +++++++++------- ...ix-data-encrypt-weak-passphrase-save.patch | 25 ---------- bugfix-fix-password-policy.patch | 48 +++++-------------- 4 files changed, 34 insertions(+), 119 deletions(-) delete mode 100644 add-passwd-check-policy.patch delete mode 100644 bugfix-fix-data-encrypt-weak-passphrase-save.patch diff --git a/add-passwd-check-policy.patch b/add-passwd-check-policy.patch deleted file mode 100644 index 0b5213b..0000000 --- a/add-passwd-check-policy.patch +++ /dev/null @@ -1,39 +0,0 @@ -From ebfecf7cdd3ed8cdaf118d3da97518c6f4de5023 Mon Sep 17 00:00:00 2001 -From: t_feng -Date: Thu, 18 Jun 2020 17:21:09 +0800 -Subject: [PATCH] add passwd check policy - ---- - pyanaconda/ui/gui/spokes/root_password.py | 2 +- - pyanaconda/ui/gui/spokes/user.py | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pyanaconda/ui/gui/spokes/root_password.py b/pyanaconda/ui/gui/spokes/root_password.py -index cfb9663..313ba0f 100644 ---- a/pyanaconda/ui/gui/spokes/root_password.py -+++ b/pyanaconda/ui/gui/spokes/root_password.py -@@ -290,7 +290,7 @@ class PasswordSpoke(FirstbootSpokeMixIn, NormalSpoke, GUISpokeInputCheckHandler) - self.needs_waiver = False - else: - if not self._validity_check.result.success: -- self.can_go_back = True -+ self.can_go_back = False - self.needs_waiver = True - elif not self._ascii_check.result.success: - self.can_go_back = True -diff --git a/pyanaconda/ui/gui/spokes/user.py b/pyanaconda/ui/gui/spokes/user.py -index 82fbdc8..29e60cb 100644 ---- a/pyanaconda/ui/gui/spokes/user.py -+++ b/pyanaconda/ui/gui/spokes/user.py -@@ -673,7 +673,7 @@ class UserSpoke(FirstbootSpokeMixIn, NormalSpoke, GUISpokeInputCheckHandler): - if not self._confirm_check.result.success: - self.can_go_back = False - if not self._validity_check.result.success: -- self.can_go_back = True -+ self.can_go_back = False - self.needs_waiver = True - elif not self._ascii_check.result.success: - self.can_go_back = True --- -2.23.0 - diff --git a/anaconda.spec b/anaconda.spec index ebfb12b..f97ece0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 33.19 -Release: 5 +Release: 6 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -12,23 +12,21 @@ Patch6000: Fix-hiding-of-network-device-activation-switch.patch Patch9000: add-passwd-policy.patch Patch9001: fix-hostname-info.patch -patch9002: add-passwd-check-policy.patch -Patch9003: bugfix-fix-data-encrypt-weak-passphrase-save.patch -Patch9004: disable-set-passwd-without-confirmation.patch -Patch9005: bugfix-logo-display-in-low-screen-resolution.patch -Patch9006: make-name-not-force-to-uppercase.patch -Patch9007: bugfix-GUI-nfs-unknown-error.patch -Patch9008: hide-help-button.patch -Patch9009: modify-interface-is-extended-in-Chinese-mode.patch -Patch9010: remove-vender-issue-in-netdev.patch -Patch9011: modify-arguments-parsing.patch -Patch9012: add-boot-options-for-smmu-and-crashkernel.patch -Patch9013: disable-product-name-in-welcome-is-uppercase.patch -Patch9014: modify-default-timezone.patch -Patch9015: modify-network-hostname-dot-illegal.patch -Patch9016: disable-ssh-login-checkbox.patch -Patch9017: bugfix-add-kdump-parameter-into-kernel-cmdline.patch -Patch9018: bugfix-fix-password-policy.patch +Patch9002: disable-set-passwd-without-confirmation.patch +Patch9003: bugfix-logo-display-in-low-screen-resolution.patch +Patch9004: make-name-not-force-to-uppercase.patch +Patch9005: bugfix-GUI-nfs-unknown-error.patch +Patch9006: hide-help-button.patch +Patch9007: modify-interface-is-extended-in-Chinese-mode.patch +Patch9008: remove-vender-issue-in-netdev.patch +Patch9009: modify-arguments-parsing.patch +Patch9010: add-boot-options-for-smmu-and-crashkernel.patch +Patch9011: disable-product-name-in-welcome-is-uppercase.patch +Patch9012: modify-default-timezone.patch +Patch9013: modify-network-hostname-dot-illegal.patch +Patch9014: disable-ssh-login-checkbox.patch +Patch9015: bugfix-add-kdump-parameter-into-kernel-cmdline.patch +Patch9016: bugfix-fix-password-policy.patch Patch6001: anaconda-Fix-stage2-as-default-sources.patch Patch6002: anaconda-Allow-to-detect-devices-with-the-iso9660-file-system.patch @@ -243,6 +241,13 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Thu Sep 10 2020 zhangqiumiao - 33.19-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:revert add-passwd-check-policy.patch and bugfix-gix-encrypt-weak-passphrase-save.patch + fix password policy + * Thu Sep 3 2020 zhangqiumiao - 33.19-5 - Type:bugfix - ID:NA diff --git a/bugfix-fix-data-encrypt-weak-passphrase-save.patch b/bugfix-fix-data-encrypt-weak-passphrase-save.patch deleted file mode 100644 index 61e7a77..0000000 --- a/bugfix-fix-data-encrypt-weak-passphrase-save.patch +++ /dev/null @@ -1,25 +0,0 @@ -From e74a97aaf7e3f0e8d9b1f961eb68712337924720 Mon Sep 17 00:00:00 2001 -From: t_feng -Date: Thu, 18 Jun 2020 17:30:22 +0800 -Subject: [PATCH] bugfix fix data encrypt weak passphrase save - ---- - pyanaconda/ui/gui/spokes/lib/passphrase.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pyanaconda/ui/gui/spokes/lib/passphrase.py b/pyanaconda/ui/gui/spokes/lib/passphrase.py -index 99ca2d4..0314d6d 100644 ---- a/pyanaconda/ui/gui/spokes/lib/passphrase.py -+++ b/pyanaconda/ui/gui/spokes/lib/passphrase.py -@@ -158,7 +158,7 @@ class PassphraseDialog(GUIObject): - self._passphrase_good_enough = True - elif len(self._checker.failed_checks) == 1 and self._validity_check in self._checker._failed_checks: - # only the password validity check failed -- if self._checker.policy.strict: -+ if self._checker.policy.strict or self._strength_bar.get_value() < 2: - # this is not fine for the strict password policy - self._passphrase_good_enough = False - else: --- -2.23.0 - diff --git a/bugfix-fix-password-policy.patch b/bugfix-fix-password-policy.patch index ef970dc..0f98579 100644 --- a/bugfix-fix-password-policy.patch +++ b/bugfix-fix-password-policy.patch @@ -1,55 +1,29 @@ -From 1f703640773f49e4610baee9afd79b89c3c4bc1c Mon Sep 17 00:00:00 2001 +From 19264b192083d5cf38750a9cef0ec0a55eea3cfe Mon Sep 17 00:00:00 2001 From: zhangqiumiao -Date: Thu, 3 Sep 2020 21:48:20 +0800 +Date: Thu, 10 Sep 2020 14:59:14 +0800 Subject: [PATCH] bugfix fix password policy --- - data/interactive-defaults.ks | 4 ++-- - pyanaconda/ui/gui/spokes/root_password.py | 2 +- - pyanaconda/ui/gui/spokes/user.py | 2 +- - 3 files changed, 4 insertions(+), 4 deletions(-) + data/interactive-defaults.ks | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/interactive-defaults.ks b/data/interactive-defaults.ks -index 0177cf9..7eac690 100644 +index 0177cf9..7e43a39 100644 --- a/data/interactive-defaults.ks +++ b/data/interactive-defaults.ks -@@ -4,8 +4,8 @@ firstboot --enable +@@ -4,9 +4,9 @@ firstboot --enable %anaconda # Default password policies -pwpolicy root --notstrict --minlen=8 --minquality=1 --nochanges --notempty -pwpolicy user --notstrict --minlen=8 --minquality=1 --nochanges --emptyok -+pwpolicy root --notstrict --minlen=8 --minquality=1 --nochanges --notempty --strict -+pwpolicy user --notstrict --minlen=8 --minquality=1 --nochanges --emptyok --strict - pwpolicy luks --notstrict --minlen=8 --minquality=1 --nochanges --notempty +-pwpolicy luks --notstrict --minlen=8 --minquality=1 --nochanges --notempty ++pwpolicy root --strict --minlen=8 --minquality=1 --nochanges --notempty ++pwpolicy user --strict --minlen=8 --minquality=1 --nochanges --emptyok ++pwpolicy luks --strict --minlen=8 --minquality=1 --nochanges --notempty # NOTE: This applies only to *fully* interactive installations, partial kickstart # installations use defaults specified in pyanaconda/pwpolicy.py. -diff --git a/pyanaconda/ui/gui/spokes/root_password.py b/pyanaconda/ui/gui/spokes/root_password.py -index 2af9111..d609453 100644 ---- a/pyanaconda/ui/gui/spokes/root_password.py -+++ b/pyanaconda/ui/gui/spokes/root_password.py -@@ -292,7 +292,7 @@ class PasswordSpoke(FirstbootSpokeMixIn, NormalSpoke, GUISpokeInputCheckHandler) - self.needs_waiver = False - else: - if not self._validity_check.result.success: -- self.can_go_back = False -+ self.can_go_back = True - self.needs_waiver = True - elif not self._ascii_check.result.success: - self.can_go_back = True -diff --git a/pyanaconda/ui/gui/spokes/user.py b/pyanaconda/ui/gui/spokes/user.py -index 29e60cb..82fbdc8 100644 ---- a/pyanaconda/ui/gui/spokes/user.py -+++ b/pyanaconda/ui/gui/spokes/user.py -@@ -673,7 +673,7 @@ class UserSpoke(FirstbootSpokeMixIn, NormalSpoke, GUISpokeInputCheckHandler): - if not self._confirm_check.result.success: - self.can_go_back = False - if not self._validity_check.result.success: -- self.can_go_back = False -+ self.can_go_back = True - self.needs_waiver = True - elif not self._ascii_check.result.success: - self.can_go_back = True + # Automated kickstart installs simply ignore the password policy as the policy -- 1.8.3.1 From b2ff38fe0544222368a1fa8f1eb96e71f86fad9e Mon Sep 17 00:00:00 2001 From: t_feng Date: Fri, 11 Sep 2020 11:30:48 +0800 Subject: [PATCH 4/4] add boot args for smmu and video --- add-boot-args-for-smmu-and-video.patch | 31 +++++++++++++++++++ ...oot-options-for-smmu-and-crashkernel.patch | 25 --------------- anaconda.spec | 10 ++++-- 3 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 add-boot-args-for-smmu-and-video.patch delete mode 100644 add-boot-options-for-smmu-and-crashkernel.patch diff --git a/add-boot-args-for-smmu-and-video.patch b/add-boot-args-for-smmu-and-video.patch new file mode 100644 index 0000000..f4d8fc7 --- /dev/null +++ b/add-boot-args-for-smmu-and-video.patch @@ -0,0 +1,31 @@ +From 99970253a5600555118a64046259b7ef638655df Mon Sep 17 00:00:00 2001 +From: t_feng +Date: Fri, 11 Sep 2020 11:26:41 +0800 +Subject: [PATCH] add boot args for smmu and video + +--- + pyanaconda/modules/storage/bootloader/grub2.py | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/pyanaconda/modules/storage/bootloader/grub2.py b/pyanaconda/modules/storage/bootloader/grub2.py +index 17e46e5..a70ba7a 100644 +--- a/pyanaconda/modules/storage/bootloader/grub2.py ++++ b/pyanaconda/modules/storage/bootloader/grub2.py +@@ -271,6 +271,14 @@ class GRUB2(BootLoader): + if blivet.arch.is_aarch64(): + log.info("check boot args:%s", arg_str) + arg_str += " crashkernel=1024M,high" ++ if "smmu.bypassdev=0x1000:0x17" not in arg_str: ++ arg_str += " smmu.bypassdev=0x1000:0x17" ++ if "smmu.bypassdev=0x1000:0x15" not in arg_str: ++ arg_str += " smmu.bypassdev=0x1000:0x15" ++ if "video=efifb:off" not in arg_str: ++ arg_str += " video=efifb:off" ++ if "video=VGA-1:640x480-32@60me" not in arg_str: ++ arg_str += " video=VGA-1:640x480-32@60me" + else: + arg_str += " crashkernel=512M" + +-- +2.23.0 + diff --git a/add-boot-options-for-smmu-and-crashkernel.patch b/add-boot-options-for-smmu-and-crashkernel.patch deleted file mode 100644 index d9d4433..0000000 --- a/add-boot-options-for-smmu-and-crashkernel.patch +++ /dev/null @@ -1,25 +0,0 @@ -From c5a47d3285678f9d9ebbbab3d18946d858513732 Mon Sep 17 00:00:00 2001 -From: t_feng -Date: Fri, 19 Jun 2020 11:04:30 +0800 -Subject: [PATCH] add boot options for smmu and crashkernel - ---- - data/anaconda.conf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/data/anaconda.conf b/data/anaconda.conf -index 89731f4..e75354d 100644 ---- a/data/anaconda.conf -+++ b/data/anaconda.conf -@@ -124,7 +124,7 @@ preserved_arguments = - speakup_synth apic noapic apm ide noht acpi video - pci nodmraid nompath nomodeset noiswmd fips selinux - biosdevname ipv6.disable net.ifnames net.ifnames.prefix -- nosmt -+ nosmt smmu.bypassdev crashkernel - - - [Storage] --- -2.23.0 - diff --git a/anaconda.spec b/anaconda.spec index f97ece0..742858f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 33.19 -Release: 6 +Release: 7 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -20,13 +20,13 @@ Patch9006: hide-help-button.patch Patch9007: modify-interface-is-extended-in-Chinese-mode.patch Patch9008: remove-vender-issue-in-netdev.patch Patch9009: modify-arguments-parsing.patch -Patch9010: add-boot-options-for-smmu-and-crashkernel.patch Patch9011: disable-product-name-in-welcome-is-uppercase.patch Patch9012: modify-default-timezone.patch Patch9013: modify-network-hostname-dot-illegal.patch 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 Patch6001: anaconda-Fix-stage2-as-default-sources.patch Patch6002: anaconda-Allow-to-detect-devices-with-the-iso9660-file-system.patch @@ -241,6 +241,12 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Fri Sep 11 2020 fengtao - 33.19-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add boot args for smmu and video + * Thu Sep 10 2020 zhangqiumiao - 33.19-6 - Type:bugfix - ID:NA