[openssh-commits] [openssh] branch master updated: attempt at updating RPM specs for sshd-session
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 17 14:50:59 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 24a1f3e5 attempt at updating RPM specs for sshd-session
24a1f3e5 is described below
commit 24a1f3e5ad6f4a49377d4c74c36637e9a239efd0
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Fri May 17 14:50:43 2024 +1000
attempt at updating RPM specs for sshd-session
---
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 b2309716..b8d429da 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -393,6 +393,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-session
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
%attr(0644,root,root) %{_mandir}/man5/moduli.5*
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 7dbe4db6..06c2c2c3 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-session
%attr(4711,root,root) %{_libdir}/ssh/ssh-keysign
%attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper
%attr(0755,root,root) %{_libdir}/ssh/ssh-sk-helper
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list