rpms/fuse-sshfs/devel fuse-sshfs.spec,1.17,1.18 import.log,1.2,1.3

Peter Lemenkov peter at fedoraproject.org
Sun Sep 27 13:15:21 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/fuse-sshfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2136/devel

Modified Files:
	fuse-sshfs.spec import.log 
Log Message:
No need for versioning in (Build)Requires for openssh-clients


Index: fuse-sshfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-sshfs/devel/fuse-sshfs.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- fuse-sshfs.spec	17 Sep 2009 05:36:46 -0000	1.17
+++ fuse-sshfs.spec	27 Sep 2009 13:15:19 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           fuse-sshfs
 Version:        2.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        FUSE-Filesystem to access remote filesystems via SSH
 
 Group:          System Environment/Base
@@ -10,10 +10,10 @@ Source0:        http://downloads.sourcef
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides:       sshfs = %{version}-%{release}
 Requires:       fuse >= 2.2
-Requires:	openssh-clients >= 4.4
+Requires:	openssh-clients
 BuildRequires:  fuse-devel >= 2.2
 BuildRequires:  glib2-devel >= 2.0
-BuildRequires:	openssh-clients >= 4.4
+BuildRequires:	openssh-clients
 
 %description
 This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
@@ -39,9 +39,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README
 %{_bindir}/sshfs
+%if 0%{?rhel}
+# if openssh-clients < 4.4
+%{_libdir}/sshnodelay.so
+%endif
 %{_mandir}/man1/sshfs.1.gz
 
 %changelog
+* Sun Sep 27 2009 Peter Lemenkov <lemenkov at gmail.com> 2.2-5
+- No need for versioning in (Build)Requires for openssh-clients
+
 * Thu Sep 17 2009 Peter Lemenkov <lemenkov at gmail.com> 2.2-4
 - Rebuilt with new fuse
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-sshfs/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	9 Dec 2008 09:30:54 -0000	1.2
+++ import.log	27 Sep 2009 13:15:19 -0000	1.3
@@ -1,2 +1,3 @@
 fuse-sshfs-2_1-1_fc9:HEAD:fuse-sshfs-2.1-1.fc9.src.rpm:1222598620
 fuse-sshfs-2_2-1_fc10:HEAD:fuse-sshfs-2.2-1.fc10.src.rpm:1228814993
+fuse-sshfs-2_2-5_fc11:HEAD:fuse-sshfs-2.2-5.fc11.src.rpm:1254057266




More information about the fedora-extras-commits mailing list