diff --git a/51a4a93f90022db947a7be32248584cdbbad63ab.patch b/51a4a93f90022db947a7be32248584cdbbad63ab.patch new file mode 100644 index 0000000000000000000000000000000000000000..241fd4fce9bb25c0fb5840d396dc9030b9f2944b --- /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 diff --git a/lorax.spec b/lorax.spec index 3ed4224bb81179a2c53ae388ed0d257226a53723..19f4c60a313fb6a2bd3bffdd9a07911d6aed0272 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 -