Search
j0ke.net Open Build Service
>
Projects
>
home:jg
>
rssh
> rssh.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File rssh.spec of Package rssh (Revision 3)
Currently displaying revision
3
,
show latest
Summary: a restricted shell for scp or sftp Name: rssh Version: 2.3.2 Release: 1 License: BSD Group: System Environment/Shells Source: %{name}-%{version}.tar.bz2 Requires: ssh Provides: rssh Buildroot: %{_tmppath}/%{name}-%{version}-root %description rssh is a restricted shell for use with ssh, which allows the system administrator to restrict a user's access to a system via scp or sftp, or both. %prep %setup %build %configure --with-sftp-server=/usr/lib/ssh/sftp-server --with-scp=/usr/bin/scp \ %ifarch x86_64 ppc64 s390x --enable-libsuffix=64 %endif %{__make} %install %{__rm} -rf %{buildroot} %makeinstall %files %defattr(644, root, root, 0755) %doc ChangeLog CHROOT COPYING README SECURITY TODO conf_convert.sh mkchroot.sh %doc %{_mandir}/man?/* %config(noreplace) %{_sysconfdir}/rssh.conf %attr(755, root, root) %{_bindir}/rssh %attr(4755, root, root) %{_libexecdir}/rssh_chroot_helper %changelog * Thu Feb 28 2008 jg@internetx.de - Initial Build