From 0d6a3cc276feb7f5970127b09159e487fc7f1f3e Mon Sep 17 00:00:00 2001 From: John Crisp Date: Fri, 12 Apr 2024 15:20:22 +0200 Subject: [PATCH] * Fri Apr 12 2024 John Crisp 11.0.0-6.sme - Remove option UsePrivilegeSeparation [SME: 12564] --- .../etc/ssh/sshd_config/40UsePrivilegeSeparation | 3 ++- smeserver-openssh.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/root/etc/e-smith/templates/etc/ssh/sshd_config/40UsePrivilegeSeparation b/root/etc/e-smith/templates/etc/ssh/sshd_config/40UsePrivilegeSeparation index 0353f70..77e83aa 100644 --- a/root/etc/e-smith/templates/etc/ssh/sshd_config/40UsePrivilegeSeparation +++ b/root/etc/e-smith/templates/etc/ssh/sshd_config/40UsePrivilegeSeparation @@ -1 +1,2 @@ -UsePrivilegeSeparation yes +# Deprecated in Rocky 8 +# UsePrivilegeSeparation yes diff --git a/smeserver-openssh.spec b/smeserver-openssh.spec index 1331361..744ab02 100644 --- a/smeserver-openssh.spec +++ b/smeserver-openssh.spec @@ -4,7 +4,7 @@ Summary: smeserver module to configure and enable ssh %define name smeserver-openssh Name: %{name} %define version 11.0.0 -%define release 5 +%define release 6 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -24,14 +24,17 @@ Provides: e-smith-openssh AutoReqProv: no %changelog +* Fri Apr 12 2024 John Crisp 11.0.0-6.sme +- Remove option UsePrivilegeSeparation [SME: 12564] + * Thu Apr 04 2024 Brian Read 11.0.0-5.sme -- Update createlinks to create smeserver-package-update event[SME: 12579] +- Update createlinks to create smeserver-package-update event [SME: 12579] * Thu Apr 04 2024 Brian Read 11.0.0-4.sme - Set license file to GPL2.0 [SME: 12577] * Tue Mar 26 2024 Jean-Philippe Pialasse 11.0.0-3.sme -- remove RSA1 support which prevents service start [SME: 12553] +- remove RSA1 support which prevents service start [SME: 12553] * Sat Mar 23 2024 Brian Read 11.0.0-2.sme - Change Requires: e-smith- to Requires:smeserver-