boypt / openssh-rpms

A script to backport openssh rpm package from upstream.
287 stars 103 forks source link

RPM build errors: Installed (but unpackaged) file(s) found: /usr/libexec/openssh/sshd-session #22

Closed hilyso closed 4 months ago

hilyso commented 4 months ago

I found this errors when I build openssh-9.8p1 for CentOS7.9

Solution:

ADD %attr(0755,root,root) %{_libexecdir}/openssh/sshd-session on el7/SPECS/openssh.spec file

boypt commented 4 months ago

fixed in add7055