Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
epel9
Peter Lemenkov 8 years ago
parent 29279cdc1b
commit 9a0a30e063

1
.gitignore vendored

@ -2,3 +2,4 @@ sshfs-fuse-2.2.tar.gz
/sshfs-fuse-2.3.tar.gz /sshfs-fuse-2.3.tar.gz
/sshfs-fuse-2.4.tar.gz /sshfs-fuse-2.4.tar.gz
/sshfs-fuse-2.5.tar.gz /sshfs-fuse-2.5.tar.gz
/sshfs-2.8.tar.gz

@ -1,14 +1,15 @@
%global _hardened_build 1 %global _hardened_build 1
Name: fuse-sshfs Name: fuse-sshfs
Version: 2.5 Version: 2.8
Release: 3%{?dist} Release: 1%{?dist}
Summary: FUSE-Filesystem to access remote filesystems via SSH Summary: FUSE-Filesystem to access remote filesystems via SSH
Group: System Environment/Base Group: System Environment/Base
License: GPLv2 License: GPLv2
URL: http://fuse.sourceforge.net/sshfs.html URL: https://github.com/libfuse/sshfs
Source0: http://downloads.sourceforge.net/fuse/sshfs-fuse-%{version}.tar.gz 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} Provides: sshfs = %{version}-%{release}
Requires: fuse >= 2.2 Requires: fuse >= 2.2
Requires: openssh-clients Requires: openssh-clients
@ -16,28 +17,38 @@ BuildRequires: fuse-devel >= 2.2
BuildRequires: glib2-devel >= 2.0 BuildRequires: glib2-devel >= 2.0
BuildRequires: openssh-clients BuildRequires: openssh-clients
%description %description
This is a FUSE-filesystem client based on the SSH File Transfer Protocol. 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 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 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. mounting the filesystem is as easy as logging into the server with ssh.
%prep %prep
%setup -q -n sshfs-fuse-%{version} %setup -q -n sshfs-%{version}
%build %build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=%{buildroot}
%files %files
%doc AUTHORS ChangeLog COPYING FAQ.txt NEWS README %doc AUTHORS ChangeLog FAQ.txt NEWS README
%license COPYING
%{_bindir}/sshfs %{_bindir}/sshfs
%{_mandir}/man1/sshfs.1.gz %{_mandir}/man1/sshfs.1.gz
%changelog %changelog
* Wed Nov 23 2016 Peter Lemenkov <lemenkov@gmail.com> - 2.8-1
- Ver. 2.8
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-3 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
17494910db8383a366b1301e5f5148a9 sshfs-fuse-2.5.tar.gz 0ba25e848ee59e2595d6576c8f6284b6 sshfs-2.8.tar.gz

@ -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-----
Loading…
Cancel
Save