]> git.pld-linux.org Git - packages/rssh.git/commitdiff
- updated to 2.0.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Feb 2003 07:29:41 +0000 (07:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rssh.spec -> 1.17

rssh.spec

index 8c5798ad815548fab768c31592cb7d49f5d8745f..5029bf2b44c6271e8ae4888e780fb2cb11989dd8 100644 (file)
--- a/rssh.spec
+++ b/rssh.spec
@@ -1,11 +1,12 @@
 Summary:       A restricted shell for assigning scp- or sftp-only access
 Summary(pl):   Okrojona pow³oka daj±ca dostêp tylko do scp i sftp
 Name:          rssh
-Version:       1.0.4
+Version:       2.0.0
 Release:       1
 License:       BSD-like
 Group:         Applications/Shells
 Source0:       http://www.pizzashack.org/rssh/src/%{name}-%{version}.tar.gz
+Patch0:                %{name}-userbuild.patch
 URL:           http://www.pizzashack.org/rssh/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -26,6 +27,7 @@ dost
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
@@ -76,4 +78,6 @@ fi
 %attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_bindir}/scpsh
 %attr(755,root,root) %{_bindir}/sftpsh
-%{_mandir}/man1/*.1*
+%attr(4755,root,root) %{_bindir}/rssh_chroot_helper
+%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/rssh.conf
+%{_mandir}/man?/*
This page took 0.047291 seconds and 4 git commands to generate.