From e14d0a2c5824daa8d88e4dfab710975d2474e3c7 Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Sat, 31 Oct 2020 05:30:10 +0800 Subject: [PATCH 1/2] [patch tracking] 20201031053007626746 - https://github.com/weldr/lorax/commit/51a4a93f90022db947a7be32248584cdbbad63ab --- ...a93f90022db947a7be32248584cdbbad63ab.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 51a4a93f90022db947a7be32248584cdbbad63ab.patch diff --git a/51a4a93f90022db947a7be32248584cdbbad63ab.patch b/51a4a93f90022db947a7be32248584cdbbad63ab.patch new file mode 100644 index 0000000..241fd4f --- /dev/null +++ b/51a4a93f90022db947a7be32248584cdbbad63ab.patch @@ -0,0 +1,19 @@ +diff --git a/share/templates.d/99-generic/config_files/common/sshd_config.anaconda b/share/templates.d/99-generic/config_files/common/sshd_config.anaconda +index 39c0967e8..e1e2bb798 100644 +--- a/share/templates.d/99-generic/config_files/common/sshd_config.anaconda ++++ b/share/templates.d/99-generic/config_files/common/sshd_config.anaconda +@@ -1,14 +1,8 @@ +-Port 22 + PermitRootLogin yes +-IgnoreRhosts yes +-StrictModes yes + X11Forwarding yes + X11DisplayOffset 10 + PrintMotd yes +-XAuthLocation /bin/xauth +-KeepAlive yes + SyslogFacility AUTHPRIV +-RSAAuthentication yes + PasswordAuthentication yes + PermitEmptyPasswords yes + PermitUserEnvironment yes -- Gitee From d5ba5ebb308375c1db19f4dc1b9064ece51a4f73 Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Sat, 31 Oct 2020 05:30:11 +0800 Subject: [PATCH 2/2] [patch tracking] 20201031053007626746 - update spec file --- lorax.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lorax.spec b/lorax.spec index 3ed4224..19f4c60 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ Name: lorax Version: 33.6 -Release: 2 +Release: 3 Summary: A set of tools used to create bootable images License: GPLv2+ URL: https://github.com/weldr/lorax @@ -20,6 +20,7 @@ Patch9007: eliminate-difference.patch Patch9008: lorax-enable-GUI-installation.patch Patch9009: lorax-enable-anaconda-KdumpSpoke.patch Patch9010: lorax-delete-udisk2-iscsi.patch +Patch9011: 51a4a93f90022db947a7be32248584cdbbad63ab.patch BuildRequires: python3-devel python3-sphinx_rtd_theme python3-magic @@ -203,6 +204,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/*.1* %changelog +* 20201031053007626746 patch-tracking 33.6-3 +- append patch file of upstream repository from <51a4a93f90022db947a7be32248584cdbbad63ab> to <51a4a93f90022db947a7be32248584cdbbad63ab> + * Feb Oct 13 2020 yuboyun - 33.6-2 - add yaml file @@ -304,4 +308,3 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin ignore the dir that without kernel version add text mode in aarch64 installation - -- Gitee