rpms/fuse-sshfs/devel fuse-sshfs.spec,1.3,1.4

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Mon Feb 13 12:16:18 UTC 2006


Author: peter

Update of /cvs/extras/rpms/fuse-sshfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv393

Modified Files:
	fuse-sshfs.spec 
Log Message:

Small cosmetic fixes




Index: fuse-sshfs.spec
===================================================================
RCS file: /cvs/extras/rpms/fuse-sshfs/devel/fuse-sshfs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fuse-sshfs.spec	13 Feb 2006 11:23:39 -0000	1.3
+++ fuse-sshfs.spec	13 Feb 2006 12:16:17 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           fuse-sshfs
 Version:        1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        FUSE-Filesystem to access remote filesystems via SSH
 
 Group:          System Environment/Base
@@ -19,32 +19,29 @@
 up: i.e. on the server side there's nothing to do.  On the client side 
 mounting the filesystem is as easy as logging into the server with ssh.
 
-
 %prep
 %setup -q -n sshfs-fuse-%{version}
 
-
 %build
 %configure
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/sshfs
 
-
 %changelog
+* Mon Feb 13 2006 Peter Lemenkov <lemenkov at newmail.ru> - 1.4-2
+- small cosmetic fixes
+
 * Mon Feb 13 2006 Peter Lemenkov <lemenkov at newmail.ru> - 1.4-1
 - Version 1.4
 




More information about the scm-commits mailing list