diff --git a/.gitignore b/.gitignore index 5a91f76..8a95556 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,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 +/sshfs-2.8.tar.gz diff --git a/fuse-sshfs.spec b/fuse-sshfs.spec index f8b68f3..a269228 100644 --- a/fuse-sshfs.spec +++ b/fuse-sshfs.spec @@ -1,14 +1,15 @@ %global _hardened_build 1 + Name: fuse-sshfs -Version: 2.5 -Release: 3%{?dist} +Version: 2.8 +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 +URL: https://github.com/libfuse/sshfs +Source0: https://github.com/libfuse/sshfs/releases/download/sshfs_%{version}/sshfs-%{version}.tar.gz +Source1: https://github.com/libfuse/sshfs/releases/download/sshfs_%{version}/sshfs-%{version}.tar.gz.asc Provides: sshfs = %{version}-%{release} Requires: fuse >= 2.2 Requires: openssh-clients @@ -16,28 +17,38 @@ BuildRequires: fuse-devel >= 2.2 BuildRequires: glib2-devel >= 2.0 BuildRequires: openssh-clients + %description This is a FUSE-filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set 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} +%setup -q -n sshfs-%{version} + %build %configure make %{?_smp_mflags} + %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=%{buildroot} + %files -%doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README +%doc AUTHORS ChangeLog FAQ.txt NEWS README +%license COPYING %{_bindir}/sshfs %{_mandir}/man1/sshfs.1.gz + %changelog +* Wed Nov 23 2016 Peter Lemenkov - 2.8-1 +- Ver. 2.8 + * Wed Feb 03 2016 Fedora Release Engineering - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index a564a6b..29029e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17494910db8383a366b1301e5f5148a9 sshfs-fuse-2.5.tar.gz +0ba25e848ee59e2595d6576c8f6284b6 sshfs-2.8.tar.gz diff --git a/sshfs-2.8.tar.gz.asc b/sshfs-2.8.tar.gz.asc new file mode 100644 index 0000000..7b57b54 --- /dev/null +++ b/sshfs-2.8.tar.gz.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQKgBAABCgCKBQJXatttXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w +ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFRDMxNzkxQjJDNUMxNjEzQUYzODhCOEFE +MTEzRkNBQzNDNEU1OTlGIxpodHRwOi8vd3d3LnJhdGgub3JnL2dwZ3BvbGljeS5o +dG1sAAoJENET/Kw8TlmfTKYP/23vcZ77TYxXlu77b5VOvrfer6Bx7po1nmoGdkzm +NhEO0OsdpwnL9sjOPFgfDK/C67kNDjT5YDIZRN1849wlYLJum6C4/T3choF0NSt1 +rDYJVrZtdyYFjakmS0AaNKnUR4A8REIGDdMSRWvlyGuH/9twjdoQVQll3BMbZxhF +1fMhurURQAd+CIxP2erGVOH0XbW1kDxdf7Pbd9T51n6FBnxyO5rnUd6oUbFu7L1k +lL77YoOKGe/yyGezAJNwE7725vw4g49tuvihGb0atZe9qvbsIBVnXN8JzsBeHy9s +avS1rGo6j9V7DlEiun2PNz4uj1SJZ2Bh2iWzAQBBRqr8GFfUXG4QDn17eqeJasyD +ir3GAClJLZhArB4gqvIjxOBPPRyoW8vt8XU39+iIS11K6OzUvaXtWYTg/9sg2ua1 +BXVRT7L2UXNEcgEZoRJ+cQ7U0VwB/gwBPaVLdWo7EfGegi5wcdkevH+BeMHpoO3/ +WYHagRhEjXRSWYiK8wRfa26BccAh90nakz6/izv46wZ5ZlREKgef0Ea6Rnxz80W5 +TMIlaM2Jpd7jqaEdTZKsDphB6MS9VED2oyGKyru2w2CATZTuiE61fTs4tQX6ID0m +/Is+j0j2nAph2gzbD0e4aEIDmbdZzAg8WABxxsdbGw42iS0xpY4IvNN75NflBFM+ +Zg4T +=GUAX +-----END PGP SIGNATURE-----