From be5e001087bd58976bd608be9deee088e1993436 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Sun, 14 Dec 2014 13:20:51 +0300 Subject: [PATCH] Ver. 2.5 Signed-off-by: Peter Lemenkov --- .gitignore | 1 + fuse-sshfs.spec | 17 ++++++----------- sources | 2 +- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 52ba64f..5a91f76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ sshfs-fuse-2.2.tar.gz /sshfs-fuse-2.3.tar.gz /sshfs-fuse-2.4.tar.gz +/sshfs-fuse-2.5.tar.gz diff --git a/fuse-sshfs.spec b/fuse-sshfs.spec index 3a7deb5..a00d146 100644 --- a/fuse-sshfs.spec +++ b/fuse-sshfs.spec @@ -1,15 +1,14 @@ %global _hardened_build 1 Name: fuse-sshfs -Version: 2.4 -Release: 7%{?dist} +Version: 2.5 +Release: 1%{?dist} Summary: FUSE-Filesystem to access remote filesystems via SSH Group: System Environment/Base License: GPLv2 URL: http://fuse.sourceforge.net/sshfs.html Source0: http://downloads.sourceforge.net/fuse/sshfs-fuse-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: sshfs = %{version}-%{release} Requires: fuse >= 2.2 Requires: openssh-clients @@ -31,22 +30,18 @@ mounting the filesystem is as easy as logging into the server with ssh. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT - %files %doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README %{_bindir}/sshfs -%if 0%{?el5} -# if openssh-clients < 4.4 -%{_libdir}/sshnodelay.so -%endif %{_mandir}/man1/sshfs.1.gz %changelog +* Sun Dec 14 2014 Peter Lemenkov - 2.5-1 +- Ver. 2.5 +- Removed support for building on EPEL 5 (not sure if it was even possible there) + * Sat Aug 16 2014 Fedora Release Engineering - 2.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 82b1261..a564a6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c7c3647c52ce84d09486f1da3a3ce24 sshfs-fuse-2.4.tar.gz +17494910db8383a366b1301e5f5148a9 sshfs-fuse-2.5.tar.gz