1 |
# $Id: rssh.spec 4140 2006-03-08 20:31:33Z dag $ |
# $Id: rssh.spec,v 1.1 2007/06/12 17:19:16 slords Exp $ |
2 |
# Authority: dag |
# Authority: dag |
3 |
# Upstream: Derek Martin <code$pizzashack,org> |
# Upstream: Derek Martin <code$pizzashack,org> |
4 |
# Upstream: <rssh-discuss$lists,sf,net> |
# Upstream: <rssh-discuss$lists,sf,net> |
6 |
Summary: Restricted shell for use with OpenSSH, allowing only scp and/or sftp |
Summary: Restricted shell for use with OpenSSH, allowing only scp and/or sftp |
7 |
Name: rssh |
Name: rssh |
8 |
Version: 2.3.2 |
Version: 2.3.2 |
9 |
Release: 1.2.0%{?dist} |
Release: 1.3%{?dist} |
10 |
License: BSD |
License: BSD |
11 |
Group: Applications/Internet |
Group: Applications/Internet |
12 |
URL: http://www.pizzashack.org/rssh/ |
URL: http://www.pizzashack.org/rssh/ |
14 |
|
|
15 |
Source: http://dl.sf.net/rssh/rssh-%{version}.tar.gz |
Source: http://dl.sf.net/rssh/rssh-%{version}.tar.gz |
16 |
Patch0: rssh-2.3.2-QuietDeny.patch |
Patch0: rssh-2.3.2-QuietDeny.patch |
17 |
|
Patch1: rssh-2.3.2-rsync-protocol.patch |
18 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
19 |
|
|
20 |
BuildRequires: openssh-server, openssh-clients |
BuildRequires: openssh-server, openssh-clients |
35 |
%prep |
%prep |
36 |
%setup |
%setup |
37 |
%patch0 -p1 |
%patch0 -p1 |
38 |
|
%patch1 -p1 |
39 |
|
|
40 |
%build |
%build |
41 |
%configure |
%configure |
60 |
%attr(4755, root, root) %{_libexecdir}/rssh_chroot_helper |
%attr(4755, root, root) %{_libexecdir}/rssh_chroot_helper |
61 |
|
|
62 |
%changelog |
%changelog |
63 |
|
* Thu Nov 18 2010 Shad L. Lords <slords@mail.com> 2.3.2-1.3.sme |
64 |
|
- Apply patch so rsync v3.0+ work (need -e parameter) |
65 |
|
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471803 |
66 |
|
|
67 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
68 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
69 |
|
|