rpms/scponly/FC-5 scponly.spec,1.3,1.4

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Sun Mar 19 20:38:23 UTC 2006


Author: wtogami

Update of /cvs/extras/rpms/scponly/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20831

Modified Files:
	scponly.spec 
Log Message:
- --enable-winscp-compat seems necessary
- --enable-rsync-compat seems useful too



Index: scponly.spec
===================================================================
RCS file: /cvs/extras/rpms/scponly/FC-5/scponly.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scponly.spec	17 Feb 2006 21:18:32 -0000	1.3
+++ scponly.spec	19 Mar 2006 20:38:22 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Restricted shell for ssh based file services
 Name: scponly
 Version: 4.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: Applications/Internet
 URL: http://sublimation.org/scponly/
@@ -22,7 +22,7 @@
 %setup -q
 
 %build
-%configure --enable-scp-compat
+%configure --enable-scp-compat --enable-rsync-compat --enable-winscp-compat
 %{__make} %{?_smp_mflags} \
 	OPTS="%{optflags}"
 
@@ -45,6 +45,10 @@
 %{_bindir}/scponly
 
 %changelog
+* Sun Mar 19 2006 Warren Togami <wtogami at redhat.com> - 4.6-2
+- --enable-winscp-compat seems necessary
+- --enable-rsync-compat seems useful too 
+
 * Fri Feb 17 2006 Warren Togami <wtogami at redhat.com> - 4.6-1
 - 4.6
 - --enable-scp-compat so scp works




More information about the fedora-extras-commits mailing list