From 1e431bbd6e69976965f36ef9463d91e41ae9e67d Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 18 Mar 2023 21:45:09 +0100 Subject: [PATCH] openssh: Fix permissions for sshd-keygen Signed-off-by: Stefan Schantl --- openssh/openssh.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssh/openssh.nm b/openssh/openssh.nm index 9ae7bf738..9ccff01e5 100644 --- a/openssh/openssh.nm +++ b/openssh/openssh.nm @@ -5,7 +5,7 @@ name = openssh version = 9.1p1 -release = 2 +release = 3 groups = Application/Internet url = https://www.openssh.com/portable.html @@ -68,7 +68,7 @@ build # Install scriptfile for key generation mkdir -pv %{BUILDROOT}%{sbindir} - install -m 754 %{DIR_SOURCE}/sshd-keygen %{BUILDROOT}%{sbindir} + install -m 755 %{DIR_SOURCE}/sshd-keygen %{BUILDROOT}%{sbindir} # Install ssh-copy-id. install -m755 contrib/ssh-copy-id %{BUILDROOT}%{bindir} -- 2.47.3