[openssh-commits] [openssh] branch V_10_0 updated: add sshd-auth to RPM spec files
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jun 17 09:50:45 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch V_10_0
in repository openssh.
The following commit(s) were added to refs/heads/V_10_0 by this push:
new 1c017628a add sshd-auth to RPM spec files
1c017628a is described below
commit 1c017628ac5a4c4fd07e2e1b39e2dd5f66a07539
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Tue Jun 17 09:48:47 2025 +1000
add sshd-auth to RPM spec files
---
contrib/redhat/openssh.spec | 1 +
contrib/suse/openssh.spec | 1 +
2 files changed, 2 insertions(+)
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 74116b485..e3fc016a2 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -367,6 +367,7 @@ fi
%defattr(-,root,root)
%dir %attr(0111,root,root) %{_var}/empty/sshd
%attr(0755,root,root) %{_sbindir}/sshd
+%attr(0755,root,root) %{_libexecdir}/openssh/sshd-auth
%attr(0755,root,root) %{_libexecdir}/openssh/sshd-session
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 849e9b61f..6b95d7306 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -211,6 +211,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(0755,root,root) %{_sbindir}/sshd
%attr(0755,root,root) %dir %{_libdir}/ssh
%attr(0755,root,root) %{_libdir}/ssh/sftp-server
+%attr(0755,root,root) %{_libdir}/ssh/sshd-auth
%attr(0755,root,root) %{_libdir}/ssh/sshd-session
%attr(4711,root,root) %{_libdir}/ssh/ssh-keysign
%attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list