Changes of Revision 4
[-] | Changed | rssh.spec |
x 1
2 %setup 3 4 %build 5 + 6 +%if 0%{?suse_version} 7 %configure --with-sftp-server=/usr/lib/ssh/sftp-server --with-scp=/usr/bin/scp \ 8 +%else 9 +%configure --with-sftp-server=/usr/libexec/openssh/sftp-server --with-scp=/usr/bin/scp \ 10 %ifarch x86_64 ppc64 s390x 11 --enable-libsuffix=64 12 %endif 13 |