Skip to content

Commit 24a1f3e

Browse files
committed
attempt at updating RPM specs for sshd-session
1 parent 17b566e commit 24a1f3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/redhat/openssh.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ fi
393393
%defattr(-,root,root)
394394
%dir %attr(0111,root,root) %{_var}/empty/sshd
395395
%attr(0755,root,root) %{_sbindir}/sshd
396+
%attr(0755,root,root) %{_libexecdir}/openssh/sshd-session
396397
%attr(0755,root,root) %{_libexecdir}/openssh/sftp-server
397398
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
398399
%attr(0644,root,root) %{_mandir}/man5/moduli.5*

contrib/suse/openssh.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ rm -rf $RPM_BUILD_ROOT
211211
%attr(0755,root,root) %{_sbindir}/sshd
212212
%attr(0755,root,root) %dir %{_libdir}/ssh
213213
%attr(0755,root,root) %{_libdir}/ssh/sftp-server
214+
%attr(0755,root,root) %{_libdir}/ssh/sshd-session
214215
%attr(4711,root,root) %{_libdir}/ssh/ssh-keysign
215216
%attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper
216217
%attr(0755,root,root) %{_libdir}/ssh/ssh-sk-helper

0 commit comments

Comments
 (0)